body {
  font-family: Quicksand;
}
.display-1 {
  font-family: 'Quicksand', sans-serif;
  font-size: 3.9rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -4.5px;
}
.display-1 > .mbr-iconfont {
  font-size: 6.24rem;
}
.display-2 {
  font-family: 'Quicksand', sans-serif;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -2.8px;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: 'Quicksand', sans-serif;
  font-size: 0.82rem;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.6px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.312rem;
}
.display-5 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.5rem;
  line-height: 1.1;
  font-weight: 700;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.15rem;
  line-height: 1.7;
  font-weight: 500;
}
.display-7 > .mbr-iconfont {
  font-size: 1.84rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.12rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.73rem;
    font-size: calc( 2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.92rem;
    font-size: calc( 1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 2.5rem;
  border-radius: 50px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #005990 !important;
}
.bg-success {
  background-color: #013d67 !important;
}
.bg-info {
  background-color: #cccccc !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #e5322c !important;
}
.btn-primary {
  border: 0px !important;
  color: #ffffff;
  color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #005990 !important;
  border-color: #005990 !important;
  color: #cccccc !important;
}
.btn-primary:hover {
  color: #cccccc !important;
  background-color: #002a44 !important;
  border-color: #002a44 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #cccccc !important;
  background-color: #002a44 !important;
  border-color: #002a44 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-primary:hover {
  background-color: #0079c3 !important;
}
.btn-secondary {
  border: 0px !important;
  color: #ffffff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4aa9e4 !important;
  border-color: #4aa9e4 !important;
  color: #cccccc !important;
}
.btn-secondary:hover {
  color: #cccccc !important;
  background-color: #1d84c4 !important;
  border-color: #1d84c4 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #cccccc !important;
  background-color: #1d84c4 !important;
  border-color: #1d84c4 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-info {
  border: 0px !important;
  color: #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #cccccc !important;
}
.btn-info:hover {
  color: #cccccc !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #cccccc !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-success {
  border: 0px !important;
  color: #ffffff;
}
.btn-success,
.btn-success:active {
  background-color: #013d67 !important;
  border-color: #013d67 !important;
  color: #cccccc !important;
}
.btn-success:hover {
  color: #cccccc !important;
  background-color: #00101b !important;
  border-color: #00101b !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #cccccc !important;
  background-color: #00101b !important;
  border-color: #00101b !important;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-warning {
  border: 0px !important;
  color: #ffffff;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #cccccc !important;
}
.btn-warning:hover {
  color: #cccccc !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #cccccc !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-danger {
  border: 0px !important;
  color: #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #e5322c !important;
  border-color: #e5322c !important;
  color: #cccccc !important;
}
.btn-danger:hover {
  color: #cccccc !important;
  background-color: #af1b16 !important;
  border-color: #af1b16 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #cccccc !important;
  background-color: #af1b16 !important;
  border-color: #af1b16 !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-white {
  border: 0px !important;
  color: #ffffff;
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #cccccc !important;
}
.btn-white:hover {
  color: #cccccc !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #cccccc !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white:hover,
.btn-white:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-black {
  border: 0px !important;
  color: #ffffff;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #cccccc !important;
}
.btn-black:hover {
  color: #cccccc !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #cccccc !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black:hover,
.btn-black:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-primary-outline {
  background-color: transparent !important;
  border: 2px solid #005990 !important;
  color: #ffffff !important;
  color: #005990 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #005990;
  color: #005990;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #005990;
  border-color: #005990;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #005990 !important;
  border-color: #005990 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background-color: #005990 !important;
  color: #cccccc !important;
}
.btn-primary-outline:hover {
  color: #cccccc !important;
}
.btn-secondary-outline {
  background-color: transparent !important;
  border: 2px solid #4aa9e4 !important;
  color: #ffffff !important;
  color: #4aa9e4 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #4aa9e4;
  color: #4aa9e4;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #4aa9e4;
  border-color: #4aa9e4;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4aa9e4 !important;
  border-color: #4aa9e4 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background-color: #4aa9e4 !important;
  color: #cccccc !important;
}
.btn-secondary-outline:hover {
  color: #ffffff !important;
}
.btn-info-outline {
  background-color: transparent !important;
  border: 2px solid #cccccc !important;
  color: #ffffff !important;
  color: #cccccc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #4d4d4d;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #4d4d4d !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  background-color: #cccccc !important;
  color: #cccccc !important;
}
.btn-info-outline:hover {
  color: #ffffff !important;
}
.btn-success-outline {
  background-color: transparent !important;
  border: 2px solid #013d67 !important;
  color: #ffffff !important;
  color: #013d67 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #013d67;
  color: #013d67;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #013d67;
  border-color: #013d67;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #013d67 !important;
  border-color: #013d67 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background-color: #013d67 !important;
  color: #cccccc !important;
}
.btn-success-outline:hover {
  color: #ffffff !important;
}
.btn-warning-outline {
  background-color: transparent !important;
  border: 2px solid #808080 !important;
  color: #ffffff !important;
  color: #808080 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #808080;
  color: #808080;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background-color: #808080 !important;
  color: #cccccc !important;
}
.btn-warning-outline:hover {
  color: #ffffff !important;
}
.btn-danger-outline {
  background-color: transparent !important;
  border: 2px solid #e5322c !important;
  color: #ffffff !important;
  color: #e5322c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #e5322c;
  color: #e5322c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #e5322c;
  border-color: #e5322c;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e5322c !important;
  border-color: #e5322c !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  background-color: #e5322c !important;
  color: #cccccc !important;
}
.btn-danger-outline:hover {
  color: #ffffff !important;
}
.btn-black-outline {
  background-color: transparent !important;
  border: 2px solid #333333 !important;
  color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  background-color: #333333 !important;
  color: #cccccc !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: #005990 !important;
}
.text-secondary {
  color: #4aa9e4 !important;
}
.text-success {
  color: #013d67 !important;
}
.text-info {
  color: #cccccc !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #e5322c !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0098f6 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #a3d3f1 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #0279cc !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #f08a87 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #005990;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #cccccc;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #e5322c;
}
.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: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #005990;
  border-color: #005990;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #005990;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #11a4ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #0288e5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fbe2e2;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.15rem;
  line-height: 1.7;
  font-weight: 500;
}
.form-control > .mbr-iconfont {
  font-size: 1.84rem;
}
blockquote {
  border-color: #005990;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #005990;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #005990;
  border-bottom-color: #005990;
}
.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: #005990 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #4aa9e4 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23005990' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-tAhDdO0LlX {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x875.jpg");
  overflow: hidden;
}
@media (min-width: 912px) {
  .cid-tAhDdO0LlX .container,
  .cid-tAhDdO0LlX .container-md,
  .cid-tAhDdO0LlX .container-sm {
    max-width: 1200px;
  }
}
.cid-tAhDdO0LlX .row {
  margin-top: 1em;
}
@media (max-width: 575px) {
  .cid-tAhDdO0LlX .row {
    margin-top: -1em;
  }
}
@media (max-width: 795px) {
  .cid-tAhDdO0LlX .row {
    margin-top: 0;
  }
}
@media (max-width: 912px) {
  .cid-tAhDdO0LlX .row {
    margin-top: 0;
  }
}
.cid-tAhDdO0LlX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAhDdO0LlX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAhDdO0LlX .mbr-section-head {
  width: 100%;
  padding-bottom: 60px;
}
.cid-tAhDdO0LlX .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 795px) {
  .cid-tAhDdO0LlX .mbr-section-title {
    text-align: center !important;
  }
}
@media (max-width: 912px) {
  .cid-tAhDdO0LlX .mbr-section-title {
    text-align: center !important;
    font-size: 2.25rem;
  }
}
.cid-tAhDdO0LlX .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 795px) {
  .cid-tAhDdO0LlX .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center !important;
  }
}
@media (max-width: 912px) {
  .cid-tAhDdO0LlX .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center !important;
    font-size: 2.25rem;
  }
}
.cid-tAhDdO0LlX .item-wrap {
  position: relative;
  width: 100%;
  padding: 10px;
}
.cid-tAhDdO0LlX .item-wrap:hover .carousel-control {
  opacity: 1;
}
@media (max-width: 575px) {
  .cid-tAhDdO0LlX .item-wrap {
    padding: 0;
  }
}
@media (max-width: 795px) {
  .cid-tAhDdO0LlX .item-wrap {
    padding: 0;
  }
}
@media (max-width: 912px) {
  .cid-tAhDdO0LlX .item-wrap {
    padding: 0;
  }
}
.cid-tAhDdO0LlX .carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: 100%;
  margin: 0;
}
.cid-tAhDdO0LlX .carousel-inner {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  border-radius: 10px;
}
.cid-tAhDdO0LlX .carousel-item-wrapper {
  display: flex;
  width: 100%;
  overflow: visible;
  padding: 0;
}
.cid-tAhDdO0LlX .carousel-control {
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(to right bottom, #212428, #16181c) !important;
  border: none;
  transition: all 0.4s;
  opacity: 0;
  color: #C4CFDE;
  font-size: 18px;
}
@media (max-width: 795px) {
  .cid-tAhDdO0LlX .carousel-control {
    width: 52px;
    height: 52px;
    border-radius: 20%;
    opacity: 1 !important;
  }
}
.cid-tAhDdO0LlX .carousel-control.carousel-control-prev {
  left: -55px;
  margin-left: 0;
}
@media (max-width: 795px) {
  .cid-tAhDdO0LlX .carousel-control.carousel-control-prev {
    top: auto;
    bottom: -137px;
    left: -30px;
  }
}
@media (max-width: 912px) {
  .cid-tAhDdO0LlX .carousel-control.carousel-control-prev {
    top: auto;
    bottom: -137px;
    left: -30px;
  }
}
.cid-tAhDdO0LlX .carousel-control.carousel-control-next {
  right: -55px;
  margin-right: 0;
}
@media (max-width: 795px) {
  .cid-tAhDdO0LlX .carousel-control.carousel-control-next {
    right: auto;
    left: 42px;
    top: auto;
    bottom: -137px;
  }
}
@media (max-width: 912px) {
  .cid-tAhDdO0LlX .carousel-control.carousel-control-next {
    right: auto;
    left: 42px;
    top: auto;
    bottom: -137px;
  }
}
.cid-tAhDdO0LlX .carousel-control:hover {
  color: #FFFFFF !important;
  opacity: 1;
}
.cid-tAhDdO0LlX .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tAhDdO0LlX .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tAhDdO0LlX .container .carousel-indicators {
  margin-bottom: 3px;
  display: none !important;
}
.cid-tAhDdO0LlX .item-menu-overlay {
  opacity: 0 !important;
}
@media (max-width: 992px) {
  .cid-tAhDdO0LlX .col-img {
    order: 1;
  }
}
@media (max-width: 992px) {
  .cid-tAhDdO0LlX .col-text {
    order: 2;
  }
}
.cid-tAhDdO0LlX .text-box {
  position: relative;
  margin-top: 10rem;
  z-index: 10;
  width: 100%;
}
@media (max-width: 575px) {
  .cid-tAhDdO0LlX .text-box {
    padding: 0;
    margin-top: 5rem;
  }
}
@media (max-width: 795px) {
  .cid-tAhDdO0LlX .text-box {
    padding: 0;
    margin-top: 30px;
  }
}
@media (max-width: 912px) {
  .cid-tAhDdO0LlX .text-box {
    padding: 0;
    margin-top: 30px;
  }
}
.cid-tAhDdO0LlX .card-title {
  color: #ffffff;
  margin-bottom: 20px;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-tAhDdO0LlX .card-title {
    letter-spacing: -1.8px;
  }
}
.cid-tAhDdO0LlX .card-subtitle {
  color: #efefef;
  margin-bottom: 0;
  text-align: left;
}
.cid-tAhDdO0LlX .list-container {
  margin-top: 30px;
}
@media (max-width: 795px) {
  .cid-tAhDdO0LlX .list-container {
    margin-top: 20px;
  }
}
@media (max-width: 912px) {
  .cid-tAhDdO0LlX .list-container {
    margin-top: 20px;
  }
}
.cid-tAhDdO0LlX .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-tAhDdO0LlX .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
}
.cid-tAhDdO0LlX .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
}
.cid-tAhDdO0LlX .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #c4cfde;
}
.cid-tAhDdO0LlX .list-item-text {
  color: #efefef;
  width: fit-content;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-tAhDdO0LlX .list-item-text {
    font-size: 1rem !important;
  }
}
@media (max-width: 795px) {
  .cid-tAhDdO0LlX .list-item-text {
    font-size: 1rem !important;
  }
}
@media (max-width: 912px) {
  .cid-tAhDdO0LlX .list-item-text {
    font-size: 1.70rem;
  }
}
.cid-tAhDdO0LlX .img-box {
  width: 100%;
  overflow: hidden;
}
.cid-tAhDdO0LlX .img-box img {
  aspect-ratio: 1.33333333;
  object-fit: contain;
  width: 100%;
}
@media (max-width: 795px) {
  .cid-tAhDdO0LlX .img-box img {
    object-fit: scale-down;
  }
}
@media (max-width: 912px) {
  .cid-tAhDdO0LlX .img-box img {
    object-fit: fill;
  }
}
.cid-tAh76QF2Ao {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #f7f7f7;
}
.cid-tAh76QF2Ao img {
  filter: grayscale(0);
}
.cid-tAh76QF2Ao .image-wrap {
  position: relative;
}
.cid-tAh76QF2Ao .mbr-section-subtitle {
  color: #999999;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.cid-tAh76QF2Ao .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tAh76QF2Ao .card-wrap {
  background: #f7f7f7;
}
.cid-tAh76QF2Ao .card-wrap .image-wrap img {
  width: 100%;
}
.cid-tAh76QF2Ao .card-wrap .content-wrap {
  border-radius: 10px;
}
.cid-tAh76QF2Ao .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
.cid-tAh76QF2Ao .mbr-role {
  margin-bottom: 1rem;
  color: #777777;
  text-align: left;
}
.cid-tAh76QF2Ao .main-heading {
  margin-bottom: 2.2rem;
}
.cid-tAh76QF2Ao .mbr-text {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-tAh76QF2Ao .team-card.last-card {
    margin-bottom: 0;
  }
  .cid-tAh76QF2Ao .content-wrap {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tAh76QF2Ao .team-card.last-row-card {
    margin-bottom: 0;
  }
  .cid-tAh76QF2Ao .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-tAh76QF2Ao .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
  .cid-tAh76QF2Ao .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
.cid-tAh76QF2Ao .main-title {
  color: #005990;
}
.cid-tAh76QF2Ao .card-text {
  color: #777777;
}
.cid-tAh76QF2Ao .btn {
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tAh76QF2Ao .btn-primary_outline:hover,
.cid-tAh76QF2Ao .btn-primary_outline:active:hover {
  color: #777777 !important;
  background-color: #ffffff !important;
  border: none !important;
}
.cid-tMWzcrooWu {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tMWzcrooWu .row {
  flex-direction: row-reverse;
}
.cid-tMWzcrooWu .row .mbr-text {
  text-align: left;
}
.cid-tMWzcrooWu .mbr-section-title {
  color: #777777;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-tMWzcrooWu .mbr-section-title {
    text-align: center;
  }
}
.cid-tMWzcrooWu .mbr-section-subtitle {
  color: #005990;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-tMWzcrooWu .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-tMWzcrooWu .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-tMWzcrooWu .mbr-text,
.cid-tMWzcrooWu .mbr-section-btn {
  color: #999999;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-tMWzcrooWu .mbr-text,
  .cid-tMWzcrooWu .mbr-section-btn {
    text-align: center;
  }
}
.cid-tMWzcrooWu .btn {
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tMWzcrooWu .btn-primary_outline:hover,
.cid-tMWzcrooWu .btn-primary_outline:active:hover {
  color: #777777 !important;
  background-color: #ffffff !important;
  border: none !important;
}
.cid-tMWzcrooWu .w-100 {
  box-shadow: 5px 5px 12px 0 #d2d2d2;
}
.cid-tMWzcrooWu img {
  border-radius: 1rem;
}
.cid-tMWzcrooWu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMWzcrooWu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMWzcrooWu .mbr-section-title DIV {
  text-align: left;
}
.cid-tMWzcrooWu H4 {
  color: #ffffff !important;
}
.cid-tMWzcrooWu marcatexto {
  font-weight: 500;
  padding: 1em 1em 1em 1em;
  background-color: #e5322c;
}
.cid-tMWJCJ9EIz {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tMWJCJ9EIz .mbr-section-title {
  color: #777777;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-tMWJCJ9EIz .mbr-section-title {
    text-align: center;
  }
}
.cid-tMWJCJ9EIz .mbr-section-subtitle {
  color: #005990;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-tMWJCJ9EIz .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-tMWJCJ9EIz .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-tMWJCJ9EIz .mbr-text,
.cid-tMWJCJ9EIz .mbr-section-btn {
  color: #999999;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-tMWJCJ9EIz .mbr-text,
  .cid-tMWJCJ9EIz .mbr-section-btn {
    text-align: center;
  }
}
.cid-tMWJCJ9EIz .btn {
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tMWJCJ9EIz .btn-primary_outline:hover,
.cid-tMWJCJ9EIz .btn-primary_outline:active:hover {
  color: #777777 !important;
  background-color: #ffffff !important;
  border: none !important;
}
.cid-tMWJCJ9EIz .w-100 {
  box-shadow: 5px 5px 12px 0 #d2d2d2;
}
.cid-tMWJCJ9EIz img {
  border-radius: 1rem;
}
.cid-tMWJCJ9EIz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMWJCJ9EIz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMWJCJ9EIz .mbr-section-title DIV {
  text-align: left;
}
.cid-tMWJCJ9EIz H4 {
  color: #ffffff !important;
}
.cid-tMWJCJ9EIz marcatexto {
  font-weight: 500;
  padding: 1em 1em 1em 1em;
  background-color: #e5322c;
}
.cid-tqdcMfpmJA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #f5fbff;
}
.cid-tqdcMfpmJA .item:focus,
.cid-tqdcMfpmJA span:focus {
  outline: none;
}
.cid-tqdcMfpmJA .item-wrapper {
  position: relative;
}
.cid-tqdcMfpmJA .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-tqdcMfpmJA .mbr-section-btn {
  margin-top: auto !important;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  display: inline-block;
}
.cid-tqdcMfpmJA .mbr-section-title {
  color: #14142b;
  text-align: center;
  margin-left: -13rem;
  margin-bottom: 24px;
}
@media (max-width: 575px) {
  .cid-tqdcMfpmJA .mbr-section-title {
    margin-left: 0 !important;
  }
}
@media (max-width: 912px) {
  .cid-tqdcMfpmJA .mbr-section-title {
    margin-left: -98px;
  }
}
.cid-tqdcMfpmJA .mbr-text,
.cid-tqdcMfpmJA .mbr-section-btn {
  text-align: left;
}
.cid-tqdcMfpmJA .item-title {
  text-align: left;
}
.cid-tqdcMfpmJA .item-subtitle {
  text-align: left;
}
.cid-tqdcMfpmJA .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 33%;
  max-width: 596px;
}
@media (max-width: 795px) {
  .cid-tqdcMfpmJA .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 912px) {
  .cid-tqdcMfpmJA .embla__slide {
    min-width: 35%;
    max-width: initial;
  }
}
@media (max-width: 900px) {
  .cid-tqdcMfpmJA .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-tqdcMfpmJA .embla__slide {
    min-width: 375px;
  }
}
.cid-tqdcMfpmJA .embla__button--next,
.cid-tqdcMfpmJA .embla__button--prev {
  display: flex;
}
.cid-tqdcMfpmJA .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: none;
  width: 64px;
  height: 64px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: #14142b;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tqdcMfpmJA .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tqdcMfpmJA .embla__button:hover {
  background: #cccccc;
  color: #fff;
  transform: scale(1.05);
}
.cid-tqdcMfpmJA .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tqdcMfpmJA .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 795px) {
  .cid-tqdcMfpmJA .embla__button {
    top: auto;
  }
}
@media (max-width: 912px) {
  .cid-tqdcMfpmJA .embla__button {
    top: auto;
  }
}
.cid-tqdcMfpmJA .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tqdcMfpmJA .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tqdcMfpmJA .embla {
  position: relative;
  width: 100%;
}
.cid-tqdcMfpmJA .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-tqdcMfpmJA .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tqdcMfpmJA .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tqdcMfpmJA .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tqdcMfpmJA .mbr-section-subtitle {
  text-align: center;
  color: #8c8c95;
}
.cid-tqdcMfpmJA .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-tqdcMfpmJA .shadow {
  border-radius: 34px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
  padding: 48px 65px;
  border: 1px solid #eff0f6;
  background-color: #ffffff;
}
.cid-tqdcMfpmJA .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 15rem 15rem 15rem 15rem;
  display: flex;
  justify-content: center;
}
.cid-tqdcMfpmJA img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tqdcMfpmJA .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-tqdcMfpmJA .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-tqdcMfpmJA .shadow:hover .number,
.cid-tqdcMfpmJA .shadow:hover .card-title {
  color: #cccccc !important;
}
.cid-tqdcMfpmJA .shadow:hover .iconfont-wrapper > .mbr-iconfont > span {
  color: #000000 !important;
}
.cid-tqdcMfpmJA .card-title {
  color: #4c4c4c;
  transition: 0.35s;
  text-align: left;
  margin-top: 18px;
}
.cid-tqdcMfpmJA .card-text {
  color: #8c8c95;
  text-align: center;
}
.cid-tqdcMfpmJA H3 {
  color: #1d1d1f;
  text-align: center;
}
.cid-tqdcMfpmJA .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 34px 25px 54px 31px;
}
.cid-tqdcMfpmJA .date {
  margin-bottom: 24px;
  color: #8c8c95;
}
.cid-tqdcMfpmJA .link-title {
  display: inline-block;
}
.cid-tqdcMfpmJA .margin {
  margin-right: 14px;
}
.cid-tqdcMfpmJA .article {
  display: contents;
}
.cid-tqdcMfpmJA .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #eff0f6;
}
.cid-tqdcMfpmJA .link-row {
  align-items: center;
}
@media (max-width: 530px) {
  .cid-tqdcMfpmJA .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
@media (max-width: 480px) {
  .cid-tqdcMfpmJA .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
.cid-tqdcMfpmJA .iconfont-wrapper {
  text-align: left;
  margin-bottom: 32px;
}
.cid-tqdcMfpmJA .iconfont-wrapper .mbr-iconfont::before {
  font-size: 50px;
  padding: 25px;
  border-radius: 50%;
}
.cid-tqdcMfpmJA .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-tqdcMfpmJA .btn {
  margin-top: 20px;
}
.cid-tqdcMfpmJA .card-title,
.cid-tqdcMfpmJA .iconfont-wrapper {
  text-align: center;
}
.cid-tqdcMfpmJA a.btn > span {
  margin-left: 0.5rem;
}
.cid-tqdcMfpmJA .mbr-section-title,
.cid-tqdcMfpmJA .button-align {
  text-align: left;
  color: #005990;
}
@media (min-width: 912px) {
  .cid-tqdcMfpmJA .container,
  .cid-tqdcMfpmJA .container-md,
  .cid-tqdcMfpmJA .container-sm {
    max-width: 992px;
  }
}
.cid-tMWKFzy2Bt {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tMWKFzy2Bt .row {
  flex-direction: row-reverse;
}
.cid-tMWKFzy2Bt .row .mbr-text {
  text-align: left;
}
.cid-tMWKFzy2Bt .mbr-section-title {
  color: #777777;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-tMWKFzy2Bt .mbr-section-title {
    text-align: center;
  }
}
.cid-tMWKFzy2Bt .mbr-section-subtitle {
  color: #005990;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-tMWKFzy2Bt .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-tMWKFzy2Bt .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-tMWKFzy2Bt .mbr-text,
.cid-tMWKFzy2Bt .mbr-section-btn {
  color: #999999;
  text-align: left;
}
@media (max-width: 575px) {
  .cid-tMWKFzy2Bt .mbr-text,
  .cid-tMWKFzy2Bt .mbr-section-btn {
    text-align: center;
  }
}
.cid-tMWKFzy2Bt .btn {
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tMWKFzy2Bt .btn-primary_outline:hover,
.cid-tMWKFzy2Bt .btn-primary_outline:active:hover {
  color: #777777 !important;
  background-color: #ffffff !important;
  border: none !important;
}
.cid-tMWKFzy2Bt .w-100 {
  box-shadow: 5px 5px 12px 0 #d2d2d2;
}
.cid-tMWKFzy2Bt img {
  border-radius: 1rem;
}
.cid-tMWKFzy2Bt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMWKFzy2Bt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMWKFzy2Bt .mbr-section-title DIV {
  text-align: left;
}
.cid-tMWKFzy2Bt H4 {
  color: #ffffff !important;
}
.cid-tMWKFzy2Bt marcatexto {
  font-weight: 500;
  padding: 1em 1em 1em 1em;
  background-color: #e5322c;
}
.cid-twNXlaiWOQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-twNXlaiWOQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-twNXlaiWOQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twNXlaiWOQ .container-fluid {
  padding: 0;
}
.cid-twNXlaiWOQ .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-twNXlaiWOQ .row {
    padding: 0 12px;
  }
}
.cid-twNXlaiWOQ .position-relative {
  height: 15rem;
}
.cid-twNXlaiWOQ .mbr-section-title {
  letter-spacing: -0.04ch;
  color: #999999;
  text-align: center;
}
.cid-twNXlaiWOQ .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-twNXlaiWOQ .team-card:hover {
  transform: translateY(-10px);
}
.cid-twNXlaiWOQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 340px;
  max-width: 340px;
  max-height: 340px;
  height: 340px;
  transition: transform .3s ease;
}
.cid-twNXlaiWOQ .embla__slide:hover {
  transform: scale(1.05, 1.05);
}
@media (max-width: 768px) {
  .cid-twNXlaiWOQ .embla__slide {
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    min-width: 250px;
    height: 250px;
  }
}
.cid-twNXlaiWOQ .embla__slide .card-wrap {
  display: flex;
  align-items: center;
}
.cid-twNXlaiWOQ .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 140px;
}
.cid-twNXlaiWOQ .embla__button--next,
.cid-twNXlaiWOQ .embla__button--prev {
  display: flex;
}
.cid-twNXlaiWOQ .embla__button {
  top: 5rem;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #005990;
  border: 2px solid #005990;
  opacity: .5;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-twNXlaiWOQ .embla__button {
    display: none;
  }
}
.cid-twNXlaiWOQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-twNXlaiWOQ .embla__button:hover {
  background: transparent;
  color: #005990;
  opacity: 1;
}
.cid-twNXlaiWOQ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2rem;
}
.cid-twNXlaiWOQ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2rem;
}
.cid-twNXlaiWOQ .embla {
  position: relative;
  width: 100%;
}
.cid-twNXlaiWOQ .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 17px 0 1rem;
}
@media (max-width: 992px) {
  .cid-twNXlaiWOQ .embla__viewport {
    padding: 45px 0 1rem;
  }
}
.cid-twNXlaiWOQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-twNXlaiWOQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-twNXlaiWOQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-twNXlaiWOQ .item-menu-overlay {
  background: transparent;
}
.cid-tDGvTY3H9W {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #19212f;
}
.cid-tDGvTY3H9W .google-map {
  height: 25rem;
  position: relative;
}
.cid-tDGvTY3H9W .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tDGvTY3H9W .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tDGvTY3H9W .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tDGvTY3H9W .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tDGvTY3H9W .wrapper {
  margin-top: -10rem;
  background: #005990;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: 0.8rem;
}
.cid-tDGvTY3H9W .form-container {
  padding: 3rem;
}
.cid-tDGvTY3H9W .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-tDGvTY3H9W .content-panel {
  padding: 2rem;
  background: linear-gradient(45deg, #005990, #005990);
  height: 100%;
  border-top-right-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
  overflow: hidden;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tDGvTY3H9W .mbr-text {
  color: #efefef;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tDGvTY3H9W .form-group,
  .cid-tDGvTY3H9W .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-tDGvTY3H9W .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-tDGvTY3H9W textarea.form-control {
  min-height: 170px;
}
@media (max-width: 767px) {
  .cid-tDGvTY3H9W .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tDGvTY3H9W .text-block {
    margin-bottom: 2rem;
  }
  .cid-tDGvTY3H9W .wrapper {
    margin-top: 0;
  }
}
.cid-tDGvTY3H9W .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tDGvTY3H9W .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-tDGvTY3H9W .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-tDGvTY3H9W .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-tDGvTY3H9W .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tDGvTY3H9W .social-list a:hover {
  opacity: 1;
}
.cid-tDGvTY3H9W .mbr-title {
  text-align: left;
}
.cid-tDGvTY3H9W H2 {
  color: #ffffff;
}
.cid-tDGvTY3H9W LABEL {
  color: #ffffff;
}
.cid-tp9CIrOQNl.popup-builder {
  background-color: #ffffff;
}
.cid-tp9CIrOQNl.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tp9CIrOQNl.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tp9CIrOQNl .modal-content,
.cid-tp9CIrOQNl .modal-dialog {
  height: auto;
}
.cid-tp9CIrOQNl .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tp9CIrOQNl .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tp9CIrOQNl .form-wrapper .mbr-form .form-group,
  .cid-tp9CIrOQNl .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tp9CIrOQNl .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tp9CIrOQNl .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tp9CIrOQNl .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-tp9CIrOQNl .pt-0 {
  padding-top: 0 !important;
}
.cid-tp9CIrOQNl .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tp9CIrOQNl .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tp9CIrOQNl .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tp9CIrOQNl .modal-open {
  overflow: hidden;
}
.cid-tp9CIrOQNl .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tp9CIrOQNl .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tp9CIrOQNl .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tp9CIrOQNl .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tp9CIrOQNl .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tp9CIrOQNl .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tp9CIrOQNl .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tp9CIrOQNl .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tp9CIrOQNl .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tp9CIrOQNl .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tp9CIrOQNl .modal-backdrop.fade {
  opacity: 0;
}
.cid-tp9CIrOQNl .modal-backdrop.show {
  opacity: .5;
}
.cid-tp9CIrOQNl .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tp9CIrOQNl .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tp9CIrOQNl .modal-header {
    padding: 1rem;
  }
}
.cid-tp9CIrOQNl .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tp9CIrOQNl .modal-header .close svg {
  fill: #ffffff;
}
.cid-tp9CIrOQNl .modal-header .close:hover {
  opacity: 1;
}
.cid-tp9CIrOQNl .modal-header .close:focus {
  outline: none;
}
.cid-tp9CIrOQNl .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tp9CIrOQNl .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tp9CIrOQNl .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tp9CIrOQNl .modal-body {
    padding: 1rem;
  }
}
.cid-tp9CIrOQNl .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tp9CIrOQNl .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tp9CIrOQNl .modal-footer {
    padding: 1rem;
  }
}
.cid-tp9CIrOQNl .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tp9CIrOQNl .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tp9CIrOQNl .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tp9CIrOQNl .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tp9CIrOQNl .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tp9CIrOQNl .modal-lg,
  .cid-tp9CIrOQNl .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tp9CIrOQNl .modal-xl {
    max-width: 1140px;
  }
}
.cid-tp9CIrOQNl .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tp9CIrOQNl .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tp9CIrOQNl .form-group {
  margin-bottom: 1rem;
}
.cid-tp9CIrOQNl .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tp9CIrOQNl .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tp9CIrOQNl .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tp9CIrOQNl .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-tp9CIrOQNl .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-tpVC862Ghz {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-tpVC862Ghz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpVC862Ghz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpVC862Ghz .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tpVC862Ghz .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tpVC862Ghz .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tpVC862Ghz .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tpVC862Ghz .container {
    max-width: 100%;
  }
  .cid-tpVC862Ghz .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tpVC862Ghz .item-wrap {
  width: 100%;
}
.cid-tpVC862Ghz .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tpVC862Ghz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tpVC862Ghz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tpVC862Ghz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tpVC862Ghz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tpVC862Ghz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tpVC862Ghz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tpVC862Ghz .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tpVC862Ghz .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-tpVC862Ghz .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-tpVC862Ghz .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-tpVC862Ghz .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tpVC862Ghz .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tpVC862Ghz .col-links {
    padding-top: 20px;
  }
}
.cid-tpVC862Ghz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tpVC862Ghz .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tpVC862Ghz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tpVC862Ghz .list {
    text-align: center !important;
  }
}
.cid-tpVC862Ghz .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tpVC862Ghz .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tpVC862Ghz .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tpVC862Ghz .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-tpVC862Ghz .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-tpVC862Ghz .list a:hover:before {
  width: 100%;
}
.cid-tpVC862Ghz .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tpVC862Ghz .col-copyright {
    padding-top: 40px;
  }
}
.cid-tpVC862Ghz .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-tpVC862Ghz .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-tzJN40fqAb {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background06-1460x973.jpg");
}
.cid-tzJN40fqAb .row {
  flex-direction: row-reverse;
}
.cid-tzJN40fqAb .row {
  padding-top: 6rem;
  padding-bottom: 0;
}
@media (max-width: 575px) {
  .cid-tzJN40fqAb .row {
    padding-top: 0 !important;
  }
}
@media (max-width: 795px) {
  .cid-tzJN40fqAb .row {
    padding-top: 0 !important;
  }
}
.cid-tzJN40fqAb .mbr-section-head {
  display: flex;
}
@media (min-width: 992px) {
  .cid-tzJN40fqAb .mbr-section-head {
    padding-left: 20px;
  }
}
.cid-tzJN40fqAb .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: left;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}
@media (max-width: 575px) {
  .cid-tzJN40fqAb .text-container {
    text-align: center!important;
  }
}
@media (min-width: 992px) {
  .cid-tzJN40fqAb .text-container {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-tzJN40fqAb .text-container {
    padding: 60px;
  }
}
.cid-tzJN40fqAb .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tzJN40fqAb .mbr-section-subtitle {
  margin-top: 20px;
  color: #ffffff;
}
.cid-tzJN40fqAb .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 575px) {
  .cid-tzJN40fqAb .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tzJN40fqAb .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tzJN40fqAb .col-image {
  height: auto;
  display: flex;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .cid-tzJN40fqAb .col-image {
    margin-top: 0;
    padding-right: 20px;
  }
}
.cid-tzJN40fqAb .col-image .box {
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 1rem;
}
.cid-tzJN40fqAb .col-image .mbr-media {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  border-radius: 1rem;
}
.cid-tzJN40fqAb .col-image .mbr-media img {
  height: 480px;
  flex-grow: 1;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .cid-tzJN40fqAb .col-image .mbr-media img {
    height: auto;
  }
}
@media (min-width: 992px) {
  .cid-tzJN40fqAb .col-image .mbr-media img {
    height: 400px;
  }
}
.cid-tzJN40fqAb .col-image .mbr-media a:hover {
  background-image: none !important;
}
.cid-tzJN40fqAb .mbr-media {
  position: relative;
}
.cid-tzJN40fqAb .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tzJN40fqAb .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
}
.cid-tzJN40fqAb .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
@media (max-width: 575px) {
  .cid-tzJN40fqAb .mbr-media span {
    font-size: 18px;
  }
}
.cid-tzJN40fqAb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzJN40fqAb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzJN40fqAb .mbr-section-subtitle,
.cid-tzJN40fqAb .mbr-section-btn {
  color: #efefef;
  text-align: center;
}
.cid-tMWNzCmJDU {
  padding-top: 180px;
  background-color: #f7f7f7;
}
.cid-tMWNzCmJDU .container {
  margin-bottom: 15%;
}
.cid-tMWNzCmJDU .content-container .btn-bgr {
  z-index: 0;
}
.cid-tMWNzCmJDU .container-boxes {
  padding-top: 135px;
  padding-bottom: 60px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-tMWNzCmJDU .icon-block-top span {
  background-color: #e5322c;
  box-shadow: 5px 6px 0 0 #044775;
  padding: 1.5rem;
  position: absolute;
  border-radius: 50%;
  margin-top: -2.5rem;
  top: 0;
  font-size: 1.8rem;
  width: 78px;
  height: 78px;
}
.cid-tMWNzCmJDU .box-item {
  position: relative;
  box-shadow: 4px 4px 13px 0 #044775;
  border-radius: 10px;
  margin-right: 1.5rem;
  width: 29%;
  padding: 2.5rem;
}
.cid-tMWNzCmJDU .box-item:first-child {
  background-color: #005990;
  margin-top: -150px;
}
.cid-tMWNzCmJDU .box-item:nth-child(2) {
  background-color: #005990;
}
.cid-tMWNzCmJDU .box-item:last-child {
  background-color: #005990;
  margin-right: 0;
}
.cid-tMWNzCmJDU .box-item-text,
.cid-tMWNzCmJDU .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-tMWNzCmJDU .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-tMWNzCmJDU .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-tMWNzCmJDU .box-list li:last-child {
  border-bottom: none;
}
.cid-tMWNzCmJDU .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-tMWNzCmJDU .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-tMWNzCmJDU .box-item {
    margin-top: -150px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tMWNzCmJDU .p-descr {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tMWNzCmJDU .box-item {
    margin-bottom: 4rem;
    margin-right: 0;
    margin-top: 0;
    width: 90%;
  }
  .cid-tMWNzCmJDU .box-item:last-child {
    margin-bottom: 0;
  }
  .cid-tMWNzCmJDU .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-tMWNzCmJDU .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-tMWNzCmJDU .mbr-text {
  color: #efefef;
}
.cid-tMWNzCmJDU H1 {
  color: #ffffff;
}
.cid-tMWNzCmJDU .box-item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tMWNzCmJDU marcatexto {
  font-weight: 500;
  color: #005990;
}
.cid-tD6MF9VZXQ {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-tD6MF9VZXQ .mbr-section-subtitle {
  text-align: center;
  color: #005990;
}
.cid-tD6MF9VZXQ .title-block {
  justify-content: space-between;
  margin: auto;
  margin-bottom: 58px;
  align-items: center;
  max-width: 571px;
}
.cid-tD6MF9VZXQ .card-title {
  color: #4c4c4c;
  text-align: left;
  margin-bottom: 16px;
}
.cid-tD6MF9VZXQ H3 {
  color: #1d1d1f;
}
.cid-tD6MF9VZXQ .card-subtitle {
  text-align: left;
}
.cid-tD6MF9VZXQ .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-tD6MF9VZXQ .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-tD6MF9VZXQ .card-title,
.cid-tD6MF9VZXQ .iconfont-wrapper {
  text-align: center;
  color: #14142b;
}
.cid-tD6MF9VZXQ .mbr-section-title {
  text-align: center;
  margin-bottom: 24px;
  color: #005990;
}
.cid-tD6MF9VZXQ .card-text {
  color: #8c8c95;
}
.cid-tD6MF9VZXQ .year-title {
  text-align: center;
  color: #14142b;
  margin-bottom: 20px;
  position: relative;
}
.cid-tD6MF9VZXQ .year-subtitle {
  text-align: center;
  color: #212529;
}
.cid-tD6MF9VZXQ .line {
  width: 20px;
  background-color: #e2e3e9;
  height: 2px;
  margin-top: -20px;
}
.cid-tD6MF9VZXQ .accent {
  width: 25px;
  min-height: 25px;
  min-width: 25px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  border-radius: 1000px;
}
.cid-tD6MF9VZXQ .accent1 {
  background-color: #fedb01;
}
.cid-tD6MF9VZXQ .accent2 {
  background-color: #6c38ff;
}
.cid-tD6MF9VZXQ .accent3 {
  background-color: #ff4433;
}
.cid-tD6MF9VZXQ .accent4 {
  background-color: #ff9417;
}
.cid-tD6MF9VZXQ .accent5 {
  background-color: #4cc9f0;
}
.cid-tD6MF9VZXQ .timeline {
  align-items: center;
}
.cid-tD6MF9VZXQ .year-title:before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: none;
  margin: 11px 40px 0px 0px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  position: absolute;
  left: -40px;
  top: 15px;
}
.cid-tD6MF9VZXQ .year-title.year1:before {
  background-color: #fedb01;
}
.cid-tD6MF9VZXQ .year-title.year2:before {
  background-color: #6c38ff;
}
.cid-tD6MF9VZXQ .year-title.year3:before {
  background-color: #ff4433;
}
.cid-tD6MF9VZXQ .year-title.year4:before {
  background-color: #ff9417;
}
.cid-tD6MF9VZXQ .year-title.year5:before {
  background-color: #4cc9f0;
}
.cid-tD6MF9VZXQ .timeline-year-accent {
  width: 25px;
  min-height: 25px;
}
@media (max-width: 1120px) {
  .cid-tD6MF9VZXQ .main {
    display: flex;
    justify-content: space-between;
    max-width: 849px;
  }
  .cid-tD6MF9VZXQ .timeline.row {
    flex-direction: column;
    position: relative;
    max-width: 307px;
  }
  .cid-tD6MF9VZXQ .year {
    flex-direction: row;
  }
  .cid-tD6MF9VZXQ .year-title {
    text-align: left;
    margin-bottom: 4px;
  }
  .cid-tD6MF9VZXQ .year-title:before {
    display: block;
  }
  .cid-tD6MF9VZXQ .accent {
    display: none;
  }
  .cid-tD6MF9VZXQ .row.title-block {
    margin: initial;
    max-width: 407px;
    align-items: flex-start;
  }
  .cid-tD6MF9VZXQ .line {
    display: none;
  }
  .cid-tD6MF9VZXQ .line1 {
    display: block;
    height: 100%;
    width: 2px;
    background-color: #e2e3e9;
    margin-top: -20px;
    margin-left: -15px;
    padding: 0 !important;
    position: absolute;
    left: 0;
  }
  .cid-tD6MF9VZXQ .year-subtitle {
    margin-bottom: 60px;
    text-align: left;
  }
  .cid-tD6MF9VZXQ .row.title-block > .col-12 {
    padding: 0 !important;
  }
}
.cid-tD6MF9VZXQ .no-padd {
  margin-bottom: 0px !important;
}
@media (max-width: 750px) {
  .cid-tD6MF9VZXQ .main {
    flex-direction: column;
  }
  .cid-tD6MF9VZXQ .row.title-block,
  .cid-tD6MF9VZXQ .timeline {
    margin: auto;
  }
  .cid-tD6MF9VZXQ .row.title-block {
    padding-bottom: 40px;
    width: 90%;
  }
  .cid-tD6MF9VZXQ .button-align {
    margin-top: 16px;
  }
}
.cid-tD6MF9VZXQ .btn {
  margin-top: 20px;
}
.cid-tD6MF9VZXQ a.btn > span {
  margin-left: 0.5rem;
}
.cid-tMWSudrHr7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tMWSudrHr7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMWSudrHr7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMWSudrHr7 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tMWSudrHr7 .mbr-section-title {
  color: #005990;
}
.cid-tMWSudrHr7 .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-tMWSudrHr7 .items-row {
  row-gap: 32px;
}
.cid-tMWSudrHr7 .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-tMWSudrHr7 .item-wrapper img {
  width: 100%;
  height: calc(50px * 4);
  object-fit: cover;
  transition: all 0.3s;
}
.cid-tMWSudrHr7 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-tMWSudrHr7 .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-tMWSudrHr7 .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-tMWSudrHr7 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tMWSudrHr7 .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-tMWSudrHr7 .carousel-control,
.cid-tMWSudrHr7 .close {
  background: #1b1b1b;
}
.cid-tMWSudrHr7 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tMWSudrHr7 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tMWSudrHr7 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tMWSudrHr7 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tMWSudrHr7 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tMWSudrHr7 .close::before {
  content: '\e91a';
}
.cid-tMWSudrHr7 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tMWSudrHr7 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tMWSudrHr7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tMWSudrHr7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tMWSudrHr7 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tMWSudrHr7 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tMWSudrHr7 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tMWSudrHr7 .carousel-indicators li.active,
.cid-tMWSudrHr7 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tMWSudrHr7 .carousel-indicators li::after,
.cid-tMWSudrHr7 .carousel-indicators li::before {
  content: none;
}
.cid-tMWSudrHr7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tMWSudrHr7 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tMWSudrHr7 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tMWSudrHr7 .carousel-indicators {
    display: none;
  }
}
.cid-tMWSudrHr7 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tMWSudrHr7 .carousel-inner > .active {
  display: block;
}
.cid-tMWSudrHr7 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tMWSudrHr7 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tMWSudrHr7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tMWSudrHr7 .carousel-control,
  .cid-tMWSudrHr7 .carousel-indicators,
  .cid-tMWSudrHr7 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tMWSudrHr7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tMWSudrHr7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tMWSudrHr7 .carousel-indicators .active,
.cid-tMWSudrHr7 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tMWSudrHr7 .carousel-indicators .active {
  background: #fff;
}
.cid-tMWSudrHr7 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tMWSudrHr7 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tMWSudrHr7 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tMWSudrHr7 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tMWSudrHr7 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tMWSudrHr7 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tMWSudrHr7 .carousel {
  width: 100%;
}
.cid-tMWSudrHr7 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tMWSudrHr7 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tMWSudrHr7 .modal.fade .modal-dialog,
.cid-tMWSudrHr7 .modal.in .modal-dialog {
  transform: none;
}
.cid-tMWSudrHr7 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tMWSudrHr7 H6 {
  text-align: center;
}
.cid-tD6MPNEJmf {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-tD6MPNEJmf .mbr-section-subtitle {
  text-align: center;
  color: #005990;
}
.cid-tD6MPNEJmf .title-block {
  justify-content: space-between;
  margin: auto;
  margin-bottom: 58px;
  align-items: center;
  max-width: 571px;
}
.cid-tD6MPNEJmf .card-title {
  color: #4c4c4c;
  text-align: left;
  margin-bottom: 16px;
}
.cid-tD6MPNEJmf H3 {
  color: #1d1d1f;
}
.cid-tD6MPNEJmf .card-subtitle {
  text-align: left;
}
.cid-tD6MPNEJmf .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-tD6MPNEJmf .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-tD6MPNEJmf .card-title,
.cid-tD6MPNEJmf .iconfont-wrapper {
  text-align: center;
  color: #14142b;
}
.cid-tD6MPNEJmf .mbr-section-title {
  text-align: center;
  margin-bottom: 24px;
  color: #005990;
}
.cid-tD6MPNEJmf .card-text {
  color: #8c8c95;
}
.cid-tD6MPNEJmf .year-title {
  text-align: center;
  color: #14142b;
  margin-bottom: 20px;
  position: relative;
}
.cid-tD6MPNEJmf .year-subtitle {
  text-align: center;
  color: #212529;
}
.cid-tD6MPNEJmf .line {
  width: 20px;
  background-color: #e2e3e9;
  height: 2px;
  margin-top: -20px;
}
.cid-tD6MPNEJmf .accent {
  width: 25px;
  min-height: 25px;
  min-width: 25px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  border-radius: 1000px;
}
.cid-tD6MPNEJmf .accent1 {
  background-color: #ff9417;
}
.cid-tD6MPNEJmf .accent2 {
  background-color: #1bfe01;
}
.cid-tD6MPNEJmf .accent3 {
  background-color: #38b8ff;
}
.cid-tD6MPNEJmf .accent4 {
  background-color: #ff9417;
}
.cid-tD6MPNEJmf .accent5 {
  background-color: #4cc9f0;
}
.cid-tD6MPNEJmf .timeline {
  align-items: center;
}
.cid-tD6MPNEJmf .year-title:before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: none;
  margin: 11px 40px 0px 0px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  position: absolute;
  left: -40px;
  top: 15px;
}
.cid-tD6MPNEJmf .year-title.year1:before {
  background-color: #ff9417;
}
.cid-tD6MPNEJmf .year-title.year2:before {
  background-color: #1bfe01;
}
.cid-tD6MPNEJmf .year-title.year3:before {
  background-color: #38b8ff;
}
.cid-tD6MPNEJmf .year-title.year4:before {
  background-color: #ff9417;
}
.cid-tD6MPNEJmf .year-title.year5:before {
  background-color: #4cc9f0;
}
.cid-tD6MPNEJmf .timeline-year-accent {
  width: 25px;
  min-height: 25px;
}
@media (max-width: 1120px) {
  .cid-tD6MPNEJmf .main {
    display: flex;
    justify-content: space-between;
    max-width: 849px;
  }
  .cid-tD6MPNEJmf .timeline.row {
    flex-direction: column;
    position: relative;
    max-width: 307px;
  }
  .cid-tD6MPNEJmf .year {
    flex-direction: row;
  }
  .cid-tD6MPNEJmf .year-title {
    text-align: left;
    margin-bottom: 4px;
  }
  .cid-tD6MPNEJmf .year-title:before {
    display: block;
  }
  .cid-tD6MPNEJmf .accent {
    display: none;
  }
  .cid-tD6MPNEJmf .row.title-block {
    margin: initial;
    max-width: 407px;
    align-items: flex-start;
  }
  .cid-tD6MPNEJmf .line {
    display: none;
  }
  .cid-tD6MPNEJmf .line1 {
    display: block;
    height: 100%;
    width: 2px;
    background-color: #e2e3e9;
    margin-top: -20px;
    margin-left: -15px;
    padding: 0 !important;
    position: absolute;
    left: 0;
  }
  .cid-tD6MPNEJmf .year-subtitle {
    margin-bottom: 60px;
    text-align: left;
  }
  .cid-tD6MPNEJmf .row.title-block > .col-12 {
    padding: 0 !important;
  }
}
.cid-tD6MPNEJmf .no-padd {
  margin-bottom: 0px !important;
}
@media (max-width: 750px) {
  .cid-tD6MPNEJmf .main {
    flex-direction: column;
  }
  .cid-tD6MPNEJmf .row.title-block,
  .cid-tD6MPNEJmf .timeline {
    margin: auto;
  }
  .cid-tD6MPNEJmf .row.title-block {
    padding-bottom: 40px;
    width: 90%;
  }
  .cid-tD6MPNEJmf .button-align {
    margin-top: 16px;
  }
}
.cid-tD6MPNEJmf .btn {
  margin-top: 20px;
}
.cid-tD6MPNEJmf a.btn > span {
  margin-left: 0.5rem;
}
.cid-tD6UjPns6M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-tD6UjPns6M .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD6UjPns6M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tD6UjPns6M .container {
    padding: 0 30px;
  }
}
.cid-tD6UjPns6M .row {
  justify-content: center;
}
.cid-tD6UjPns6M .title-wrapper {
  margin-bottom: 55px;
}
.cid-tD6UjPns6M .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tD6UjPns6M .title-wrapper .link-wrapper:hover .mbr-link {
  color: #ff6839;
}
.cid-tD6UjPns6M .title-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-out;
}
.cid-tD6UjPns6M .card {
  padding: 0 8px;
}
.cid-tD6UjPns6M .card:nth-child(2n) {
  padding: 80px 8px 0;
}
@media (max-width: 992px) {
  .cid-tD6UjPns6M .card:nth-child(2n) {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tD6UjPns6M .card {
    padding: 0 12px;
  }
}
.cid-tD6UjPns6M .card a {
  display: block;
}
.cid-tD6UjPns6M .card a:hover .image-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-tD6UjPns6M .card a:hover .image-wrapper::before {
  opacity: .5;
}
.cid-tD6UjPns6M .card a .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0px 20px 60px 0px rgba(0, 11, 40, 0.06);
}
.cid-tD6UjPns6M .card a .image-wrapper img {
  height: 215px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tD6UjPns6M .card a .image-wrapper img {
    height: 250px;
    margin-bottom: 22px;
  }
}
.cid-tD6UjPns6M .card a .image-wrapper .mbr-iconfont {
  position: absolute;
  font-size: 22px;
  color: #555555;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-tD6UjPns6M .card a .image-wrapper:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background-color: #555555;
  opacity: 0;
  border-radius: 10px;
  transition: all 0.3s ease-out;
  pointer-events: none;
}
.cid-tD6UjPns6M .text-wrapper {
  margin-top: 44px;
}
.cid-tD6UjPns6M .text-wrapper .mbr-text {
  margin: 0;
}
.cid-tD6UjPns6M .mbr-section-title {
  color: #005990;
  text-align: center;
}
.cid-tD6UjPns6M .mbr-link {
  color: #000000;
  text-align: center;
}
.cid-tD6UjPns6M .mbr-text {
  color: #777777;
  text-align: center;
}
.cid-tAzcvaASO2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tAzcvaASO2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAzcvaASO2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAzcvaASO2 .row {
  justify-content: flex-start;
}
.cid-tAzcvaASO2 .container {
  max-width: 1140px;
  margin: 0 auto;
}
.cid-tAzcvaASO2 .container-fluid {
  padding: 0 130px;
}
@media (max-width: 992px) {
  .cid-tAzcvaASO2 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 795px) {
  .cid-tAzcvaASO2 .container-fluid {
    padding: 0 15px;
  }
}
.cid-tAzcvaASO2 .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 70px;
  border-radius: 15px;
  background-color: #1c4f73;
}
@media (max-width: 795px) {
  .cid-tAzcvaASO2 .content-container {
    padding: 70px 30px;
  }
}
.cid-tAzcvaASO2 .content-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tAzcvaASO2 .shadow {
  border-radius: 1rem;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
  padding: 48px 32px;
}
.cid-tAzcvaASO2 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0 !important;
  width: 100%;
  text-align: left;
  letter-spacing: -2.8px;
}
.cid-tAzcvaASO2 .mbr-section-subtitle {
  color: #f6f6f6;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
  text-align: left;
}
.cid-tAzcvaASO2 .mbr-section-btn {
  width: 100%;
  margin-top: -9rem;
}
@media (max-width: 575px) {
  .cid-tAzcvaASO2 .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 795px) {
  .cid-tAzcvaASO2 .mbr-section-btn {
    margin-top: 50px;
    text-align: center !important;
  }
}
.cid-tAzcvaASO2 .btn-secondary,
.cid-tAzcvaASO2 .btn-secondary:active {
  color: #ffffff !important;
}
.cid-tAzcvaASO2 .btn-secondary:hover,
.cid-tAzcvaASO2 .btn-secondary:active:hover {
  color: #777777 !important;
}
.cid-tAzcvaASO2 .btn {
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tAzcvaASO2 marcatexto {
  font-weight: 500;
  color: #4aa9e4;
}
.cid-tu0ifun3Gr.popup-builder {
  background-color: #ffffff;
}
.cid-tu0ifun3Gr.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tu0ifun3Gr.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tu0ifun3Gr .modal-content,
.cid-tu0ifun3Gr .modal-dialog {
  height: auto;
}
.cid-tu0ifun3Gr .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tu0ifun3Gr .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tu0ifun3Gr .form-wrapper .mbr-form .form-group,
  .cid-tu0ifun3Gr .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tu0ifun3Gr .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tu0ifun3Gr .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tu0ifun3Gr .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-tu0ifun3Gr .pt-0 {
  padding-top: 0 !important;
}
.cid-tu0ifun3Gr .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tu0ifun3Gr .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tu0ifun3Gr .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tu0ifun3Gr .modal-open {
  overflow: hidden;
}
.cid-tu0ifun3Gr .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tu0ifun3Gr .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tu0ifun3Gr .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tu0ifun3Gr .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tu0ifun3Gr .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tu0ifun3Gr .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tu0ifun3Gr .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tu0ifun3Gr .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tu0ifun3Gr .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tu0ifun3Gr .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tu0ifun3Gr .modal-backdrop.fade {
  opacity: 0;
}
.cid-tu0ifun3Gr .modal-backdrop.show {
  opacity: .5;
}
.cid-tu0ifun3Gr .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tu0ifun3Gr .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tu0ifun3Gr .modal-header {
    padding: 1rem;
  }
}
.cid-tu0ifun3Gr .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tu0ifun3Gr .modal-header .close svg {
  fill: #ffffff;
}
.cid-tu0ifun3Gr .modal-header .close:hover {
  opacity: 1;
}
.cid-tu0ifun3Gr .modal-header .close:focus {
  outline: none;
}
.cid-tu0ifun3Gr .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tu0ifun3Gr .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tu0ifun3Gr .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tu0ifun3Gr .modal-body {
    padding: 1rem;
  }
}
.cid-tu0ifun3Gr .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tu0ifun3Gr .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tu0ifun3Gr .modal-footer {
    padding: 1rem;
  }
}
.cid-tu0ifun3Gr .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tu0ifun3Gr .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tu0ifun3Gr .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tu0ifun3Gr .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tu0ifun3Gr .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tu0ifun3Gr .modal-lg,
  .cid-tu0ifun3Gr .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tu0ifun3Gr .modal-xl {
    max-width: 1140px;
  }
}
.cid-tu0ifun3Gr .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tu0ifun3Gr .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tu0ifun3Gr .form-group {
  margin-bottom: 1rem;
}
.cid-tu0ifun3Gr .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tu0ifun3Gr .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tu0ifun3Gr .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tu0ifun3Gr .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-tu0ifun3Gr .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-tsK0S0qtim {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-tsK0S0qtim .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsK0S0qtim .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsK0S0qtim .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tsK0S0qtim .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tsK0S0qtim .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tsK0S0qtim .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tsK0S0qtim .container {
    max-width: 100%;
  }
  .cid-tsK0S0qtim .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tsK0S0qtim .item-wrap {
  width: 100%;
}
.cid-tsK0S0qtim .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tsK0S0qtim .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tsK0S0qtim .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tsK0S0qtim .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tsK0S0qtim .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tsK0S0qtim .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tsK0S0qtim .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tsK0S0qtim .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tsK0S0qtim .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-tsK0S0qtim .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-tsK0S0qtim .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-tsK0S0qtim .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tsK0S0qtim .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tsK0S0qtim .col-links {
    padding-top: 20px;
  }
}
.cid-tsK0S0qtim .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tsK0S0qtim .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tsK0S0qtim .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tsK0S0qtim .list {
    text-align: center !important;
  }
}
.cid-tsK0S0qtim .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tsK0S0qtim .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tsK0S0qtim .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tsK0S0qtim .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-tsK0S0qtim .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-tsK0S0qtim .list a:hover:before {
  width: 100%;
}
.cid-tsK0S0qtim .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tsK0S0qtim .col-copyright {
    padding-top: 40px;
  }
}
.cid-tsK0S0qtim .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-tsK0S0qtim .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-twIFTZ8Tk2 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background18-1920x1207.jpg");
}
.cid-twIFTZ8Tk2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-twIFTZ8Tk2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twIFTZ8Tk2 .mbr-text,
.cid-twIFTZ8Tk2 .mbr-section-btn {
  color: #491414;
  text-align: center;
}
.cid-twIFTZ8Tk2 .mbr-section-title {
  color: #ffffff;
  font-size: 4.5rem;
  font-weight: normal;
  line-height: 1;
  text-align: center;
}
.cid-twIFTZ8Tk2 .mbr-section-subtitle {
  text-align: center;
}
.cid-tAmrYpSypy {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #fbfbfb;
}
.cid-tAmrYpSypy .row {
  flex-direction: row-reverse;
}
.cid-tAmrYpSypy .row .mbr-section-title {
  text-align: left;
}
.cid-tAmrYpSypy .row .mbr-section-subtitle {
  text-align: left;
}
.cid-tAmrYpSypy .row .mbr-text {
  text-align: left;
}
.cid-tAmrYpSypy .row .mbr-figure {
  margin-left: -5rem;
  width: 100%;
}
@media (max-width: 575px) {
  .cid-tAmrYpSypy .row .mbr-figure {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 912px) {
  .cid-tAmrYpSypy .row .mbr-figure {
    margin-left: 0;
    width: 100%;
  }
}
.cid-tAmrYpSypy .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-tAmrYpSypy .mbr-section-title {
  color: #005990;
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
}
.cid-tAmrYpSypy img {
  filter: grayscale(0);
  width: 100%;
  object-fit: cover;
  border-radius: 1rem;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
.cid-tAmrYpSypy .mbr-figure {
  height: 100%;
}
.cid-tAmrYpSypy .row {
  margin: 0;
  align-items: center;
}
.cid-tAmrYpSypy .btn {
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
@media (max-width: 795px) {
  .cid-tAmrYpSypy .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-tAmrYpSypy .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 795px) and (max-width: 992px) {
  .cid-tAmrYpSypy .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-tAmrYpSypy .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 912px) {
  .cid-tAmrYpSypy .container,
  .cid-tAmrYpSypy .container-md,
  .cid-tAmrYpSypy .container-sm {
    max-width: 992px;
  }
}
@media (min-width: 992px) {
  .cid-tAmrYpSypy .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-tAmrYpSypy .img-block {
    padding-left: 6rem;
  }
}
.cid-tAmrYpSypy .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-tAmrYpSypy H4 {
  color: #ffffff;
}
.cid-tAmrYpSypy marcatexto {
  font-weight: 500;
  padding: 1em 1em 1em 1em;
  background-color: #55d476;
}
.cid-tAmseH1A2j {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #fbfbfb;
}
.cid-tAmseH1A2j .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-tAmseH1A2j .mbr-section-title {
  color: #005990;
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
}
.cid-tAmseH1A2j img {
  filter: grayscale(0);
  width: 100%;
  object-fit: cover;
  border-radius: 1rem;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
.cid-tAmseH1A2j .mbr-figure {
  height: 100%;
}
.cid-tAmseH1A2j .row {
  margin: 0;
  align-items: center;
}
.cid-tAmseH1A2j .btn {
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
@media (max-width: 795px) {
  .cid-tAmseH1A2j .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-tAmseH1A2j .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 795px) and (max-width: 992px) {
  .cid-tAmseH1A2j .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-tAmseH1A2j .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 912px) {
  .cid-tAmseH1A2j .container,
  .cid-tAmseH1A2j .container-md,
  .cid-tAmseH1A2j .container-sm {
    max-width: 992px;
  }
}
@media (min-width: 992px) {
  .cid-tAmseH1A2j .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-tAmseH1A2j .img-block {
    padding-left: 6rem;
  }
}
.cid-tAmseH1A2j .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-tAmseH1A2j H4 {
  color: #ffffff;
}
.cid-tAmseH1A2j marcatexto {
  font-weight: 500;
  padding: 1em 1em 1em 1em;
  background-color: #55d476;
}
.cid-twIQaUAgN6 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #1f5442;
}
@media (max-width: 992px) {
  .cid-twIQaUAgN6 {
    padding-top: 50px;
    padding-bottom: 0px;
  }
}
.cid-twIQaUAgN6 .box {
  background-image: url("../../../assets/images/greenit00-8-1460x973.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-twIQaUAgN6 .icon-wrap {
  background-color: #1f5442 !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-twIQaUAgN6 .icon-wrap:hover {
  background-color: #005990 !important;
}
.cid-twIQaUAgN6 .icon-wrap span {
  padding-left: 4px;
}
.cid-twIQaUAgN6 .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-twIQaUAgN6 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-twIQaUAgN6 .mbr-section-subtitle {
  margin-top: 1rem;
}
.cid-twIQaUAgN6 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-twIQaUAgN6 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-twIQaUAgN6 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-twIQaUAgN6 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-twIQaUAgN6 a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-twIQaUAgN6 {
    padding-top: 35px;
    padding-bottom: 0px;
  }
  .cid-twIQaUAgN6 .box {
    height: 250px;
  }
  .cid-twIQaUAgN6 .row {
    padding: 1rem !important;
  }
}
@media (min-width: 767px) {
  .cid-twIQaUAgN6 .row {
    padding: 0 1rem;
  }
}
.cid-twOmOrKoTB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #1f5442;
}
.cid-twOmOrKoTB .media-container-row {
  margin-top: 0.5rem;
}
.cid-twOmOrKoTB .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-twOmOrKoTB .card-img span {
  color: #ffffff;
}
.cid-twOmOrKoTB .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-twOmOrKoTB .card-title,
.cid-twOmOrKoTB .card-img {
  color: #555555;
}
.cid-twOmOrKoTB .mbr-section-title {
  font-size: 60px;
}
.cid-twOmOrKoTB .mbr-text,
.cid-twOmOrKoTB .mbr-section-btn {
  color: #777777;
}
.cid-twOmOrKoTB .mbr-title,
.cid-twOmOrKoTB .ornament {
  color: #005990;
  text-align: center;
}
.cid-twOmOrKoTB .btn {
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tAmthsIDij {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #fbfbfb;
}
.cid-tAmthsIDij .row {
  flex-direction: row-reverse;
}
.cid-tAmthsIDij .row .mbr-section-title {
  text-align: left;
}
.cid-tAmthsIDij .row .mbr-section-subtitle {
  text-align: left;
}
.cid-tAmthsIDij .row .mbr-text {
  text-align: left;
}
.cid-tAmthsIDij .row .mbr-figure {
  margin-left: -5rem;
  width: 100%;
}
@media (max-width: 575px) {
  .cid-tAmthsIDij .row .mbr-figure {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 912px) {
  .cid-tAmthsIDij .row .mbr-figure {
    margin-left: 0;
    width: 100%;
  }
}
.cid-tAmthsIDij .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-tAmthsIDij .mbr-section-title {
  color: #005990;
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
}
.cid-tAmthsIDij img {
  filter: grayscale(0);
  width: 100%;
  object-fit: cover;
  border-radius: 1rem;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
.cid-tAmthsIDij .mbr-figure {
  height: 100%;
}
.cid-tAmthsIDij .row {
  margin: 0;
  align-items: center;
}
.cid-tAmthsIDij .btn {
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
@media (max-width: 795px) {
  .cid-tAmthsIDij .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-tAmthsIDij .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 795px) and (max-width: 992px) {
  .cid-tAmthsIDij .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-tAmthsIDij .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 912px) {
  .cid-tAmthsIDij .container,
  .cid-tAmthsIDij .container-md,
  .cid-tAmthsIDij .container-sm {
    max-width: 992px;
  }
}
@media (min-width: 992px) {
  .cid-tAmthsIDij .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-tAmthsIDij .img-block {
    padding-left: 6rem;
  }
}
.cid-tAmthsIDij .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-tAmthsIDij H4 {
  color: #ffffff;
}
.cid-tAmthsIDij marcatexto {
  font-weight: 500;
  padding: 1em 1em 1em 1em;
  background-color: #55d476;
}
.cid-tAmuhP9Mfd {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #fbfbfb;
}
.cid-tAmuhP9Mfd .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-tAmuhP9Mfd .mbr-section-title {
  color: #005990;
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
}
.cid-tAmuhP9Mfd img {
  filter: grayscale(0);
  width: 100%;
  object-fit: cover;
  border-radius: 1rem;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
.cid-tAmuhP9Mfd .mbr-figure {
  height: 100%;
}
.cid-tAmuhP9Mfd .row {
  margin: 0;
  align-items: center;
}
.cid-tAmuhP9Mfd .btn {
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
@media (max-width: 795px) {
  .cid-tAmuhP9Mfd .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-tAmuhP9Mfd .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 795px) and (max-width: 992px) {
  .cid-tAmuhP9Mfd .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-tAmuhP9Mfd .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 912px) {
  .cid-tAmuhP9Mfd .container,
  .cid-tAmuhP9Mfd .container-md,
  .cid-tAmuhP9Mfd .container-sm {
    max-width: 992px;
  }
}
@media (min-width: 992px) {
  .cid-tAmuhP9Mfd .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-tAmuhP9Mfd .img-block {
    padding-left: 6rem;
  }
}
.cid-tAmuhP9Mfd .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-tAmuhP9Mfd H4 {
  color: #ffffff;
}
.cid-tAmuhP9Mfd marcatexto {
  font-weight: 500;
  padding: 1em 1em 1em 1em;
  background-color: #55d476;
}
.cid-tAzc13J9kV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tAzc13J9kV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAzc13J9kV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAzc13J9kV .row {
  justify-content: flex-start;
}
.cid-tAzc13J9kV .container {
  max-width: 1140px;
  margin: 0 auto;
}
.cid-tAzc13J9kV .container-fluid {
  padding: 0 130px;
}
@media (max-width: 992px) {
  .cid-tAzc13J9kV .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 795px) {
  .cid-tAzc13J9kV .container-fluid {
    padding: 0 15px;
  }
}
.cid-tAzc13J9kV .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 70px;
  border-radius: 15px;
  background-color: #1c4f73;
}
@media (max-width: 795px) {
  .cid-tAzc13J9kV .content-container {
    padding: 70px 30px;
  }
}
.cid-tAzc13J9kV .content-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tAzc13J9kV .shadow {
  border-radius: 1rem;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
  padding: 48px 32px;
}
.cid-tAzc13J9kV .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-tAzc13J9kV .mbr-section-subtitle {
  color: #f6f6f6;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
  text-align: left;
}
.cid-tAzc13J9kV .mbr-section-btn {
  width: 100%;
  margin-top: -6rem;
}
@media (max-width: 795px) {
  .cid-tAzc13J9kV .mbr-section-btn {
    margin-top: 50px;
    text-align: center !important;
  }
}
.cid-tAzc13J9kV .btn-secondary,
.cid-tAzc13J9kV .btn-secondary:active {
  color: #ffffff !important;
}
.cid-tAzc13J9kV .btn-secondary:hover,
.cid-tAzc13J9kV .btn-secondary:active:hover {
  color: #777777 !important;
}
.cid-tAzc13J9kV .btn {
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tAzc13J9kV marcatexto {
  font-weight: 500;
  color: #4aa9e4;
}
.cid-twIFU3OfFH.popup-builder {
  background-color: #ffffff;
}
.cid-twIFU3OfFH.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-twIFU3OfFH.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-twIFU3OfFH .modal-content,
.cid-twIFU3OfFH .modal-dialog {
  height: auto;
}
.cid-twIFU3OfFH .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-twIFU3OfFH .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-twIFU3OfFH .form-wrapper .mbr-form .form-group,
  .cid-twIFU3OfFH .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-twIFU3OfFH .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-twIFU3OfFH .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-twIFU3OfFH .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-twIFU3OfFH .pt-0 {
  padding-top: 0 !important;
}
.cid-twIFU3OfFH .pb-0 {
  padding-bottom: 0 !important;
}
.cid-twIFU3OfFH .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-twIFU3OfFH .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-twIFU3OfFH .modal-open {
  overflow: hidden;
}
.cid-twIFU3OfFH .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-twIFU3OfFH .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-twIFU3OfFH .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-twIFU3OfFH .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-twIFU3OfFH .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-twIFU3OfFH .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-twIFU3OfFH .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-twIFU3OfFH .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-twIFU3OfFH .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-twIFU3OfFH .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-twIFU3OfFH .modal-backdrop.fade {
  opacity: 0;
}
.cid-twIFU3OfFH .modal-backdrop.show {
  opacity: .5;
}
.cid-twIFU3OfFH .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-twIFU3OfFH .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-twIFU3OfFH .modal-header {
    padding: 1rem;
  }
}
.cid-twIFU3OfFH .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-twIFU3OfFH .modal-header .close svg {
  fill: #ffffff;
}
.cid-twIFU3OfFH .modal-header .close:hover {
  opacity: 1;
}
.cid-twIFU3OfFH .modal-header .close:focus {
  outline: none;
}
.cid-twIFU3OfFH .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-twIFU3OfFH .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-twIFU3OfFH .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-twIFU3OfFH .modal-body {
    padding: 1rem;
  }
}
.cid-twIFU3OfFH .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-twIFU3OfFH .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-twIFU3OfFH .modal-footer {
    padding: 1rem;
  }
}
.cid-twIFU3OfFH .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-twIFU3OfFH .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-twIFU3OfFH .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-twIFU3OfFH .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-twIFU3OfFH .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-twIFU3OfFH .modal-lg,
  .cid-twIFU3OfFH .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-twIFU3OfFH .modal-xl {
    max-width: 1140px;
  }
}
.cid-twIFU3OfFH .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-twIFU3OfFH .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-twIFU3OfFH .form-group {
  margin-bottom: 1rem;
}
.cid-twIFU3OfFH .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-twIFU3OfFH .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-twIFU3OfFH .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-twIFU3OfFH .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-twIFU3OfFH .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-twIFU4wS4P {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-twIFU4wS4P .mbr-fallback-image.disabled {
  display: none;
}
.cid-twIFU4wS4P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twIFU4wS4P .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-twIFU4wS4P .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-twIFU4wS4P .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-twIFU4wS4P .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-twIFU4wS4P .container {
    max-width: 100%;
  }
  .cid-twIFU4wS4P .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-twIFU4wS4P .item-wrap {
  width: 100%;
}
.cid-twIFU4wS4P .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-twIFU4wS4P .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-twIFU4wS4P .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-twIFU4wS4P .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-twIFU4wS4P .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-twIFU4wS4P .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-twIFU4wS4P .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-twIFU4wS4P .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-twIFU4wS4P .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-twIFU4wS4P .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-twIFU4wS4P .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-twIFU4wS4P .soc-item:hover {
  transform: translateY(-3px);
}
.cid-twIFU4wS4P .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-twIFU4wS4P .col-links {
    padding-top: 20px;
  }
}
.cid-twIFU4wS4P .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-twIFU4wS4P .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-twIFU4wS4P .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-twIFU4wS4P .list {
    text-align: center !important;
  }
}
.cid-twIFU4wS4P .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-twIFU4wS4P .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-twIFU4wS4P .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-twIFU4wS4P .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-twIFU4wS4P .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-twIFU4wS4P .list a:hover:before {
  width: 100%;
}
.cid-twIFU4wS4P .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-twIFU4wS4P .col-copyright {
    padding-top: 40px;
  }
}
.cid-twIFU4wS4P .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-twIFU4wS4P .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txbYG3TYz4 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background16-1920x1080.jpg");
}
.cid-txbYG3TYz4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txbYG3TYz4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txbYG3TYz4 .mbr-text,
.cid-txbYG3TYz4 .mbr-section-btn {
  color: #491414;
  text-align: center;
}
.cid-txbYG3TYz4 .mbr-section-title {
  color: #ffffff;
  font-size: 4.5rem;
  font-weight: normal;
  line-height: 1;
  text-align: center;
}
.cid-txbYG3TYz4 .mbr-section-subtitle {
  text-align: center;
}
.cid-txc1jR932Z {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-txc1jR932Z .row {
    text-align: center;
  }
}
.cid-txc1jR932Z .section-head {
  margin-bottom: 2.3rem;
}
.cid-txc1jR932Z .paragraph {
  margin-bottom: 2rem;
}
.cid-txbYG7EnE1.popup-builder {
  background-color: #ffffff;
}
.cid-txbYG7EnE1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txbYG7EnE1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txbYG7EnE1 .modal-content,
.cid-txbYG7EnE1 .modal-dialog {
  height: auto;
}
.cid-txbYG7EnE1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txbYG7EnE1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txbYG7EnE1 .form-wrapper .mbr-form .form-group,
  .cid-txbYG7EnE1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txbYG7EnE1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txbYG7EnE1 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txbYG7EnE1 .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txbYG7EnE1 .pt-0 {
  padding-top: 0 !important;
}
.cid-txbYG7EnE1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txbYG7EnE1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txbYG7EnE1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txbYG7EnE1 .modal-open {
  overflow: hidden;
}
.cid-txbYG7EnE1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txbYG7EnE1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txbYG7EnE1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txbYG7EnE1 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txbYG7EnE1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txbYG7EnE1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txbYG7EnE1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txbYG7EnE1 .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txbYG7EnE1 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txbYG7EnE1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txbYG7EnE1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-txbYG7EnE1 .modal-backdrop.show {
  opacity: .5;
}
.cid-txbYG7EnE1 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txbYG7EnE1 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txbYG7EnE1 .modal-header {
    padding: 1rem;
  }
}
.cid-txbYG7EnE1 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txbYG7EnE1 .modal-header .close svg {
  fill: #ffffff;
}
.cid-txbYG7EnE1 .modal-header .close:hover {
  opacity: 1;
}
.cid-txbYG7EnE1 .modal-header .close:focus {
  outline: none;
}
.cid-txbYG7EnE1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txbYG7EnE1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txbYG7EnE1 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txbYG7EnE1 .modal-body {
    padding: 1rem;
  }
}
.cid-txbYG7EnE1 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txbYG7EnE1 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txbYG7EnE1 .modal-footer {
    padding: 1rem;
  }
}
.cid-txbYG7EnE1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txbYG7EnE1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txbYG7EnE1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txbYG7EnE1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txbYG7EnE1 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txbYG7EnE1 .modal-lg,
  .cid-txbYG7EnE1 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txbYG7EnE1 .modal-xl {
    max-width: 1140px;
  }
}
.cid-txbYG7EnE1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txbYG7EnE1 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txbYG7EnE1 .form-group {
  margin-bottom: 1rem;
}
.cid-txbYG7EnE1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txbYG7EnE1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txbYG7EnE1 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txbYG7EnE1 .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txbYG7EnE1 .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txbYG8oED1 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txbYG8oED1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txbYG8oED1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txbYG8oED1 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txbYG8oED1 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txbYG8oED1 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txbYG8oED1 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txbYG8oED1 .container {
    max-width: 100%;
  }
  .cid-txbYG8oED1 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txbYG8oED1 .item-wrap {
  width: 100%;
}
.cid-txbYG8oED1 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txbYG8oED1 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txbYG8oED1 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txbYG8oED1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txbYG8oED1 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txbYG8oED1 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txbYG8oED1 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txbYG8oED1 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txbYG8oED1 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txbYG8oED1 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txbYG8oED1 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txbYG8oED1 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txbYG8oED1 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txbYG8oED1 .col-links {
    padding-top: 20px;
  }
}
.cid-txbYG8oED1 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txbYG8oED1 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txbYG8oED1 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txbYG8oED1 .list {
    text-align: center !important;
  }
}
.cid-txbYG8oED1 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txbYG8oED1 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txbYG8oED1 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txbYG8oED1 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txbYG8oED1 .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txbYG8oED1 .list a:hover:before {
  width: 100%;
}
.cid-txbYG8oED1 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txbYG8oED1 .col-copyright {
    padding-top: 40px;
  }
}
.cid-txbYG8oED1 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txbYG8oED1 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txJehFis9w {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background20-2-1920x1280.jpg");
}
.cid-txJehFis9w .mbr-fallback-image.disabled {
  display: none;
}
.cid-txJehFis9w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txJehFis9w .mbr-text,
.cid-txJehFis9w .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-txJehFis9w .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-txJehFis9w .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tykBx7TQqV {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-tykBx7TQqV img,
.cid-tykBx7TQqV .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-tykBx7TQqV .item:focus,
.cid-tykBx7TQqV span:focus {
  outline: none;
}
.cid-tykBx7TQqV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tykBx7TQqV .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-tykBx7TQqV .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tykBx7TQqV .item-img {
    padding: 1rem;
  }
}
.cid-tykBx7TQqV .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-tykBx7TQqV .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tykBx7TQqV .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tykBx7TQqV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tykBx7TQqV .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tykBx7TQqV .mbr-text,
.cid-tykBx7TQqV .mbr-section-btn {
  text-align: center;
}
.cid-tykBx7TQqV .item-title {
  text-align: center;
}
.cid-tykBx7TQqV .item-subtitle {
  text-align: center;
}
.cid-txcZY7RkUH {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-txcZY7RkUH img,
.cid-txcZY7RkUH .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txcZY7RkUH .item:focus,
.cid-txcZY7RkUH span:focus {
  outline: none;
}
.cid-txcZY7RkUH .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txcZY7RkUH .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txcZY7RkUH .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txcZY7RkUH .item-img {
    padding: 1rem;
  }
}
.cid-txcZY7RkUH .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txcZY7RkUH .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txcZY7RkUH .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txcZY7RkUH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txcZY7RkUH .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txcZY7RkUH .mbr-text,
.cid-txcZY7RkUH .mbr-section-btn {
  text-align: center;
}
.cid-txcZY7RkUH .item-title {
  text-align: center;
}
.cid-txcZY7RkUH .item-subtitle {
  text-align: center;
}
.cid-txd2t3DtNm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-txd2t3DtNm img,
.cid-txd2t3DtNm .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txd2t3DtNm .item:focus,
.cid-txd2t3DtNm span:focus {
  outline: none;
}
.cid-txd2t3DtNm .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txd2t3DtNm .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txd2t3DtNm .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txd2t3DtNm .item-img {
    padding: 1rem;
  }
}
.cid-txd2t3DtNm .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txd2t3DtNm .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txd2t3DtNm .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txd2t3DtNm .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txd2t3DtNm .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txd2t3DtNm .mbr-text,
.cid-txd2t3DtNm .mbr-section-btn {
  text-align: center;
}
.cid-txd2t3DtNm .item-title {
  text-align: center;
}
.cid-txd2t3DtNm .item-subtitle {
  text-align: center;
}
.cid-txd3H08he6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-txd3H08he6 img,
.cid-txd3H08he6 .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txd3H08he6 .item:focus,
.cid-txd3H08he6 span:focus {
  outline: none;
}
.cid-txd3H08he6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txd3H08he6 .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txd3H08he6 .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txd3H08he6 .item-img {
    padding: 1rem;
  }
}
.cid-txd3H08he6 .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txd3H08he6 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txd3H08he6 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txd3H08he6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txd3H08he6 .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txd3H08he6 .mbr-text,
.cid-txd3H08he6 .mbr-section-btn {
  text-align: center;
}
.cid-txd3H08he6 .item-title {
  text-align: center;
}
.cid-txd3H08he6 .item-subtitle {
  text-align: center;
}
.cid-txd59zVx6t {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-txd59zVx6t img,
.cid-txd59zVx6t .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txd59zVx6t .item:focus,
.cid-txd59zVx6t span:focus {
  outline: none;
}
.cid-txd59zVx6t .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txd59zVx6t .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txd59zVx6t .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txd59zVx6t .item-img {
    padding: 1rem;
  }
}
.cid-txd59zVx6t .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txd59zVx6t .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txd59zVx6t .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txd59zVx6t .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txd59zVx6t .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txd59zVx6t .mbr-text,
.cid-txd59zVx6t .mbr-section-btn {
  text-align: center;
}
.cid-txd59zVx6t .item-title {
  text-align: center;
}
.cid-txd59zVx6t .item-subtitle {
  text-align: center;
}
.cid-txd8XpTMzO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-txd8XpTMzO img,
.cid-txd8XpTMzO .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txd8XpTMzO .item:focus,
.cid-txd8XpTMzO span:focus {
  outline: none;
}
.cid-txd8XpTMzO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txd8XpTMzO .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txd8XpTMzO .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txd8XpTMzO .item-img {
    padding: 1rem;
  }
}
.cid-txd8XpTMzO .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txd8XpTMzO .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txd8XpTMzO .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txd8XpTMzO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txd8XpTMzO .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txd8XpTMzO .mbr-text,
.cid-txd8XpTMzO .mbr-section-btn {
  text-align: center;
}
.cid-txd8XpTMzO .item-title {
  text-align: center;
}
.cid-txd8XpTMzO .item-subtitle {
  text-align: center;
}
.cid-txcVi8jlvJ.popup-builder {
  background-color: #ffffff;
}
.cid-txcVi8jlvJ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txcVi8jlvJ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txcVi8jlvJ .modal-content,
.cid-txcVi8jlvJ .modal-dialog {
  height: auto;
}
.cid-txcVi8jlvJ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txcVi8jlvJ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txcVi8jlvJ .form-wrapper .mbr-form .form-group,
  .cid-txcVi8jlvJ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txcVi8jlvJ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txcVi8jlvJ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txcVi8jlvJ .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txcVi8jlvJ .pt-0 {
  padding-top: 0 !important;
}
.cid-txcVi8jlvJ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txcVi8jlvJ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txcVi8jlvJ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txcVi8jlvJ .modal-open {
  overflow: hidden;
}
.cid-txcVi8jlvJ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txcVi8jlvJ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txcVi8jlvJ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txcVi8jlvJ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txcVi8jlvJ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txcVi8jlvJ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txcVi8jlvJ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txcVi8jlvJ .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txcVi8jlvJ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txcVi8jlvJ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txcVi8jlvJ .modal-backdrop.fade {
  opacity: 0;
}
.cid-txcVi8jlvJ .modal-backdrop.show {
  opacity: .5;
}
.cid-txcVi8jlvJ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txcVi8jlvJ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txcVi8jlvJ .modal-header {
    padding: 1rem;
  }
}
.cid-txcVi8jlvJ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txcVi8jlvJ .modal-header .close svg {
  fill: #ffffff;
}
.cid-txcVi8jlvJ .modal-header .close:hover {
  opacity: 1;
}
.cid-txcVi8jlvJ .modal-header .close:focus {
  outline: none;
}
.cid-txcVi8jlvJ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txcVi8jlvJ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txcVi8jlvJ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txcVi8jlvJ .modal-body {
    padding: 1rem;
  }
}
.cid-txcVi8jlvJ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txcVi8jlvJ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txcVi8jlvJ .modal-footer {
    padding: 1rem;
  }
}
.cid-txcVi8jlvJ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txcVi8jlvJ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txcVi8jlvJ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txcVi8jlvJ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txcVi8jlvJ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txcVi8jlvJ .modal-lg,
  .cid-txcVi8jlvJ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txcVi8jlvJ .modal-xl {
    max-width: 1140px;
  }
}
.cid-txcVi8jlvJ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txcVi8jlvJ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txcVi8jlvJ .form-group {
  margin-bottom: 1rem;
}
.cid-txcVi8jlvJ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txcVi8jlvJ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txcVi8jlvJ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txcVi8jlvJ .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txcVi8jlvJ .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txcVi9agPw {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txcVi9agPw .mbr-fallback-image.disabled {
  display: none;
}
.cid-txcVi9agPw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txcVi9agPw .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txcVi9agPw .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txcVi9agPw .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txcVi9agPw .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txcVi9agPw .container {
    max-width: 100%;
  }
  .cid-txcVi9agPw .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txcVi9agPw .item-wrap {
  width: 100%;
}
.cid-txcVi9agPw .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txcVi9agPw .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txcVi9agPw .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txcVi9agPw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txcVi9agPw .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txcVi9agPw .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txcVi9agPw .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txcVi9agPw .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txcVi9agPw .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txcVi9agPw .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txcVi9agPw .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txcVi9agPw .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txcVi9agPw .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txcVi9agPw .col-links {
    padding-top: 20px;
  }
}
.cid-txcVi9agPw .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txcVi9agPw .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txcVi9agPw .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txcVi9agPw .list {
    text-align: center !important;
  }
}
.cid-txcVi9agPw .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txcVi9agPw .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txcVi9agPw .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txcVi9agPw .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txcVi9agPw .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txcVi9agPw .list a:hover:before {
  width: 100%;
}
.cid-txcVi9agPw .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txcVi9agPw .col-copyright {
    padding-top: 40px;
  }
}
.cid-txcVi9agPw .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txcVi9agPw .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txJnjsuU8T {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-txJnjsuU8T .mbr-fallback-image.disabled {
  display: none;
}
.cid-txJnjsuU8T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txJnjsuU8T .mbr-text,
.cid-txJnjsuU8T .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-txJnjsuU8T .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-txJnjsuU8T .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-txQwjGN8yk {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-txQwjGN8yk img,
.cid-txQwjGN8yk .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txQwjGN8yk .item:focus,
.cid-txQwjGN8yk span:focus {
  outline: none;
}
.cid-txQwjGN8yk .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txQwjGN8yk .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txQwjGN8yk .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txQwjGN8yk .item-img {
    padding: 1rem;
  }
}
.cid-txQwjGN8yk .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txQwjGN8yk .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txQwjGN8yk .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txQwjGN8yk .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txQwjGN8yk .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txQwjGN8yk .mbr-text,
.cid-txQwjGN8yk .mbr-section-btn {
  text-align: center;
}
.cid-txQwjGN8yk .item-title {
  text-align: center;
}
.cid-txQwjGN8yk .item-subtitle {
  text-align: center;
}
.cid-txWUwWBAnP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-txWUwWBAnP img,
.cid-txWUwWBAnP .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txWUwWBAnP .item:focus,
.cid-txWUwWBAnP span:focus {
  outline: none;
}
.cid-txWUwWBAnP .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txWUwWBAnP .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txWUwWBAnP .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txWUwWBAnP .item-img {
    padding: 1rem;
  }
}
.cid-txWUwWBAnP .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txWUwWBAnP .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txWUwWBAnP .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txWUwWBAnP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txWUwWBAnP .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txWUwWBAnP .mbr-text,
.cid-txWUwWBAnP .mbr-section-btn {
  text-align: center;
}
.cid-txWUwWBAnP .item-title {
  text-align: center;
}
.cid-txWUwWBAnP .item-subtitle {
  text-align: center;
}
.cid-txQwNjlKQY {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
.cid-txQwNjlKQY img,
.cid-txQwNjlKQY .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txQwNjlKQY .item:focus,
.cid-txQwNjlKQY span:focus {
  outline: none;
}
.cid-txQwNjlKQY .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txQwNjlKQY .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txQwNjlKQY .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txQwNjlKQY .item-img {
    padding: 1rem;
  }
}
.cid-txQwNjlKQY .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txQwNjlKQY .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txQwNjlKQY .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txQwNjlKQY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txQwNjlKQY .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txQwNjlKQY .mbr-text,
.cid-txQwNjlKQY .mbr-section-btn {
  text-align: center;
}
.cid-txQwNjlKQY .item-title {
  text-align: center;
}
.cid-txQwNjlKQY .item-subtitle {
  text-align: center;
}
.cid-txJnjtiJVv {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-txJnjtiJVv img,
.cid-txJnjtiJVv .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txJnjtiJVv .item:focus,
.cid-txJnjtiJVv span:focus {
  outline: none;
}
.cid-txJnjtiJVv .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txJnjtiJVv .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txJnjtiJVv .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txJnjtiJVv .item-img {
    padding: 1rem;
  }
}
.cid-txJnjtiJVv .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txJnjtiJVv .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txJnjtiJVv .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txJnjtiJVv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txJnjtiJVv .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txJnjtiJVv .mbr-text,
.cid-txJnjtiJVv .mbr-section-btn {
  text-align: center;
}
.cid-txJnjtiJVv .item-title {
  text-align: center;
}
.cid-txJnjtiJVv .item-subtitle {
  text-align: center;
}
.cid-txJnjziH9r.popup-builder {
  background-color: #ffffff;
}
.cid-txJnjziH9r.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txJnjziH9r.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txJnjziH9r .modal-content,
.cid-txJnjziH9r .modal-dialog {
  height: auto;
}
.cid-txJnjziH9r .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txJnjziH9r .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txJnjziH9r .form-wrapper .mbr-form .form-group,
  .cid-txJnjziH9r .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txJnjziH9r .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txJnjziH9r .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txJnjziH9r .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txJnjziH9r .pt-0 {
  padding-top: 0 !important;
}
.cid-txJnjziH9r .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txJnjziH9r .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txJnjziH9r .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txJnjziH9r .modal-open {
  overflow: hidden;
}
.cid-txJnjziH9r .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txJnjziH9r .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txJnjziH9r .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txJnjziH9r .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txJnjziH9r .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txJnjziH9r .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txJnjziH9r .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txJnjziH9r .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txJnjziH9r .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txJnjziH9r .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txJnjziH9r .modal-backdrop.fade {
  opacity: 0;
}
.cid-txJnjziH9r .modal-backdrop.show {
  opacity: .5;
}
.cid-txJnjziH9r .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txJnjziH9r .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txJnjziH9r .modal-header {
    padding: 1rem;
  }
}
.cid-txJnjziH9r .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txJnjziH9r .modal-header .close svg {
  fill: #ffffff;
}
.cid-txJnjziH9r .modal-header .close:hover {
  opacity: 1;
}
.cid-txJnjziH9r .modal-header .close:focus {
  outline: none;
}
.cid-txJnjziH9r .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txJnjziH9r .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txJnjziH9r .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txJnjziH9r .modal-body {
    padding: 1rem;
  }
}
.cid-txJnjziH9r .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txJnjziH9r .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txJnjziH9r .modal-footer {
    padding: 1rem;
  }
}
.cid-txJnjziH9r .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txJnjziH9r .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txJnjziH9r .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txJnjziH9r .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txJnjziH9r .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txJnjziH9r .modal-lg,
  .cid-txJnjziH9r .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txJnjziH9r .modal-xl {
    max-width: 1140px;
  }
}
.cid-txJnjziH9r .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txJnjziH9r .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txJnjziH9r .form-group {
  margin-bottom: 1rem;
}
.cid-txJnjziH9r .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txJnjziH9r .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txJnjziH9r .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txJnjziH9r .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txJnjziH9r .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txJnjA5A9M {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txJnjA5A9M .mbr-fallback-image.disabled {
  display: none;
}
.cid-txJnjA5A9M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txJnjA5A9M .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txJnjA5A9M .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txJnjA5A9M .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txJnjA5A9M .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txJnjA5A9M .container {
    max-width: 100%;
  }
  .cid-txJnjA5A9M .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txJnjA5A9M .item-wrap {
  width: 100%;
}
.cid-txJnjA5A9M .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txJnjA5A9M .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txJnjA5A9M .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txJnjA5A9M .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txJnjA5A9M .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txJnjA5A9M .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txJnjA5A9M .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txJnjA5A9M .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txJnjA5A9M .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txJnjA5A9M .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txJnjA5A9M .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txJnjA5A9M .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txJnjA5A9M .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txJnjA5A9M .col-links {
    padding-top: 20px;
  }
}
.cid-txJnjA5A9M .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txJnjA5A9M .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txJnjA5A9M .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txJnjA5A9M .list {
    text-align: center !important;
  }
}
.cid-txJnjA5A9M .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txJnjA5A9M .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txJnjA5A9M .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txJnjA5A9M .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txJnjA5A9M .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txJnjA5A9M .list a:hover:before {
  width: 100%;
}
.cid-txJnjA5A9M .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txJnjA5A9M .col-copyright {
    padding-top: 40px;
  }
}
.cid-txJnjA5A9M .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txJnjA5A9M .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-tyG0a91vtl {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-tyG0a91vtl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyG0a91vtl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyG0a91vtl .mbr-text,
.cid-tyG0a91vtl .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tyG0a91vtl .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-tyG0a91vtl .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tyG0a9PPaJ {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tyG0a9PPaJ .container-fluid {
  padding: 0 3rem;
}
.cid-tyG0a9PPaJ .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-tyG0a9PPaJ .mbr-section-subtitle {
  color: #767676;
}
.cid-tyG0a9PPaJ .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tyG0a9PPaJ .table-wrapper {
  margin: 0 auto;
}
.cid-tyG0a9PPaJ table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tyG0a9PPaJ table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-tyG0a9PPaJ table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-tyG0a9PPaJ table.table {
  background: #fbfbfb;
}
.cid-tyG0a9PPaJ tr:hover {
  background-color: #e1f4ff !important;
}
.cid-tyG0a9PPaJ .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-tyG0a9PPaJ .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tyG0a9PPaJ .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tyG0a9PPaJ .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding: 0;
  background: #fbfbfb;
}
.cid-tyG0a9PPaJ .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-tyG0a9PPaJ .dataTables_wrapper {
  display: block;
}
.cid-tyG0a9PPaJ .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tyG0a9PPaJ .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tyG0a9PPaJ .head-item:after,
.cid-tyG0a9PPaJ .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-tyG0a9PPaJ .dataTables_filter {
    text-align: center;
  }
  .cid-tyG0a9PPaJ .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-tyG0a9PPaJ .dataTables_filter {
    text-align: center;
  }
  .cid-tyG0a9PPaJ .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-tyG0a9PPaJ .container-fluid {
    padding: 0 1rem;
  }
  .cid-tyG0a9PPaJ table th,
  .cid-tyG0a9PPaJ table td {
    padding: .75rem;
  }
}
.cid-tyG0a9PPaJ .body-item {
  text-align: left;
}
.cid-tyG0a9PPaJ .head-item {
  color: #000000;
  text-align: left;
}
.cid-tyG0a9PPaJ .body-item DIV {
  text-align: center;
}
.cid-tyG0a9PPaJ .mbr-section-title,
.cid-tyG0a9PPaJ .underline {
  color: #777777;
}
.cid-tyG0absKaW {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tyG0absKaW .media-container-row {
  margin-top: 0.5rem;
}
.cid-tyG0absKaW .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-tyG0absKaW .card-img span {
  color: #ffffff;
}
.cid-tyG0absKaW .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-tyG0absKaW .card-title,
.cid-tyG0absKaW .card-img {
  color: #555555;
}
.cid-tyG0absKaW .mbr-section-title {
  font-size: 60px;
}
.cid-tyG0absKaW .mbr-text,
.cid-tyG0absKaW .mbr-section-btn {
  color: #777777;
}
.cid-tyG0absKaW .mbr-title,
.cid-tyG0absKaW .ornament {
  color: #005990;
  text-align: center;
}
.cid-tyG0abWdvy {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-tyG0abWdvy img,
.cid-tyG0abWdvy .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-tyG0abWdvy .item:focus,
.cid-tyG0abWdvy span:focus {
  outline: none;
}
.cid-tyG0abWdvy .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyG0abWdvy .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-tyG0abWdvy .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tyG0abWdvy .item-img {
    padding: 1rem;
  }
}
.cid-tyG0abWdvy .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-tyG0abWdvy .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyG0abWdvy .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tyG0abWdvy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tyG0abWdvy .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tyG0abWdvy .mbr-text,
.cid-tyG0abWdvy .mbr-section-btn {
  text-align: center;
}
.cid-tyG0abWdvy .item-title {
  text-align: center;
}
.cid-tyG0abWdvy .item-subtitle {
  text-align: center;
}
.cid-tyG0acIYMC.popup-builder {
  background-color: #ffffff;
}
.cid-tyG0acIYMC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tyG0acIYMC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tyG0acIYMC .modal-content,
.cid-tyG0acIYMC .modal-dialog {
  height: auto;
}
.cid-tyG0acIYMC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tyG0acIYMC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tyG0acIYMC .form-wrapper .mbr-form .form-group,
  .cid-tyG0acIYMC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tyG0acIYMC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tyG0acIYMC .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyG0acIYMC .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-tyG0acIYMC .pt-0 {
  padding-top: 0 !important;
}
.cid-tyG0acIYMC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tyG0acIYMC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tyG0acIYMC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tyG0acIYMC .modal-open {
  overflow: hidden;
}
.cid-tyG0acIYMC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tyG0acIYMC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tyG0acIYMC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tyG0acIYMC .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tyG0acIYMC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tyG0acIYMC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tyG0acIYMC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tyG0acIYMC .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tyG0acIYMC .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tyG0acIYMC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tyG0acIYMC .modal-backdrop.fade {
  opacity: 0;
}
.cid-tyG0acIYMC .modal-backdrop.show {
  opacity: .5;
}
.cid-tyG0acIYMC .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tyG0acIYMC .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tyG0acIYMC .modal-header {
    padding: 1rem;
  }
}
.cid-tyG0acIYMC .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tyG0acIYMC .modal-header .close svg {
  fill: #ffffff;
}
.cid-tyG0acIYMC .modal-header .close:hover {
  opacity: 1;
}
.cid-tyG0acIYMC .modal-header .close:focus {
  outline: none;
}
.cid-tyG0acIYMC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tyG0acIYMC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tyG0acIYMC .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyG0acIYMC .modal-body {
    padding: 1rem;
  }
}
.cid-tyG0acIYMC .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tyG0acIYMC .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyG0acIYMC .modal-footer {
    padding: 1rem;
  }
}
.cid-tyG0acIYMC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tyG0acIYMC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tyG0acIYMC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tyG0acIYMC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tyG0acIYMC .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tyG0acIYMC .modal-lg,
  .cid-tyG0acIYMC .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tyG0acIYMC .modal-xl {
    max-width: 1140px;
  }
}
.cid-tyG0acIYMC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tyG0acIYMC .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tyG0acIYMC .form-group {
  margin-bottom: 1rem;
}
.cid-tyG0acIYMC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tyG0acIYMC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tyG0acIYMC .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tyG0acIYMC .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-tyG0acIYMC .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-tyG0adne1W {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-tyG0adne1W .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyG0adne1W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyG0adne1W .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tyG0adne1W .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tyG0adne1W .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tyG0adne1W .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tyG0adne1W .container {
    max-width: 100%;
  }
  .cid-tyG0adne1W .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tyG0adne1W .item-wrap {
  width: 100%;
}
.cid-tyG0adne1W .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tyG0adne1W .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tyG0adne1W .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tyG0adne1W .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tyG0adne1W .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tyG0adne1W .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tyG0adne1W .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tyG0adne1W .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tyG0adne1W .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-tyG0adne1W .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-tyG0adne1W .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-tyG0adne1W .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tyG0adne1W .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tyG0adne1W .col-links {
    padding-top: 20px;
  }
}
.cid-tyG0adne1W .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tyG0adne1W .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tyG0adne1W .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tyG0adne1W .list {
    text-align: center !important;
  }
}
.cid-tyG0adne1W .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tyG0adne1W .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tyG0adne1W .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tyG0adne1W .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-tyG0adne1W .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-tyG0adne1W .list a:hover:before {
  width: 100%;
}
.cid-tyG0adne1W .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tyG0adne1W .col-copyright {
    padding-top: 40px;
  }
}
.cid-tyG0adne1W .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-tyG0adne1W .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-tyG6SCx06K {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-tyG6SCx06K .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyG6SCx06K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyG6SCx06K .mbr-text,
.cid-tyG6SCx06K .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tyG6SCx06K .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-tyG6SCx06K .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tyG6SDi6At {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tyG6SDi6At .container-fluid {
  padding: 0 3rem;
}
.cid-tyG6SDi6At .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-tyG6SDi6At .mbr-section-subtitle {
  color: #767676;
}
.cid-tyG6SDi6At .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tyG6SDi6At .table-wrapper {
  margin: 0 auto;
}
.cid-tyG6SDi6At table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tyG6SDi6At table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-tyG6SDi6At table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-tyG6SDi6At table.table {
  background: #fbfbfb;
}
.cid-tyG6SDi6At tr:hover {
  background-color: #e1f4ff !important;
}
.cid-tyG6SDi6At .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-tyG6SDi6At .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tyG6SDi6At .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tyG6SDi6At .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding: 0;
  background: #fbfbfb;
}
.cid-tyG6SDi6At .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-tyG6SDi6At .dataTables_wrapper {
  display: block;
}
.cid-tyG6SDi6At .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tyG6SDi6At .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tyG6SDi6At .head-item:after,
.cid-tyG6SDi6At .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-tyG6SDi6At .dataTables_filter {
    text-align: center;
  }
  .cid-tyG6SDi6At .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-tyG6SDi6At .dataTables_filter {
    text-align: center;
  }
  .cid-tyG6SDi6At .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-tyG6SDi6At .container-fluid {
    padding: 0 1rem;
  }
  .cid-tyG6SDi6At table th,
  .cid-tyG6SDi6At table td {
    padding: .75rem;
  }
}
.cid-tyG6SDi6At .body-item {
  text-align: left;
}
.cid-tyG6SDi6At .head-item {
  color: #000000;
  text-align: left;
}
.cid-tyG6SDi6At .body-item DIV {
  text-align: center;
}
.cid-tyG6SDi6At .mbr-section-title,
.cid-tyG6SDi6At .underline {
  color: #777777;
}
.cid-tyG6SEZfU4 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tyG6SEZfU4 .media-container-row {
  margin-top: 0.5rem;
}
.cid-tyG6SEZfU4 .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-tyG6SEZfU4 .card-img span {
  color: #ffffff;
}
.cid-tyG6SEZfU4 .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-tyG6SEZfU4 .card-title,
.cid-tyG6SEZfU4 .card-img {
  color: #555555;
}
.cid-tyG6SEZfU4 .mbr-section-title {
  font-size: 60px;
}
.cid-tyG6SEZfU4 .mbr-text,
.cid-tyG6SEZfU4 .mbr-section-btn {
  color: #777777;
}
.cid-tyG6SEZfU4 .mbr-title,
.cid-tyG6SEZfU4 .ornament {
  color: #005990;
  text-align: center;
}
.cid-tyG6SFuwAX {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-tyG6SFuwAX img,
.cid-tyG6SFuwAX .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-tyG6SFuwAX .item:focus,
.cid-tyG6SFuwAX span:focus {
  outline: none;
}
.cid-tyG6SFuwAX .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyG6SFuwAX .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-tyG6SFuwAX .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tyG6SFuwAX .item-img {
    padding: 1rem;
  }
}
.cid-tyG6SFuwAX .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-tyG6SFuwAX .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyG6SFuwAX .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tyG6SFuwAX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tyG6SFuwAX .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tyG6SFuwAX .mbr-text,
.cid-tyG6SFuwAX .mbr-section-btn {
  text-align: center;
}
.cid-tyG6SFuwAX .item-title {
  text-align: center;
}
.cid-tyG6SFuwAX .item-subtitle {
  text-align: center;
}
.cid-tyG6SGpVIp.popup-builder {
  background-color: #ffffff;
}
.cid-tyG6SGpVIp.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tyG6SGpVIp.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tyG6SGpVIp .modal-content,
.cid-tyG6SGpVIp .modal-dialog {
  height: auto;
}
.cid-tyG6SGpVIp .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tyG6SGpVIp .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tyG6SGpVIp .form-wrapper .mbr-form .form-group,
  .cid-tyG6SGpVIp .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tyG6SGpVIp .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tyG6SGpVIp .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyG6SGpVIp .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-tyG6SGpVIp .pt-0 {
  padding-top: 0 !important;
}
.cid-tyG6SGpVIp .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tyG6SGpVIp .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tyG6SGpVIp .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tyG6SGpVIp .modal-open {
  overflow: hidden;
}
.cid-tyG6SGpVIp .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tyG6SGpVIp .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tyG6SGpVIp .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tyG6SGpVIp .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tyG6SGpVIp .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tyG6SGpVIp .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tyG6SGpVIp .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tyG6SGpVIp .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tyG6SGpVIp .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tyG6SGpVIp .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tyG6SGpVIp .modal-backdrop.fade {
  opacity: 0;
}
.cid-tyG6SGpVIp .modal-backdrop.show {
  opacity: .5;
}
.cid-tyG6SGpVIp .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tyG6SGpVIp .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tyG6SGpVIp .modal-header {
    padding: 1rem;
  }
}
.cid-tyG6SGpVIp .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tyG6SGpVIp .modal-header .close svg {
  fill: #ffffff;
}
.cid-tyG6SGpVIp .modal-header .close:hover {
  opacity: 1;
}
.cid-tyG6SGpVIp .modal-header .close:focus {
  outline: none;
}
.cid-tyG6SGpVIp .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tyG6SGpVIp .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tyG6SGpVIp .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyG6SGpVIp .modal-body {
    padding: 1rem;
  }
}
.cid-tyG6SGpVIp .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tyG6SGpVIp .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyG6SGpVIp .modal-footer {
    padding: 1rem;
  }
}
.cid-tyG6SGpVIp .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tyG6SGpVIp .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tyG6SGpVIp .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tyG6SGpVIp .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tyG6SGpVIp .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tyG6SGpVIp .modal-lg,
  .cid-tyG6SGpVIp .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tyG6SGpVIp .modal-xl {
    max-width: 1140px;
  }
}
.cid-tyG6SGpVIp .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tyG6SGpVIp .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tyG6SGpVIp .form-group {
  margin-bottom: 1rem;
}
.cid-tyG6SGpVIp .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tyG6SGpVIp .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tyG6SGpVIp .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tyG6SGpVIp .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-tyG6SGpVIp .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-tyG6SHAqwl {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-tyG6SHAqwl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyG6SHAqwl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyG6SHAqwl .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tyG6SHAqwl .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tyG6SHAqwl .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tyG6SHAqwl .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tyG6SHAqwl .container {
    max-width: 100%;
  }
  .cid-tyG6SHAqwl .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tyG6SHAqwl .item-wrap {
  width: 100%;
}
.cid-tyG6SHAqwl .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tyG6SHAqwl .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tyG6SHAqwl .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tyG6SHAqwl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tyG6SHAqwl .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tyG6SHAqwl .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tyG6SHAqwl .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tyG6SHAqwl .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tyG6SHAqwl .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-tyG6SHAqwl .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-tyG6SHAqwl .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-tyG6SHAqwl .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tyG6SHAqwl .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tyG6SHAqwl .col-links {
    padding-top: 20px;
  }
}
.cid-tyG6SHAqwl .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tyG6SHAqwl .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tyG6SHAqwl .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tyG6SHAqwl .list {
    text-align: center !important;
  }
}
.cid-tyG6SHAqwl .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tyG6SHAqwl .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tyG6SHAqwl .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tyG6SHAqwl .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-tyG6SHAqwl .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-tyG6SHAqwl .list a:hover:before {
  width: 100%;
}
.cid-tyG6SHAqwl .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tyG6SHAqwl .col-copyright {
    padding-top: 40px;
  }
}
.cid-tyG6SHAqwl .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-tyG6SHAqwl .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-tyG9ODu0ij {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-tyG9ODu0ij .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyG9ODu0ij .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyG9ODu0ij .mbr-text,
.cid-tyG9ODu0ij .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tyG9ODu0ij .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-tyG9ODu0ij .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tyG9OEkez5 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tyG9OEkez5 .container-fluid {
  padding: 0 3rem;
}
.cid-tyG9OEkez5 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-tyG9OEkez5 .mbr-section-subtitle {
  color: #767676;
}
.cid-tyG9OEkez5 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tyG9OEkez5 .table-wrapper {
  margin: 0 auto;
}
.cid-tyG9OEkez5 table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tyG9OEkez5 table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-tyG9OEkez5 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-tyG9OEkez5 table.table {
  background: #fbfbfb;
}
.cid-tyG9OEkez5 tr:hover {
  background-color: #e1f4ff !important;
}
.cid-tyG9OEkez5 .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-tyG9OEkez5 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tyG9OEkez5 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tyG9OEkez5 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding: 0;
  background: #fbfbfb;
}
.cid-tyG9OEkez5 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-tyG9OEkez5 .dataTables_wrapper {
  display: block;
}
.cid-tyG9OEkez5 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tyG9OEkez5 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tyG9OEkez5 .head-item:after,
.cid-tyG9OEkez5 .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-tyG9OEkez5 .dataTables_filter {
    text-align: center;
  }
  .cid-tyG9OEkez5 .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-tyG9OEkez5 .dataTables_filter {
    text-align: center;
  }
  .cid-tyG9OEkez5 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-tyG9OEkez5 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tyG9OEkez5 table th,
  .cid-tyG9OEkez5 table td {
    padding: .75rem;
  }
}
.cid-tyG9OEkez5 .body-item {
  text-align: left;
}
.cid-tyG9OEkez5 .head-item {
  color: #000000;
  text-align: left;
}
.cid-tyG9OEkez5 .body-item DIV {
  text-align: center;
}
.cid-tyG9OEkez5 .mbr-section-title,
.cid-tyG9OEkez5 .underline {
  color: #777777;
}
.cid-tyG9OFFjKl {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tyG9OFFjKl .media-container-row {
  margin-top: 0.5rem;
}
.cid-tyG9OFFjKl .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-tyG9OFFjKl .card-img span {
  color: #ffffff;
}
.cid-tyG9OFFjKl .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-tyG9OFFjKl .card-title,
.cid-tyG9OFFjKl .card-img {
  color: #555555;
}
.cid-tyG9OFFjKl .mbr-section-title {
  font-size: 60px;
}
.cid-tyG9OFFjKl .mbr-text,
.cid-tyG9OFFjKl .mbr-section-btn {
  color: #777777;
}
.cid-tyG9OFFjKl .mbr-title,
.cid-tyG9OFFjKl .ornament {
  color: #005990;
  text-align: center;
}
.cid-tyG9OGaqK9 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-tyG9OGaqK9 img,
.cid-tyG9OGaqK9 .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-tyG9OGaqK9 .item:focus,
.cid-tyG9OGaqK9 span:focus {
  outline: none;
}
.cid-tyG9OGaqK9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyG9OGaqK9 .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-tyG9OGaqK9 .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tyG9OGaqK9 .item-img {
    padding: 1rem;
  }
}
.cid-tyG9OGaqK9 .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-tyG9OGaqK9 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyG9OGaqK9 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tyG9OGaqK9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tyG9OGaqK9 .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tyG9OGaqK9 .mbr-text,
.cid-tyG9OGaqK9 .mbr-section-btn {
  text-align: center;
}
.cid-tyG9OGaqK9 .item-title {
  text-align: center;
}
.cid-tyG9OGaqK9 .item-subtitle {
  text-align: center;
}
.cid-tyG9OGXVcS.popup-builder {
  background-color: #ffffff;
}
.cid-tyG9OGXVcS.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tyG9OGXVcS.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tyG9OGXVcS .modal-content,
.cid-tyG9OGXVcS .modal-dialog {
  height: auto;
}
.cid-tyG9OGXVcS .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tyG9OGXVcS .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tyG9OGXVcS .form-wrapper .mbr-form .form-group,
  .cid-tyG9OGXVcS .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tyG9OGXVcS .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tyG9OGXVcS .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyG9OGXVcS .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-tyG9OGXVcS .pt-0 {
  padding-top: 0 !important;
}
.cid-tyG9OGXVcS .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tyG9OGXVcS .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tyG9OGXVcS .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tyG9OGXVcS .modal-open {
  overflow: hidden;
}
.cid-tyG9OGXVcS .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tyG9OGXVcS .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tyG9OGXVcS .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tyG9OGXVcS .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tyG9OGXVcS .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tyG9OGXVcS .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tyG9OGXVcS .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tyG9OGXVcS .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tyG9OGXVcS .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tyG9OGXVcS .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tyG9OGXVcS .modal-backdrop.fade {
  opacity: 0;
}
.cid-tyG9OGXVcS .modal-backdrop.show {
  opacity: .5;
}
.cid-tyG9OGXVcS .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tyG9OGXVcS .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tyG9OGXVcS .modal-header {
    padding: 1rem;
  }
}
.cid-tyG9OGXVcS .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tyG9OGXVcS .modal-header .close svg {
  fill: #ffffff;
}
.cid-tyG9OGXVcS .modal-header .close:hover {
  opacity: 1;
}
.cid-tyG9OGXVcS .modal-header .close:focus {
  outline: none;
}
.cid-tyG9OGXVcS .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tyG9OGXVcS .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tyG9OGXVcS .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyG9OGXVcS .modal-body {
    padding: 1rem;
  }
}
.cid-tyG9OGXVcS .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tyG9OGXVcS .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyG9OGXVcS .modal-footer {
    padding: 1rem;
  }
}
.cid-tyG9OGXVcS .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tyG9OGXVcS .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tyG9OGXVcS .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tyG9OGXVcS .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tyG9OGXVcS .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tyG9OGXVcS .modal-lg,
  .cid-tyG9OGXVcS .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tyG9OGXVcS .modal-xl {
    max-width: 1140px;
  }
}
.cid-tyG9OGXVcS .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tyG9OGXVcS .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tyG9OGXVcS .form-group {
  margin-bottom: 1rem;
}
.cid-tyG9OGXVcS .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tyG9OGXVcS .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tyG9OGXVcS .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tyG9OGXVcS .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-tyG9OGXVcS .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-tyG9OHLuMM {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-tyG9OHLuMM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyG9OHLuMM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyG9OHLuMM .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tyG9OHLuMM .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tyG9OHLuMM .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tyG9OHLuMM .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tyG9OHLuMM .container {
    max-width: 100%;
  }
  .cid-tyG9OHLuMM .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tyG9OHLuMM .item-wrap {
  width: 100%;
}
.cid-tyG9OHLuMM .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tyG9OHLuMM .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tyG9OHLuMM .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tyG9OHLuMM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tyG9OHLuMM .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tyG9OHLuMM .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tyG9OHLuMM .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tyG9OHLuMM .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tyG9OHLuMM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-tyG9OHLuMM .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-tyG9OHLuMM .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-tyG9OHLuMM .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tyG9OHLuMM .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tyG9OHLuMM .col-links {
    padding-top: 20px;
  }
}
.cid-tyG9OHLuMM .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tyG9OHLuMM .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tyG9OHLuMM .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tyG9OHLuMM .list {
    text-align: center !important;
  }
}
.cid-tyG9OHLuMM .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tyG9OHLuMM .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tyG9OHLuMM .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tyG9OHLuMM .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-tyG9OHLuMM .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-tyG9OHLuMM .list a:hover:before {
  width: 100%;
}
.cid-tyG9OHLuMM .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tyG9OHLuMM .col-copyright {
    padding-top: 40px;
  }
}
.cid-tyG9OHLuMM .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-tyG9OHLuMM .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-tyGb4g8xVf {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-tyGb4g8xVf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyGb4g8xVf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyGb4g8xVf .mbr-text,
.cid-tyGb4g8xVf .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tyGb4g8xVf .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-tyGb4g8xVf .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tyGb4gTJAg {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tyGb4gTJAg .container-fluid {
  padding: 0 3rem;
}
.cid-tyGb4gTJAg .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-tyGb4gTJAg .mbr-section-subtitle {
  color: #767676;
}
.cid-tyGb4gTJAg .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tyGb4gTJAg .table-wrapper {
  margin: 0 auto;
}
.cid-tyGb4gTJAg table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tyGb4gTJAg table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-tyGb4gTJAg table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-tyGb4gTJAg table.table {
  background: #fbfbfb;
}
.cid-tyGb4gTJAg tr:hover {
  background-color: #e1f4ff !important;
}
.cid-tyGb4gTJAg .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-tyGb4gTJAg .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tyGb4gTJAg .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tyGb4gTJAg .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding: 0;
  background: #fbfbfb;
}
.cid-tyGb4gTJAg .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-tyGb4gTJAg .dataTables_wrapper {
  display: block;
}
.cid-tyGb4gTJAg .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tyGb4gTJAg .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tyGb4gTJAg .head-item:after,
.cid-tyGb4gTJAg .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-tyGb4gTJAg .dataTables_filter {
    text-align: center;
  }
  .cid-tyGb4gTJAg .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-tyGb4gTJAg .dataTables_filter {
    text-align: center;
  }
  .cid-tyGb4gTJAg .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-tyGb4gTJAg .container-fluid {
    padding: 0 1rem;
  }
  .cid-tyGb4gTJAg table th,
  .cid-tyGb4gTJAg table td {
    padding: .75rem;
  }
}
.cid-tyGb4gTJAg .body-item {
  text-align: left;
}
.cid-tyGb4gTJAg .head-item {
  color: #000000;
  text-align: left;
}
.cid-tyGb4gTJAg .body-item DIV {
  text-align: center;
}
.cid-tyGb4gTJAg .mbr-section-title,
.cid-tyGb4gTJAg .underline {
  color: #777777;
}
.cid-tyGb4idoJ4 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tyGb4idoJ4 .media-container-row {
  margin-top: 0.5rem;
}
.cid-tyGb4idoJ4 .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-tyGb4idoJ4 .card-img span {
  color: #ffffff;
}
.cid-tyGb4idoJ4 .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-tyGb4idoJ4 .card-title,
.cid-tyGb4idoJ4 .card-img {
  color: #555555;
}
.cid-tyGb4idoJ4 .mbr-section-title {
  font-size: 60px;
}
.cid-tyGb4idoJ4 .mbr-text,
.cid-tyGb4idoJ4 .mbr-section-btn {
  color: #777777;
}
.cid-tyGb4idoJ4 .mbr-title,
.cid-tyGb4idoJ4 .ornament {
  color: #005990;
  text-align: center;
}
.cid-tyGb4iIKJw {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-tyGb4iIKJw img,
.cid-tyGb4iIKJw .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-tyGb4iIKJw .item:focus,
.cid-tyGb4iIKJw span:focus {
  outline: none;
}
.cid-tyGb4iIKJw .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyGb4iIKJw .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-tyGb4iIKJw .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tyGb4iIKJw .item-img {
    padding: 1rem;
  }
}
.cid-tyGb4iIKJw .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-tyGb4iIKJw .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyGb4iIKJw .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tyGb4iIKJw .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tyGb4iIKJw .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tyGb4iIKJw .mbr-text,
.cid-tyGb4iIKJw .mbr-section-btn {
  text-align: center;
}
.cid-tyGb4iIKJw .item-title {
  text-align: center;
}
.cid-tyGb4iIKJw .item-subtitle {
  text-align: center;
}
.cid-tyGb4juM8c.popup-builder {
  background-color: #ffffff;
}
.cid-tyGb4juM8c.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tyGb4juM8c.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tyGb4juM8c .modal-content,
.cid-tyGb4juM8c .modal-dialog {
  height: auto;
}
.cid-tyGb4juM8c .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tyGb4juM8c .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tyGb4juM8c .form-wrapper .mbr-form .form-group,
  .cid-tyGb4juM8c .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tyGb4juM8c .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tyGb4juM8c .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyGb4juM8c .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-tyGb4juM8c .pt-0 {
  padding-top: 0 !important;
}
.cid-tyGb4juM8c .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tyGb4juM8c .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tyGb4juM8c .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tyGb4juM8c .modal-open {
  overflow: hidden;
}
.cid-tyGb4juM8c .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tyGb4juM8c .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tyGb4juM8c .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tyGb4juM8c .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tyGb4juM8c .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tyGb4juM8c .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tyGb4juM8c .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tyGb4juM8c .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tyGb4juM8c .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tyGb4juM8c .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tyGb4juM8c .modal-backdrop.fade {
  opacity: 0;
}
.cid-tyGb4juM8c .modal-backdrop.show {
  opacity: .5;
}
.cid-tyGb4juM8c .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tyGb4juM8c .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tyGb4juM8c .modal-header {
    padding: 1rem;
  }
}
.cid-tyGb4juM8c .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tyGb4juM8c .modal-header .close svg {
  fill: #ffffff;
}
.cid-tyGb4juM8c .modal-header .close:hover {
  opacity: 1;
}
.cid-tyGb4juM8c .modal-header .close:focus {
  outline: none;
}
.cid-tyGb4juM8c .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tyGb4juM8c .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tyGb4juM8c .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyGb4juM8c .modal-body {
    padding: 1rem;
  }
}
.cid-tyGb4juM8c .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tyGb4juM8c .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyGb4juM8c .modal-footer {
    padding: 1rem;
  }
}
.cid-tyGb4juM8c .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tyGb4juM8c .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tyGb4juM8c .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tyGb4juM8c .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tyGb4juM8c .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tyGb4juM8c .modal-lg,
  .cid-tyGb4juM8c .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tyGb4juM8c .modal-xl {
    max-width: 1140px;
  }
}
.cid-tyGb4juM8c .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tyGb4juM8c .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tyGb4juM8c .form-group {
  margin-bottom: 1rem;
}
.cid-tyGb4juM8c .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tyGb4juM8c .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tyGb4juM8c .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tyGb4juM8c .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-tyGb4juM8c .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-tyGb4kdXJ1 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-tyGb4kdXJ1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyGb4kdXJ1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyGb4kdXJ1 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tyGb4kdXJ1 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tyGb4kdXJ1 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tyGb4kdXJ1 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tyGb4kdXJ1 .container {
    max-width: 100%;
  }
  .cid-tyGb4kdXJ1 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tyGb4kdXJ1 .item-wrap {
  width: 100%;
}
.cid-tyGb4kdXJ1 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tyGb4kdXJ1 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tyGb4kdXJ1 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tyGb4kdXJ1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tyGb4kdXJ1 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tyGb4kdXJ1 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tyGb4kdXJ1 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tyGb4kdXJ1 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tyGb4kdXJ1 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-tyGb4kdXJ1 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-tyGb4kdXJ1 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-tyGb4kdXJ1 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tyGb4kdXJ1 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tyGb4kdXJ1 .col-links {
    padding-top: 20px;
  }
}
.cid-tyGb4kdXJ1 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tyGb4kdXJ1 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tyGb4kdXJ1 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tyGb4kdXJ1 .list {
    text-align: center !important;
  }
}
.cid-tyGb4kdXJ1 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tyGb4kdXJ1 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tyGb4kdXJ1 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tyGb4kdXJ1 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-tyGb4kdXJ1 .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-tyGb4kdXJ1 .list a:hover:before {
  width: 100%;
}
.cid-tyGb4kdXJ1 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tyGb4kdXJ1 .col-copyright {
    padding-top: 40px;
  }
}
.cid-tyGb4kdXJ1 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-tyGb4kdXJ1 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-tyBBvskcD4 {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-tyBBvskcD4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyBBvskcD4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyBBvskcD4 .mbr-text,
.cid-tyBBvskcD4 .mbr-section-btn {
  color: #efefef;
  text-align: left;
}
.cid-tyBBvskcD4 .mbr-section-title {
  color: #efefef;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-tyBBvskcD4 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tyBBvt61Zt {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tyBBvt61Zt .container-fluid {
  padding: 0 3rem;
}
.cid-tyBBvt61Zt .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-tyBBvt61Zt .mbr-section-subtitle {
  color: #767676;
}
.cid-tyBBvt61Zt .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tyBBvt61Zt .table-wrapper {
  margin: 0 auto;
}
.cid-tyBBvt61Zt table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tyBBvt61Zt table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-tyBBvt61Zt table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-tyBBvt61Zt table.table {
  background: #fbfbfb;
}
.cid-tyBBvt61Zt tr:hover {
  background-color: #e1f4ff !important;
}
.cid-tyBBvt61Zt .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-tyBBvt61Zt .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tyBBvt61Zt .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tyBBvt61Zt .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding: 0;
  background: #fbfbfb;
}
.cid-tyBBvt61Zt .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-tyBBvt61Zt .dataTables_wrapper {
  display: block;
}
.cid-tyBBvt61Zt .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tyBBvt61Zt .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tyBBvt61Zt .head-item:after,
.cid-tyBBvt61Zt .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-tyBBvt61Zt .dataTables_filter {
    text-align: center;
  }
  .cid-tyBBvt61Zt .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-tyBBvt61Zt .dataTables_filter {
    text-align: center;
  }
  .cid-tyBBvt61Zt .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-tyBBvt61Zt .container-fluid {
    padding: 0 1rem;
  }
  .cid-tyBBvt61Zt table th,
  .cid-tyBBvt61Zt table td {
    padding: .75rem;
  }
}
.cid-tyBBvt61Zt .body-item {
  text-align: left;
}
.cid-tyBBvt61Zt .head-item {
  color: #000000;
  text-align: left;
}
.cid-tyBBvt61Zt .body-item DIV {
  text-align: center;
}
.cid-tyBBvt61Zt .mbr-section-title,
.cid-tyBBvt61Zt .underline {
  color: #777777;
}
.cid-tyBBvv4hUv {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tyBBvv4hUv .media-container-row {
  margin-top: 0.5rem;
}
.cid-tyBBvv4hUv .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-tyBBvv4hUv .card-img span {
  color: #ffffff;
}
.cid-tyBBvv4hUv .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-tyBBvv4hUv .card-title,
.cid-tyBBvv4hUv .card-img {
  color: #555555;
}
.cid-tyBBvv4hUv .mbr-section-title {
  font-size: 60px;
}
.cid-tyBBvv4hUv .mbr-text,
.cid-tyBBvv4hUv .mbr-section-btn {
  color: #777777;
}
.cid-tyBBvv4hUv .mbr-title,
.cid-tyBBvv4hUv .ornament {
  color: #005990;
  text-align: center;
}
.cid-tyBBvvAK6C {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-tyBBvvAK6C img,
.cid-tyBBvvAK6C .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-tyBBvvAK6C .item:focus,
.cid-tyBBvvAK6C span:focus {
  outline: none;
}
.cid-tyBBvvAK6C .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyBBvvAK6C .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-tyBBvvAK6C .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tyBBvvAK6C .item-img {
    padding: 1rem;
  }
}
.cid-tyBBvvAK6C .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-tyBBvvAK6C .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyBBvvAK6C .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tyBBvvAK6C .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tyBBvvAK6C .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tyBBvvAK6C .mbr-text,
.cid-tyBBvvAK6C .mbr-section-btn {
  text-align: center;
}
.cid-tyBBvvAK6C .item-title {
  text-align: center;
}
.cid-tyBBvvAK6C .item-subtitle {
  text-align: center;
}
.cid-tyBBvwzBYB.popup-builder {
  background-color: #ffffff;
}
.cid-tyBBvwzBYB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tyBBvwzBYB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tyBBvwzBYB .modal-content,
.cid-tyBBvwzBYB .modal-dialog {
  height: auto;
}
.cid-tyBBvwzBYB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tyBBvwzBYB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tyBBvwzBYB .form-wrapper .mbr-form .form-group,
  .cid-tyBBvwzBYB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tyBBvwzBYB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tyBBvwzBYB .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyBBvwzBYB .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-tyBBvwzBYB .pt-0 {
  padding-top: 0 !important;
}
.cid-tyBBvwzBYB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tyBBvwzBYB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tyBBvwzBYB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tyBBvwzBYB .modal-open {
  overflow: hidden;
}
.cid-tyBBvwzBYB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tyBBvwzBYB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tyBBvwzBYB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tyBBvwzBYB .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tyBBvwzBYB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tyBBvwzBYB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tyBBvwzBYB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tyBBvwzBYB .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tyBBvwzBYB .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tyBBvwzBYB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tyBBvwzBYB .modal-backdrop.fade {
  opacity: 0;
}
.cid-tyBBvwzBYB .modal-backdrop.show {
  opacity: .5;
}
.cid-tyBBvwzBYB .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tyBBvwzBYB .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tyBBvwzBYB .modal-header {
    padding: 1rem;
  }
}
.cid-tyBBvwzBYB .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tyBBvwzBYB .modal-header .close svg {
  fill: #ffffff;
}
.cid-tyBBvwzBYB .modal-header .close:hover {
  opacity: 1;
}
.cid-tyBBvwzBYB .modal-header .close:focus {
  outline: none;
}
.cid-tyBBvwzBYB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tyBBvwzBYB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tyBBvwzBYB .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyBBvwzBYB .modal-body {
    padding: 1rem;
  }
}
.cid-tyBBvwzBYB .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tyBBvwzBYB .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyBBvwzBYB .modal-footer {
    padding: 1rem;
  }
}
.cid-tyBBvwzBYB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tyBBvwzBYB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tyBBvwzBYB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tyBBvwzBYB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tyBBvwzBYB .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tyBBvwzBYB .modal-lg,
  .cid-tyBBvwzBYB .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tyBBvwzBYB .modal-xl {
    max-width: 1140px;
  }
}
.cid-tyBBvwzBYB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tyBBvwzBYB .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tyBBvwzBYB .form-group {
  margin-bottom: 1rem;
}
.cid-tyBBvwzBYB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tyBBvwzBYB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tyBBvwzBYB .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tyBBvwzBYB .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-tyBBvwzBYB .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-tyBBvxlIJh {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-tyBBvxlIJh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyBBvxlIJh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyBBvxlIJh .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tyBBvxlIJh .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tyBBvxlIJh .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tyBBvxlIJh .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tyBBvxlIJh .container {
    max-width: 100%;
  }
  .cid-tyBBvxlIJh .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tyBBvxlIJh .item-wrap {
  width: 100%;
}
.cid-tyBBvxlIJh .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tyBBvxlIJh .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tyBBvxlIJh .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tyBBvxlIJh .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tyBBvxlIJh .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tyBBvxlIJh .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tyBBvxlIJh .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tyBBvxlIJh .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tyBBvxlIJh .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-tyBBvxlIJh .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-tyBBvxlIJh .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-tyBBvxlIJh .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tyBBvxlIJh .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tyBBvxlIJh .col-links {
    padding-top: 20px;
  }
}
.cid-tyBBvxlIJh .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tyBBvxlIJh .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tyBBvxlIJh .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tyBBvxlIJh .list {
    text-align: center !important;
  }
}
.cid-tyBBvxlIJh .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tyBBvxlIJh .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tyBBvxlIJh .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tyBBvxlIJh .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-tyBBvxlIJh .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-tyBBvxlIJh .list a:hover:before {
  width: 100%;
}
.cid-tyBBvxlIJh .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tyBBvxlIJh .col-copyright {
    padding-top: 40px;
  }
}
.cid-tyBBvxlIJh .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-tyBBvxlIJh .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-tyHFoUoOwg {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-tyHFoUoOwg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyHFoUoOwg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyHFoUoOwg .mbr-text,
.cid-tyHFoUoOwg .mbr-section-btn {
  color: #efefef;
  text-align: left;
}
.cid-tyHFoUoOwg .mbr-section-title {
  color: #efefef;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-tyHFoUoOwg .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tyHFoVkErN {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tyHFoVkErN .container-fluid {
  padding: 0 3rem;
}
.cid-tyHFoVkErN .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-tyHFoVkErN .mbr-section-subtitle {
  color: #767676;
}
.cid-tyHFoVkErN .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tyHFoVkErN .table-wrapper {
  margin: 0 auto;
}
.cid-tyHFoVkErN table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tyHFoVkErN table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-tyHFoVkErN table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-tyHFoVkErN table.table {
  background: #fbfbfb;
}
.cid-tyHFoVkErN tr:hover {
  background-color: #e1f4ff !important;
}
.cid-tyHFoVkErN .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-tyHFoVkErN .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tyHFoVkErN .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tyHFoVkErN .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding: 0;
  background: #fbfbfb;
}
.cid-tyHFoVkErN .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-tyHFoVkErN .dataTables_wrapper {
  display: block;
}
.cid-tyHFoVkErN .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tyHFoVkErN .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tyHFoVkErN .head-item:after,
.cid-tyHFoVkErN .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-tyHFoVkErN .dataTables_filter {
    text-align: center;
  }
  .cid-tyHFoVkErN .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-tyHFoVkErN .dataTables_filter {
    text-align: center;
  }
  .cid-tyHFoVkErN .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-tyHFoVkErN .container-fluid {
    padding: 0 1rem;
  }
  .cid-tyHFoVkErN table th,
  .cid-tyHFoVkErN table td {
    padding: .75rem;
  }
}
.cid-tyHFoVkErN .body-item {
  text-align: left;
}
.cid-tyHFoVkErN .head-item {
  color: #000000;
  text-align: left;
}
.cid-tyHFoVkErN .body-item DIV {
  text-align: center;
}
.cid-tyHFoVkErN .mbr-section-title,
.cid-tyHFoVkErN .underline {
  color: #777777;
}
.cid-tyI3NZrjan {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tyI3NZrjan .media-container-row {
  margin-top: 0.5rem;
}
.cid-tyI3NZrjan .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-tyI3NZrjan .card-img span {
  color: #ffffff;
}
.cid-tyI3NZrjan .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-tyI3NZrjan .card-title,
.cid-tyI3NZrjan .card-img {
  color: #555555;
}
.cid-tyI3NZrjan .mbr-section-title {
  font-size: 60px;
}
.cid-tyI3NZrjan .mbr-text,
.cid-tyI3NZrjan .mbr-section-btn {
  color: #777777;
}
.cid-tyI3NZrjan .mbr-title,
.cid-tyI3NZrjan .ornament {
  color: #005990;
  text-align: center;
}
.cid-tyHFoXM8S7 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-tyHFoXM8S7 img,
.cid-tyHFoXM8S7 .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-tyHFoXM8S7 .item:focus,
.cid-tyHFoXM8S7 span:focus {
  outline: none;
}
.cid-tyHFoXM8S7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyHFoXM8S7 .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-tyHFoXM8S7 .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tyHFoXM8S7 .item-img {
    padding: 1rem;
  }
}
.cid-tyHFoXM8S7 .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-tyHFoXM8S7 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyHFoXM8S7 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tyHFoXM8S7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tyHFoXM8S7 .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tyHFoXM8S7 .mbr-text,
.cid-tyHFoXM8S7 .mbr-section-btn {
  text-align: center;
}
.cid-tyHFoXM8S7 .item-title {
  text-align: center;
}
.cid-tyHFoXM8S7 .item-subtitle {
  text-align: center;
}
.cid-tyHFoYyaS4.popup-builder {
  background-color: #ffffff;
}
.cid-tyHFoYyaS4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tyHFoYyaS4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tyHFoYyaS4 .modal-content,
.cid-tyHFoYyaS4 .modal-dialog {
  height: auto;
}
.cid-tyHFoYyaS4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tyHFoYyaS4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tyHFoYyaS4 .form-wrapper .mbr-form .form-group,
  .cid-tyHFoYyaS4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tyHFoYyaS4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tyHFoYyaS4 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyHFoYyaS4 .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-tyHFoYyaS4 .pt-0 {
  padding-top: 0 !important;
}
.cid-tyHFoYyaS4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tyHFoYyaS4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tyHFoYyaS4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tyHFoYyaS4 .modal-open {
  overflow: hidden;
}
.cid-tyHFoYyaS4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tyHFoYyaS4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tyHFoYyaS4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tyHFoYyaS4 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tyHFoYyaS4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tyHFoYyaS4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tyHFoYyaS4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tyHFoYyaS4 .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tyHFoYyaS4 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tyHFoYyaS4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tyHFoYyaS4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tyHFoYyaS4 .modal-backdrop.show {
  opacity: .5;
}
.cid-tyHFoYyaS4 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tyHFoYyaS4 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tyHFoYyaS4 .modal-header {
    padding: 1rem;
  }
}
.cid-tyHFoYyaS4 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tyHFoYyaS4 .modal-header .close svg {
  fill: #ffffff;
}
.cid-tyHFoYyaS4 .modal-header .close:hover {
  opacity: 1;
}
.cid-tyHFoYyaS4 .modal-header .close:focus {
  outline: none;
}
.cid-tyHFoYyaS4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tyHFoYyaS4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tyHFoYyaS4 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyHFoYyaS4 .modal-body {
    padding: 1rem;
  }
}
.cid-tyHFoYyaS4 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tyHFoYyaS4 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyHFoYyaS4 .modal-footer {
    padding: 1rem;
  }
}
.cid-tyHFoYyaS4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tyHFoYyaS4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tyHFoYyaS4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tyHFoYyaS4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tyHFoYyaS4 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tyHFoYyaS4 .modal-lg,
  .cid-tyHFoYyaS4 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tyHFoYyaS4 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tyHFoYyaS4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tyHFoYyaS4 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tyHFoYyaS4 .form-group {
  margin-bottom: 1rem;
}
.cid-tyHFoYyaS4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tyHFoYyaS4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tyHFoYyaS4 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tyHFoYyaS4 .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-tyHFoYyaS4 .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-tyHFoZh0Xp {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-tyHFoZh0Xp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyHFoZh0Xp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyHFoZh0Xp .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tyHFoZh0Xp .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tyHFoZh0Xp .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tyHFoZh0Xp .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tyHFoZh0Xp .container {
    max-width: 100%;
  }
  .cid-tyHFoZh0Xp .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tyHFoZh0Xp .item-wrap {
  width: 100%;
}
.cid-tyHFoZh0Xp .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tyHFoZh0Xp .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tyHFoZh0Xp .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tyHFoZh0Xp .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tyHFoZh0Xp .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tyHFoZh0Xp .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tyHFoZh0Xp .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tyHFoZh0Xp .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tyHFoZh0Xp .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-tyHFoZh0Xp .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-tyHFoZh0Xp .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-tyHFoZh0Xp .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tyHFoZh0Xp .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tyHFoZh0Xp .col-links {
    padding-top: 20px;
  }
}
.cid-tyHFoZh0Xp .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tyHFoZh0Xp .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tyHFoZh0Xp .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tyHFoZh0Xp .list {
    text-align: center !important;
  }
}
.cid-tyHFoZh0Xp .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tyHFoZh0Xp .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tyHFoZh0Xp .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tyHFoZh0Xp .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-tyHFoZh0Xp .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-tyHFoZh0Xp .list a:hover:before {
  width: 100%;
}
.cid-tyHFoZh0Xp .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tyHFoZh0Xp .col-copyright {
    padding-top: 40px;
  }
}
.cid-tyHFoZh0Xp .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-tyHFoZh0Xp .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-tyHH3AVp5v {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-tyHH3AVp5v .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyHH3AVp5v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyHH3AVp5v .mbr-text,
.cid-tyHH3AVp5v .mbr-section-btn {
  color: #efefef;
  text-align: left;
}
.cid-tyHH3AVp5v .mbr-section-title {
  color: #efefef;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-tyHH3AVp5v .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tyHH3BIUqC {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tyHH3BIUqC .container-fluid {
  padding: 0 3rem;
}
.cid-tyHH3BIUqC .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-tyHH3BIUqC .mbr-section-subtitle {
  color: #767676;
}
.cid-tyHH3BIUqC .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tyHH3BIUqC .table-wrapper {
  margin: 0 auto;
}
.cid-tyHH3BIUqC table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tyHH3BIUqC table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-tyHH3BIUqC table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-tyHH3BIUqC table.table {
  background: #fbfbfb;
}
.cid-tyHH3BIUqC tr:hover {
  background-color: #e1f4ff !important;
}
.cid-tyHH3BIUqC .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-tyHH3BIUqC .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tyHH3BIUqC .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tyHH3BIUqC .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding: 0;
  background: #fbfbfb;
}
.cid-tyHH3BIUqC .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-tyHH3BIUqC .dataTables_wrapper {
  display: block;
}
.cid-tyHH3BIUqC .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tyHH3BIUqC .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tyHH3BIUqC .head-item:after,
.cid-tyHH3BIUqC .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-tyHH3BIUqC .dataTables_filter {
    text-align: center;
  }
  .cid-tyHH3BIUqC .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-tyHH3BIUqC .dataTables_filter {
    text-align: center;
  }
  .cid-tyHH3BIUqC .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-tyHH3BIUqC .container-fluid {
    padding: 0 1rem;
  }
  .cid-tyHH3BIUqC table th,
  .cid-tyHH3BIUqC table td {
    padding: .75rem;
  }
}
.cid-tyHH3BIUqC .body-item {
  text-align: left;
}
.cid-tyHH3BIUqC .head-item {
  color: #000000;
  text-align: left;
}
.cid-tyHH3BIUqC .body-item DIV {
  text-align: center;
}
.cid-tyHH3BIUqC .mbr-section-title,
.cid-tyHH3BIUqC .underline {
  color: #777777;
}
.cid-tyI3Ttb34t {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tyI3Ttb34t .media-container-row {
  margin-top: 0.5rem;
}
.cid-tyI3Ttb34t .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-tyI3Ttb34t .card-img span {
  color: #ffffff;
}
.cid-tyI3Ttb34t .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-tyI3Ttb34t .card-title,
.cid-tyI3Ttb34t .card-img {
  color: #555555;
}
.cid-tyI3Ttb34t .mbr-section-title {
  font-size: 60px;
}
.cid-tyI3Ttb34t .mbr-text,
.cid-tyI3Ttb34t .mbr-section-btn {
  color: #777777;
}
.cid-tyI3Ttb34t .mbr-title,
.cid-tyI3Ttb34t .ornament {
  color: #005990;
  text-align: center;
}
.cid-tyHH3DSWyy {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-tyHH3DSWyy img,
.cid-tyHH3DSWyy .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-tyHH3DSWyy .item:focus,
.cid-tyHH3DSWyy span:focus {
  outline: none;
}
.cid-tyHH3DSWyy .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyHH3DSWyy .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-tyHH3DSWyy .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tyHH3DSWyy .item-img {
    padding: 1rem;
  }
}
.cid-tyHH3DSWyy .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-tyHH3DSWyy .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyHH3DSWyy .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tyHH3DSWyy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tyHH3DSWyy .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tyHH3DSWyy .mbr-text,
.cid-tyHH3DSWyy .mbr-section-btn {
  text-align: center;
}
.cid-tyHH3DSWyy .item-title {
  text-align: center;
}
.cid-tyHH3DSWyy .item-subtitle {
  text-align: center;
}
.cid-tyHH3ECkv2.popup-builder {
  background-color: #ffffff;
}
.cid-tyHH3ECkv2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tyHH3ECkv2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tyHH3ECkv2 .modal-content,
.cid-tyHH3ECkv2 .modal-dialog {
  height: auto;
}
.cid-tyHH3ECkv2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tyHH3ECkv2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tyHH3ECkv2 .form-wrapper .mbr-form .form-group,
  .cid-tyHH3ECkv2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tyHH3ECkv2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tyHH3ECkv2 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyHH3ECkv2 .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-tyHH3ECkv2 .pt-0 {
  padding-top: 0 !important;
}
.cid-tyHH3ECkv2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tyHH3ECkv2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tyHH3ECkv2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tyHH3ECkv2 .modal-open {
  overflow: hidden;
}
.cid-tyHH3ECkv2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tyHH3ECkv2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tyHH3ECkv2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tyHH3ECkv2 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tyHH3ECkv2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tyHH3ECkv2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tyHH3ECkv2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tyHH3ECkv2 .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tyHH3ECkv2 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tyHH3ECkv2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tyHH3ECkv2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tyHH3ECkv2 .modal-backdrop.show {
  opacity: .5;
}
.cid-tyHH3ECkv2 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tyHH3ECkv2 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tyHH3ECkv2 .modal-header {
    padding: 1rem;
  }
}
.cid-tyHH3ECkv2 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tyHH3ECkv2 .modal-header .close svg {
  fill: #ffffff;
}
.cid-tyHH3ECkv2 .modal-header .close:hover {
  opacity: 1;
}
.cid-tyHH3ECkv2 .modal-header .close:focus {
  outline: none;
}
.cid-tyHH3ECkv2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tyHH3ECkv2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tyHH3ECkv2 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyHH3ECkv2 .modal-body {
    padding: 1rem;
  }
}
.cid-tyHH3ECkv2 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tyHH3ECkv2 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyHH3ECkv2 .modal-footer {
    padding: 1rem;
  }
}
.cid-tyHH3ECkv2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tyHH3ECkv2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tyHH3ECkv2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tyHH3ECkv2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tyHH3ECkv2 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tyHH3ECkv2 .modal-lg,
  .cid-tyHH3ECkv2 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tyHH3ECkv2 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tyHH3ECkv2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tyHH3ECkv2 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tyHH3ECkv2 .form-group {
  margin-bottom: 1rem;
}
.cid-tyHH3ECkv2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tyHH3ECkv2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tyHH3ECkv2 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tyHH3ECkv2 .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-tyHH3ECkv2 .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-tyHH3FpX8X {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-tyHH3FpX8X .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyHH3FpX8X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyHH3FpX8X .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tyHH3FpX8X .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tyHH3FpX8X .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tyHH3FpX8X .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tyHH3FpX8X .container {
    max-width: 100%;
  }
  .cid-tyHH3FpX8X .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tyHH3FpX8X .item-wrap {
  width: 100%;
}
.cid-tyHH3FpX8X .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tyHH3FpX8X .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tyHH3FpX8X .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tyHH3FpX8X .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tyHH3FpX8X .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tyHH3FpX8X .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tyHH3FpX8X .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tyHH3FpX8X .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tyHH3FpX8X .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-tyHH3FpX8X .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-tyHH3FpX8X .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-tyHH3FpX8X .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tyHH3FpX8X .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tyHH3FpX8X .col-links {
    padding-top: 20px;
  }
}
.cid-tyHH3FpX8X .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tyHH3FpX8X .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tyHH3FpX8X .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tyHH3FpX8X .list {
    text-align: center !important;
  }
}
.cid-tyHH3FpX8X .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tyHH3FpX8X .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tyHH3FpX8X .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tyHH3FpX8X .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-tyHH3FpX8X .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-tyHH3FpX8X .list a:hover:before {
  width: 100%;
}
.cid-tyHH3FpX8X .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tyHH3FpX8X .col-copyright {
    padding-top: 40px;
  }
}
.cid-tyHH3FpX8X .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-tyHH3FpX8X .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-tyHIkWn8IE {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-tyHIkWn8IE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyHIkWn8IE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyHIkWn8IE .mbr-text,
.cid-tyHIkWn8IE .mbr-section-btn {
  color: #efefef;
  text-align: left;
}
.cid-tyHIkWn8IE .mbr-section-title {
  color: #efefef;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-tyHIkWn8IE .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tyHIkXfOQt {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tyHIkXfOQt .container-fluid {
  padding: 0 3rem;
}
.cid-tyHIkXfOQt .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-tyHIkXfOQt .mbr-section-subtitle {
  color: #767676;
}
.cid-tyHIkXfOQt .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tyHIkXfOQt .table-wrapper {
  margin: 0 auto;
}
.cid-tyHIkXfOQt table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tyHIkXfOQt table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-tyHIkXfOQt table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-tyHIkXfOQt table.table {
  background: #fbfbfb;
}
.cid-tyHIkXfOQt tr:hover {
  background-color: #e1f4ff !important;
}
.cid-tyHIkXfOQt .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-tyHIkXfOQt .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tyHIkXfOQt .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tyHIkXfOQt .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding: 0;
  background: #fbfbfb;
}
.cid-tyHIkXfOQt .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-tyHIkXfOQt .dataTables_wrapper {
  display: block;
}
.cid-tyHIkXfOQt .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tyHIkXfOQt .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tyHIkXfOQt .head-item:after,
.cid-tyHIkXfOQt .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-tyHIkXfOQt .dataTables_filter {
    text-align: center;
  }
  .cid-tyHIkXfOQt .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-tyHIkXfOQt .dataTables_filter {
    text-align: center;
  }
  .cid-tyHIkXfOQt .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-tyHIkXfOQt .container-fluid {
    padding: 0 1rem;
  }
  .cid-tyHIkXfOQt table th,
  .cid-tyHIkXfOQt table td {
    padding: .75rem;
  }
}
.cid-tyHIkXfOQt .body-item {
  text-align: left;
}
.cid-tyHIkXfOQt .head-item {
  color: #000000;
  text-align: left;
}
.cid-tyHIkXfOQt .body-item DIV {
  text-align: center;
}
.cid-tyHIkXfOQt .mbr-section-title,
.cid-tyHIkXfOQt .underline {
  color: #777777;
}
.cid-tyI3XDFQYS {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tyI3XDFQYS .media-container-row {
  margin-top: 0.5rem;
}
.cid-tyI3XDFQYS .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-tyI3XDFQYS .card-img span {
  color: #ffffff;
}
.cid-tyI3XDFQYS .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-tyI3XDFQYS .card-title,
.cid-tyI3XDFQYS .card-img {
  color: #555555;
}
.cid-tyI3XDFQYS .mbr-section-title {
  font-size: 60px;
}
.cid-tyI3XDFQYS .mbr-text,
.cid-tyI3XDFQYS .mbr-section-btn {
  color: #777777;
}
.cid-tyI3XDFQYS .mbr-title,
.cid-tyI3XDFQYS .ornament {
  color: #005990;
  text-align: center;
}
.cid-tyHIkZk4RM {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-tyHIkZk4RM img,
.cid-tyHIkZk4RM .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-tyHIkZk4RM .item:focus,
.cid-tyHIkZk4RM span:focus {
  outline: none;
}
.cid-tyHIkZk4RM .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyHIkZk4RM .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-tyHIkZk4RM .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tyHIkZk4RM .item-img {
    padding: 1rem;
  }
}
.cid-tyHIkZk4RM .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-tyHIkZk4RM .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyHIkZk4RM .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tyHIkZk4RM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tyHIkZk4RM .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tyHIkZk4RM .mbr-text,
.cid-tyHIkZk4RM .mbr-section-btn {
  text-align: center;
}
.cid-tyHIkZk4RM .item-title {
  text-align: center;
}
.cid-tyHIkZk4RM .item-subtitle {
  text-align: center;
}
.cid-tyHIl0ft4l.popup-builder {
  background-color: #ffffff;
}
.cid-tyHIl0ft4l.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tyHIl0ft4l.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tyHIl0ft4l .modal-content,
.cid-tyHIl0ft4l .modal-dialog {
  height: auto;
}
.cid-tyHIl0ft4l .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tyHIl0ft4l .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tyHIl0ft4l .form-wrapper .mbr-form .form-group,
  .cid-tyHIl0ft4l .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tyHIl0ft4l .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tyHIl0ft4l .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyHIl0ft4l .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-tyHIl0ft4l .pt-0 {
  padding-top: 0 !important;
}
.cid-tyHIl0ft4l .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tyHIl0ft4l .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tyHIl0ft4l .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tyHIl0ft4l .modal-open {
  overflow: hidden;
}
.cid-tyHIl0ft4l .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tyHIl0ft4l .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tyHIl0ft4l .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tyHIl0ft4l .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tyHIl0ft4l .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tyHIl0ft4l .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tyHIl0ft4l .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tyHIl0ft4l .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tyHIl0ft4l .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tyHIl0ft4l .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tyHIl0ft4l .modal-backdrop.fade {
  opacity: 0;
}
.cid-tyHIl0ft4l .modal-backdrop.show {
  opacity: .5;
}
.cid-tyHIl0ft4l .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tyHIl0ft4l .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tyHIl0ft4l .modal-header {
    padding: 1rem;
  }
}
.cid-tyHIl0ft4l .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tyHIl0ft4l .modal-header .close svg {
  fill: #ffffff;
}
.cid-tyHIl0ft4l .modal-header .close:hover {
  opacity: 1;
}
.cid-tyHIl0ft4l .modal-header .close:focus {
  outline: none;
}
.cid-tyHIl0ft4l .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tyHIl0ft4l .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tyHIl0ft4l .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyHIl0ft4l .modal-body {
    padding: 1rem;
  }
}
.cid-tyHIl0ft4l .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tyHIl0ft4l .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyHIl0ft4l .modal-footer {
    padding: 1rem;
  }
}
.cid-tyHIl0ft4l .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tyHIl0ft4l .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tyHIl0ft4l .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tyHIl0ft4l .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tyHIl0ft4l .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tyHIl0ft4l .modal-lg,
  .cid-tyHIl0ft4l .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tyHIl0ft4l .modal-xl {
    max-width: 1140px;
  }
}
.cid-tyHIl0ft4l .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tyHIl0ft4l .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tyHIl0ft4l .form-group {
  margin-bottom: 1rem;
}
.cid-tyHIl0ft4l .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tyHIl0ft4l .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tyHIl0ft4l .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tyHIl0ft4l .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-tyHIl0ft4l .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-tyHIl0YDhK {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-tyHIl0YDhK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyHIl0YDhK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyHIl0YDhK .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tyHIl0YDhK .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tyHIl0YDhK .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tyHIl0YDhK .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tyHIl0YDhK .container {
    max-width: 100%;
  }
  .cid-tyHIl0YDhK .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tyHIl0YDhK .item-wrap {
  width: 100%;
}
.cid-tyHIl0YDhK .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tyHIl0YDhK .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tyHIl0YDhK .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tyHIl0YDhK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tyHIl0YDhK .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tyHIl0YDhK .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tyHIl0YDhK .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tyHIl0YDhK .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tyHIl0YDhK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-tyHIl0YDhK .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-tyHIl0YDhK .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-tyHIl0YDhK .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tyHIl0YDhK .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tyHIl0YDhK .col-links {
    padding-top: 20px;
  }
}
.cid-tyHIl0YDhK .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tyHIl0YDhK .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tyHIl0YDhK .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tyHIl0YDhK .list {
    text-align: center !important;
  }
}
.cid-tyHIl0YDhK .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tyHIl0YDhK .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tyHIl0YDhK .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tyHIl0YDhK .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-tyHIl0YDhK .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-tyHIl0YDhK .list a:hover:before {
  width: 100%;
}
.cid-tyHIl0YDhK .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tyHIl0YDhK .col-copyright {
    padding-top: 40px;
  }
}
.cid-tyHIl0YDhK .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-tyHIl0YDhK .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-tyHJNt4st7 {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-tyHJNt4st7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyHJNt4st7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyHJNt4st7 .mbr-text,
.cid-tyHJNt4st7 .mbr-section-btn {
  color: #efefef;
  text-align: left;
}
.cid-tyHJNt4st7 .mbr-section-title {
  color: #efefef;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-tyHJNt4st7 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tyHJNtME9N {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tyHJNtME9N .container-fluid {
  padding: 0 3rem;
}
.cid-tyHJNtME9N .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-tyHJNtME9N .mbr-section-subtitle {
  color: #767676;
}
.cid-tyHJNtME9N .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tyHJNtME9N .table-wrapper {
  margin: 0 auto;
}
.cid-tyHJNtME9N table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tyHJNtME9N table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-tyHJNtME9N table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-tyHJNtME9N table.table {
  background: #fbfbfb;
}
.cid-tyHJNtME9N tr:hover {
  background-color: #e1f4ff !important;
}
.cid-tyHJNtME9N .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-tyHJNtME9N .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tyHJNtME9N .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tyHJNtME9N .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding: 0;
  background: #fbfbfb;
}
.cid-tyHJNtME9N .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-tyHJNtME9N .dataTables_wrapper {
  display: block;
}
.cid-tyHJNtME9N .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tyHJNtME9N .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tyHJNtME9N .head-item:after,
.cid-tyHJNtME9N .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-tyHJNtME9N .dataTables_filter {
    text-align: center;
  }
  .cid-tyHJNtME9N .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-tyHJNtME9N .dataTables_filter {
    text-align: center;
  }
  .cid-tyHJNtME9N .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-tyHJNtME9N .container-fluid {
    padding: 0 1rem;
  }
  .cid-tyHJNtME9N table th,
  .cid-tyHJNtME9N table td {
    padding: .75rem;
  }
}
.cid-tyHJNtME9N .body-item {
  text-align: left;
}
.cid-tyHJNtME9N .head-item {
  color: #000000;
  text-align: left;
}
.cid-tyHJNtME9N .body-item DIV {
  text-align: center;
}
.cid-tyHJNtME9N .mbr-section-title,
.cid-tyHJNtME9N .underline {
  color: #777777;
}
.cid-tyHJNvj5eg {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tyHJNvj5eg .media-container-row {
  margin-top: 0.5rem;
}
.cid-tyHJNvj5eg .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-tyHJNvj5eg .card-img span {
  color: #ffffff;
}
.cid-tyHJNvj5eg .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-tyHJNvj5eg .card-title,
.cid-tyHJNvj5eg .card-img {
  color: #555555;
}
.cid-tyHJNvj5eg .mbr-section-title {
  font-size: 60px;
}
.cid-tyHJNvj5eg .mbr-text,
.cid-tyHJNvj5eg .mbr-section-btn {
  color: #777777;
}
.cid-tyHJNvj5eg .mbr-title,
.cid-tyHJNvj5eg .ornament {
  color: #005990;
  text-align: center;
}
.cid-tyHJNvOWLT {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-tyHJNvOWLT img,
.cid-tyHJNvOWLT .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-tyHJNvOWLT .item:focus,
.cid-tyHJNvOWLT span:focus {
  outline: none;
}
.cid-tyHJNvOWLT .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyHJNvOWLT .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-tyHJNvOWLT .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tyHJNvOWLT .item-img {
    padding: 1rem;
  }
}
.cid-tyHJNvOWLT .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-tyHJNvOWLT .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyHJNvOWLT .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tyHJNvOWLT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tyHJNvOWLT .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tyHJNvOWLT .mbr-text,
.cid-tyHJNvOWLT .mbr-section-btn {
  text-align: center;
}
.cid-tyHJNvOWLT .item-title {
  text-align: center;
}
.cid-tyHJNvOWLT .item-subtitle {
  text-align: center;
}
.cid-tyHJNwyeh3.popup-builder {
  background-color: #ffffff;
}
.cid-tyHJNwyeh3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tyHJNwyeh3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tyHJNwyeh3 .modal-content,
.cid-tyHJNwyeh3 .modal-dialog {
  height: auto;
}
.cid-tyHJNwyeh3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tyHJNwyeh3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tyHJNwyeh3 .form-wrapper .mbr-form .form-group,
  .cid-tyHJNwyeh3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tyHJNwyeh3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tyHJNwyeh3 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyHJNwyeh3 .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-tyHJNwyeh3 .pt-0 {
  padding-top: 0 !important;
}
.cid-tyHJNwyeh3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tyHJNwyeh3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tyHJNwyeh3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tyHJNwyeh3 .modal-open {
  overflow: hidden;
}
.cid-tyHJNwyeh3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tyHJNwyeh3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tyHJNwyeh3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tyHJNwyeh3 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tyHJNwyeh3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tyHJNwyeh3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tyHJNwyeh3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tyHJNwyeh3 .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tyHJNwyeh3 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tyHJNwyeh3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tyHJNwyeh3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tyHJNwyeh3 .modal-backdrop.show {
  opacity: .5;
}
.cid-tyHJNwyeh3 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tyHJNwyeh3 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tyHJNwyeh3 .modal-header {
    padding: 1rem;
  }
}
.cid-tyHJNwyeh3 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tyHJNwyeh3 .modal-header .close svg {
  fill: #ffffff;
}
.cid-tyHJNwyeh3 .modal-header .close:hover {
  opacity: 1;
}
.cid-tyHJNwyeh3 .modal-header .close:focus {
  outline: none;
}
.cid-tyHJNwyeh3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tyHJNwyeh3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tyHJNwyeh3 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyHJNwyeh3 .modal-body {
    padding: 1rem;
  }
}
.cid-tyHJNwyeh3 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tyHJNwyeh3 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyHJNwyeh3 .modal-footer {
    padding: 1rem;
  }
}
.cid-tyHJNwyeh3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tyHJNwyeh3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tyHJNwyeh3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tyHJNwyeh3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tyHJNwyeh3 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tyHJNwyeh3 .modal-lg,
  .cid-tyHJNwyeh3 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tyHJNwyeh3 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tyHJNwyeh3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tyHJNwyeh3 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tyHJNwyeh3 .form-group {
  margin-bottom: 1rem;
}
.cid-tyHJNwyeh3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tyHJNwyeh3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tyHJNwyeh3 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tyHJNwyeh3 .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-tyHJNwyeh3 .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-tyHJNxhI0P {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-tyHJNxhI0P .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyHJNxhI0P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyHJNxhI0P .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tyHJNxhI0P .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tyHJNxhI0P .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tyHJNxhI0P .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tyHJNxhI0P .container {
    max-width: 100%;
  }
  .cid-tyHJNxhI0P .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tyHJNxhI0P .item-wrap {
  width: 100%;
}
.cid-tyHJNxhI0P .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tyHJNxhI0P .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tyHJNxhI0P .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tyHJNxhI0P .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tyHJNxhI0P .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tyHJNxhI0P .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tyHJNxhI0P .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tyHJNxhI0P .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tyHJNxhI0P .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-tyHJNxhI0P .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-tyHJNxhI0P .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-tyHJNxhI0P .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tyHJNxhI0P .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tyHJNxhI0P .col-links {
    padding-top: 20px;
  }
}
.cid-tyHJNxhI0P .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tyHJNxhI0P .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tyHJNxhI0P .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tyHJNxhI0P .list {
    text-align: center !important;
  }
}
.cid-tyHJNxhI0P .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tyHJNxhI0P .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tyHJNxhI0P .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tyHJNxhI0P .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-tyHJNxhI0P .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-tyHJNxhI0P .list a:hover:before {
  width: 100%;
}
.cid-tyHJNxhI0P .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tyHJNxhI0P .col-copyright {
    padding-top: 40px;
  }
}
.cid-tyHJNxhI0P .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-tyHJNxhI0P .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-tyFTcAFyQT {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-tyFTcAFyQT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyFTcAFyQT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyFTcAFyQT .mbr-text,
.cid-tyFTcAFyQT .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tyFTcAFyQT .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-tyFTcAFyQT .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tyFTcBfA8d {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tyFTcBfA8d .container-fluid {
  padding: 0 3rem;
}
.cid-tyFTcBfA8d .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-tyFTcBfA8d .mbr-section-subtitle {
  color: #767676;
}
.cid-tyFTcBfA8d .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tyFTcBfA8d .table-wrapper {
  margin: 0 auto;
}
.cid-tyFTcBfA8d table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tyFTcBfA8d table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-tyFTcBfA8d table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-tyFTcBfA8d table.table {
  background: #fbfbfb;
}
.cid-tyFTcBfA8d tr:hover {
  background-color: #e1f4ff !important;
}
.cid-tyFTcBfA8d .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-tyFTcBfA8d .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tyFTcBfA8d .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tyFTcBfA8d .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding: 0;
  background: #fbfbfb;
}
.cid-tyFTcBfA8d .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-tyFTcBfA8d .dataTables_wrapper {
  display: block;
}
.cid-tyFTcBfA8d .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tyFTcBfA8d .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tyFTcBfA8d .head-item:after,
.cid-tyFTcBfA8d .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-tyFTcBfA8d .dataTables_filter {
    text-align: center;
  }
  .cid-tyFTcBfA8d .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-tyFTcBfA8d .dataTables_filter {
    text-align: center;
  }
  .cid-tyFTcBfA8d .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-tyFTcBfA8d .container-fluid {
    padding: 0 1rem;
  }
  .cid-tyFTcBfA8d table th,
  .cid-tyFTcBfA8d table td {
    padding: .75rem;
  }
}
.cid-tyFTcBfA8d .body-item {
  text-align: left;
}
.cid-tyFTcBfA8d .head-item {
  color: #000000;
  text-align: left;
}
.cid-tyFTcBfA8d .body-item DIV {
  text-align: center;
}
.cid-tyFTcBfA8d .mbr-section-title,
.cid-tyFTcBfA8d .underline {
  color: #777777;
}
.cid-tyFTcCnEyO {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tyFTcCnEyO .media-container-row {
  margin-top: 0.5rem;
}
.cid-tyFTcCnEyO .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-tyFTcCnEyO .card-img span {
  color: #ffffff;
}
.cid-tyFTcCnEyO .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-tyFTcCnEyO .card-title,
.cid-tyFTcCnEyO .card-img {
  color: #555555;
}
.cid-tyFTcCnEyO .mbr-section-title {
  font-size: 60px;
}
.cid-tyFTcCnEyO .mbr-text,
.cid-tyFTcCnEyO .mbr-section-btn {
  color: #777777;
}
.cid-tyFTcCnEyO .mbr-title,
.cid-tyFTcCnEyO .ornament {
  color: #005990;
  text-align: center;
}
.cid-tyFTcCRr4g {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-tyFTcCRr4g img,
.cid-tyFTcCRr4g .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-tyFTcCRr4g .item:focus,
.cid-tyFTcCRr4g span:focus {
  outline: none;
}
.cid-tyFTcCRr4g .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyFTcCRr4g .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-tyFTcCRr4g .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tyFTcCRr4g .item-img {
    padding: 1rem;
  }
}
.cid-tyFTcCRr4g .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-tyFTcCRr4g .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyFTcCRr4g .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tyFTcCRr4g .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tyFTcCRr4g .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tyFTcCRr4g .mbr-text,
.cid-tyFTcCRr4g .mbr-section-btn {
  text-align: center;
}
.cid-tyFTcCRr4g .item-title {
  text-align: center;
}
.cid-tyFTcCRr4g .item-subtitle {
  text-align: center;
}
.cid-tyFTcDEssy.popup-builder {
  background-color: #ffffff;
}
.cid-tyFTcDEssy.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tyFTcDEssy.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tyFTcDEssy .modal-content,
.cid-tyFTcDEssy .modal-dialog {
  height: auto;
}
.cid-tyFTcDEssy .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tyFTcDEssy .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tyFTcDEssy .form-wrapper .mbr-form .form-group,
  .cid-tyFTcDEssy .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tyFTcDEssy .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tyFTcDEssy .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyFTcDEssy .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-tyFTcDEssy .pt-0 {
  padding-top: 0 !important;
}
.cid-tyFTcDEssy .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tyFTcDEssy .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tyFTcDEssy .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tyFTcDEssy .modal-open {
  overflow: hidden;
}
.cid-tyFTcDEssy .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tyFTcDEssy .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tyFTcDEssy .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tyFTcDEssy .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tyFTcDEssy .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tyFTcDEssy .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tyFTcDEssy .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tyFTcDEssy .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tyFTcDEssy .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tyFTcDEssy .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tyFTcDEssy .modal-backdrop.fade {
  opacity: 0;
}
.cid-tyFTcDEssy .modal-backdrop.show {
  opacity: .5;
}
.cid-tyFTcDEssy .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tyFTcDEssy .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tyFTcDEssy .modal-header {
    padding: 1rem;
  }
}
.cid-tyFTcDEssy .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tyFTcDEssy .modal-header .close svg {
  fill: #ffffff;
}
.cid-tyFTcDEssy .modal-header .close:hover {
  opacity: 1;
}
.cid-tyFTcDEssy .modal-header .close:focus {
  outline: none;
}
.cid-tyFTcDEssy .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tyFTcDEssy .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tyFTcDEssy .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyFTcDEssy .modal-body {
    padding: 1rem;
  }
}
.cid-tyFTcDEssy .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tyFTcDEssy .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyFTcDEssy .modal-footer {
    padding: 1rem;
  }
}
.cid-tyFTcDEssy .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tyFTcDEssy .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tyFTcDEssy .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tyFTcDEssy .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tyFTcDEssy .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tyFTcDEssy .modal-lg,
  .cid-tyFTcDEssy .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tyFTcDEssy .modal-xl {
    max-width: 1140px;
  }
}
.cid-tyFTcDEssy .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tyFTcDEssy .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tyFTcDEssy .form-group {
  margin-bottom: 1rem;
}
.cid-tyFTcDEssy .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tyFTcDEssy .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tyFTcDEssy .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tyFTcDEssy .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-tyFTcDEssy .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-tyFTcEoKJF {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-tyFTcEoKJF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyFTcEoKJF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyFTcEoKJF .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tyFTcEoKJF .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tyFTcEoKJF .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tyFTcEoKJF .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tyFTcEoKJF .container {
    max-width: 100%;
  }
  .cid-tyFTcEoKJF .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tyFTcEoKJF .item-wrap {
  width: 100%;
}
.cid-tyFTcEoKJF .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tyFTcEoKJF .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tyFTcEoKJF .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tyFTcEoKJF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tyFTcEoKJF .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tyFTcEoKJF .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tyFTcEoKJF .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tyFTcEoKJF .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tyFTcEoKJF .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-tyFTcEoKJF .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-tyFTcEoKJF .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-tyFTcEoKJF .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tyFTcEoKJF .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tyFTcEoKJF .col-links {
    padding-top: 20px;
  }
}
.cid-tyFTcEoKJF .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tyFTcEoKJF .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tyFTcEoKJF .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tyFTcEoKJF .list {
    text-align: center !important;
  }
}
.cid-tyFTcEoKJF .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tyFTcEoKJF .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tyFTcEoKJF .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tyFTcEoKJF .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-tyFTcEoKJF .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-tyFTcEoKJF .list a:hover:before {
  width: 100%;
}
.cid-tyFTcEoKJF .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tyFTcEoKJF .col-copyright {
    padding-top: 40px;
  }
}
.cid-tyFTcEoKJF .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-tyFTcEoKJF .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-tyAefsfnoT {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-tyAefsfnoT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyAefsfnoT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyAefsfnoT .mbr-text,
.cid-tyAefsfnoT .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tyAefsfnoT .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-tyAefsfnoT .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tyAeft0QtI {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tyAeft0QtI .container-fluid {
  padding: 0 3rem;
}
.cid-tyAeft0QtI .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-tyAeft0QtI .mbr-section-subtitle {
  color: #767676;
}
.cid-tyAeft0QtI .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tyAeft0QtI .table-wrapper {
  margin: 0 auto;
}
.cid-tyAeft0QtI table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tyAeft0QtI table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-tyAeft0QtI table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-tyAeft0QtI table.table {
  background: #fbfbfb;
}
.cid-tyAeft0QtI tr:hover {
  background-color: #e1f4ff !important;
}
.cid-tyAeft0QtI .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-tyAeft0QtI .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tyAeft0QtI .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tyAeft0QtI .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding: 0;
  background: #fbfbfb;
}
.cid-tyAeft0QtI .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-tyAeft0QtI .dataTables_wrapper {
  display: block;
}
.cid-tyAeft0QtI .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tyAeft0QtI .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tyAeft0QtI .head-item:after,
.cid-tyAeft0QtI .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-tyAeft0QtI .dataTables_filter {
    text-align: center;
  }
  .cid-tyAeft0QtI .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-tyAeft0QtI .dataTables_filter {
    text-align: center;
  }
  .cid-tyAeft0QtI .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-tyAeft0QtI .container-fluid {
    padding: 0 1rem;
  }
  .cid-tyAeft0QtI table th,
  .cid-tyAeft0QtI table td {
    padding: .75rem;
  }
}
.cid-tyAeft0QtI .body-item {
  text-align: left;
}
.cid-tyAeft0QtI .head-item {
  color: #000000;
  text-align: left;
}
.cid-tyAeft0QtI .body-item DIV {
  text-align: center;
}
.cid-tyAeft0QtI .mbr-section-title,
.cid-tyAeft0QtI .underline {
  color: #777777;
}
.cid-tyBncmxhn8 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tyBncmxhn8 .media-container-row {
  margin-top: 0.5rem;
}
.cid-tyBncmxhn8 .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-tyBncmxhn8 .card-img span {
  color: #ffffff;
}
.cid-tyBncmxhn8 .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-tyBncmxhn8 .card-title,
.cid-tyBncmxhn8 .card-img {
  color: #555555;
}
.cid-tyBncmxhn8 .mbr-section-title {
  font-size: 60px;
}
.cid-tyBncmxhn8 .mbr-text,
.cid-tyBncmxhn8 .mbr-section-btn {
  color: #777777;
}
.cid-tyBncmxhn8 .mbr-title,
.cid-tyBncmxhn8 .ornament {
  color: #005990;
  text-align: center;
}
.cid-tyAefv8Kje {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-tyAefv8Kje img,
.cid-tyAefv8Kje .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-tyAefv8Kje .item:focus,
.cid-tyAefv8Kje span:focus {
  outline: none;
}
.cid-tyAefv8Kje .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyAefv8Kje .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-tyAefv8Kje .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tyAefv8Kje .item-img {
    padding: 1rem;
  }
}
.cid-tyAefv8Kje .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-tyAefv8Kje .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyAefv8Kje .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tyAefv8Kje .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tyAefv8Kje .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tyAefv8Kje .mbr-text,
.cid-tyAefv8Kje .mbr-section-btn {
  text-align: center;
}
.cid-tyAefv8Kje .item-title {
  text-align: center;
}
.cid-tyAefv8Kje .item-subtitle {
  text-align: center;
}
.cid-tyAefvVLHf.popup-builder {
  background-color: #ffffff;
}
.cid-tyAefvVLHf.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tyAefvVLHf.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tyAefvVLHf .modal-content,
.cid-tyAefvVLHf .modal-dialog {
  height: auto;
}
.cid-tyAefvVLHf .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tyAefvVLHf .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tyAefvVLHf .form-wrapper .mbr-form .form-group,
  .cid-tyAefvVLHf .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tyAefvVLHf .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tyAefvVLHf .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyAefvVLHf .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-tyAefvVLHf .pt-0 {
  padding-top: 0 !important;
}
.cid-tyAefvVLHf .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tyAefvVLHf .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tyAefvVLHf .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tyAefvVLHf .modal-open {
  overflow: hidden;
}
.cid-tyAefvVLHf .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tyAefvVLHf .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tyAefvVLHf .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tyAefvVLHf .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tyAefvVLHf .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tyAefvVLHf .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tyAefvVLHf .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tyAefvVLHf .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tyAefvVLHf .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tyAefvVLHf .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tyAefvVLHf .modal-backdrop.fade {
  opacity: 0;
}
.cid-tyAefvVLHf .modal-backdrop.show {
  opacity: .5;
}
.cid-tyAefvVLHf .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tyAefvVLHf .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tyAefvVLHf .modal-header {
    padding: 1rem;
  }
}
.cid-tyAefvVLHf .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tyAefvVLHf .modal-header .close svg {
  fill: #ffffff;
}
.cid-tyAefvVLHf .modal-header .close:hover {
  opacity: 1;
}
.cid-tyAefvVLHf .modal-header .close:focus {
  outline: none;
}
.cid-tyAefvVLHf .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tyAefvVLHf .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tyAefvVLHf .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyAefvVLHf .modal-body {
    padding: 1rem;
  }
}
.cid-tyAefvVLHf .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tyAefvVLHf .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyAefvVLHf .modal-footer {
    padding: 1rem;
  }
}
.cid-tyAefvVLHf .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tyAefvVLHf .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tyAefvVLHf .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tyAefvVLHf .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tyAefvVLHf .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tyAefvVLHf .modal-lg,
  .cid-tyAefvVLHf .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tyAefvVLHf .modal-xl {
    max-width: 1140px;
  }
}
.cid-tyAefvVLHf .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tyAefvVLHf .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tyAefvVLHf .form-group {
  margin-bottom: 1rem;
}
.cid-tyAefvVLHf .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tyAefvVLHf .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tyAefvVLHf .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tyAefvVLHf .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-tyAefvVLHf .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-tyAefwDk5q {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-tyAefwDk5q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyAefwDk5q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyAefwDk5q .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tyAefwDk5q .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tyAefwDk5q .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tyAefwDk5q .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tyAefwDk5q .container {
    max-width: 100%;
  }
  .cid-tyAefwDk5q .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tyAefwDk5q .item-wrap {
  width: 100%;
}
.cid-tyAefwDk5q .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tyAefwDk5q .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tyAefwDk5q .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tyAefwDk5q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tyAefwDk5q .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tyAefwDk5q .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tyAefwDk5q .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tyAefwDk5q .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tyAefwDk5q .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-tyAefwDk5q .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-tyAefwDk5q .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-tyAefwDk5q .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tyAefwDk5q .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tyAefwDk5q .col-links {
    padding-top: 20px;
  }
}
.cid-tyAefwDk5q .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tyAefwDk5q .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tyAefwDk5q .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tyAefwDk5q .list {
    text-align: center !important;
  }
}
.cid-tyAefwDk5q .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tyAefwDk5q .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tyAefwDk5q .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tyAefwDk5q .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-tyAefwDk5q .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-tyAefwDk5q .list a:hover:before {
  width: 100%;
}
.cid-tyAefwDk5q .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tyAefwDk5q .col-copyright {
    padding-top: 40px;
  }
}
.cid-tyAefwDk5q .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-tyAefwDk5q .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-tyAjxlt0vS {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-tyAjxlt0vS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyAjxlt0vS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyAjxlt0vS .mbr-text,
.cid-tyAjxlt0vS .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tyAjxlt0vS .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-tyAjxlt0vS .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tyAjxmcuxK {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tyAjxmcuxK .container-fluid {
  padding: 0 3rem;
}
.cid-tyAjxmcuxK .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-tyAjxmcuxK .mbr-section-subtitle {
  color: #767676;
}
.cid-tyAjxmcuxK .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tyAjxmcuxK .table-wrapper {
  margin: 0 auto;
}
.cid-tyAjxmcuxK table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tyAjxmcuxK table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-tyAjxmcuxK table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-tyAjxmcuxK table.table {
  background: #fbfbfb;
}
.cid-tyAjxmcuxK tr:hover {
  background-color: #e1f4ff !important;
}
.cid-tyAjxmcuxK .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-tyAjxmcuxK .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tyAjxmcuxK .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tyAjxmcuxK .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding: 0;
  background: #fbfbfb;
}
.cid-tyAjxmcuxK .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-tyAjxmcuxK .dataTables_wrapper {
  display: block;
}
.cid-tyAjxmcuxK .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tyAjxmcuxK .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tyAjxmcuxK .head-item:after,
.cid-tyAjxmcuxK .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-tyAjxmcuxK .dataTables_filter {
    text-align: center;
  }
  .cid-tyAjxmcuxK .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-tyAjxmcuxK .dataTables_filter {
    text-align: center;
  }
  .cid-tyAjxmcuxK .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-tyAjxmcuxK .container-fluid {
    padding: 0 1rem;
  }
  .cid-tyAjxmcuxK table th,
  .cid-tyAjxmcuxK table td {
    padding: .75rem;
  }
}
.cid-tyAjxmcuxK .body-item {
  text-align: left;
}
.cid-tyAjxmcuxK .head-item {
  color: #000000;
  text-align: left;
}
.cid-tyAjxmcuxK .body-item DIV {
  text-align: center;
}
.cid-tyAjxmcuxK .mbr-section-title,
.cid-tyAjxmcuxK .underline {
  color: #777777;
}
.cid-tyAjxnWfyj {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tyAjxnWfyj .media-container-row {
  margin-top: 0.5rem;
}
.cid-tyAjxnWfyj .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-tyAjxnWfyj .card-img span {
  color: #ffffff;
}
.cid-tyAjxnWfyj .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-tyAjxnWfyj .card-title,
.cid-tyAjxnWfyj .card-img {
  color: #555555;
}
.cid-tyAjxnWfyj .mbr-section-title {
  font-size: 60px;
}
.cid-tyAjxnWfyj .mbr-text,
.cid-tyAjxnWfyj .mbr-section-btn {
  color: #777777;
}
.cid-tyAjxnWfyj .mbr-title,
.cid-tyAjxnWfyj .ornament {
  color: #005990;
  text-align: center;
}
.cid-tyAjxooT7S {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-tyAjxooT7S img,
.cid-tyAjxooT7S .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-tyAjxooT7S .item:focus,
.cid-tyAjxooT7S span:focus {
  outline: none;
}
.cid-tyAjxooT7S .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyAjxooT7S .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-tyAjxooT7S .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tyAjxooT7S .item-img {
    padding: 1rem;
  }
}
.cid-tyAjxooT7S .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-tyAjxooT7S .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyAjxooT7S .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tyAjxooT7S .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tyAjxooT7S .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tyAjxooT7S .mbr-text,
.cid-tyAjxooT7S .mbr-section-btn {
  text-align: center;
}
.cid-tyAjxooT7S .item-title {
  text-align: center;
}
.cid-tyAjxooT7S .item-subtitle {
  text-align: center;
}
.cid-tyAjxpbecf.popup-builder {
  background-color: #ffffff;
}
.cid-tyAjxpbecf.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tyAjxpbecf.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tyAjxpbecf .modal-content,
.cid-tyAjxpbecf .modal-dialog {
  height: auto;
}
.cid-tyAjxpbecf .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tyAjxpbecf .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tyAjxpbecf .form-wrapper .mbr-form .form-group,
  .cid-tyAjxpbecf .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tyAjxpbecf .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tyAjxpbecf .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyAjxpbecf .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-tyAjxpbecf .pt-0 {
  padding-top: 0 !important;
}
.cid-tyAjxpbecf .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tyAjxpbecf .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tyAjxpbecf .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tyAjxpbecf .modal-open {
  overflow: hidden;
}
.cid-tyAjxpbecf .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tyAjxpbecf .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tyAjxpbecf .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tyAjxpbecf .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tyAjxpbecf .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tyAjxpbecf .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tyAjxpbecf .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tyAjxpbecf .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tyAjxpbecf .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tyAjxpbecf .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tyAjxpbecf .modal-backdrop.fade {
  opacity: 0;
}
.cid-tyAjxpbecf .modal-backdrop.show {
  opacity: .5;
}
.cid-tyAjxpbecf .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tyAjxpbecf .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tyAjxpbecf .modal-header {
    padding: 1rem;
  }
}
.cid-tyAjxpbecf .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tyAjxpbecf .modal-header .close svg {
  fill: #ffffff;
}
.cid-tyAjxpbecf .modal-header .close:hover {
  opacity: 1;
}
.cid-tyAjxpbecf .modal-header .close:focus {
  outline: none;
}
.cid-tyAjxpbecf .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tyAjxpbecf .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tyAjxpbecf .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyAjxpbecf .modal-body {
    padding: 1rem;
  }
}
.cid-tyAjxpbecf .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tyAjxpbecf .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyAjxpbecf .modal-footer {
    padding: 1rem;
  }
}
.cid-tyAjxpbecf .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tyAjxpbecf .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tyAjxpbecf .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tyAjxpbecf .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tyAjxpbecf .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tyAjxpbecf .modal-lg,
  .cid-tyAjxpbecf .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tyAjxpbecf .modal-xl {
    max-width: 1140px;
  }
}
.cid-tyAjxpbecf .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tyAjxpbecf .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tyAjxpbecf .form-group {
  margin-bottom: 1rem;
}
.cid-tyAjxpbecf .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tyAjxpbecf .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tyAjxpbecf .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tyAjxpbecf .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-tyAjxpbecf .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-tyAjxpXlLC {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-tyAjxpXlLC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyAjxpXlLC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyAjxpXlLC .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tyAjxpXlLC .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tyAjxpXlLC .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tyAjxpXlLC .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tyAjxpXlLC .container {
    max-width: 100%;
  }
  .cid-tyAjxpXlLC .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tyAjxpXlLC .item-wrap {
  width: 100%;
}
.cid-tyAjxpXlLC .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tyAjxpXlLC .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tyAjxpXlLC .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tyAjxpXlLC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tyAjxpXlLC .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tyAjxpXlLC .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tyAjxpXlLC .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tyAjxpXlLC .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tyAjxpXlLC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-tyAjxpXlLC .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-tyAjxpXlLC .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-tyAjxpXlLC .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tyAjxpXlLC .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tyAjxpXlLC .col-links {
    padding-top: 20px;
  }
}
.cid-tyAjxpXlLC .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tyAjxpXlLC .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tyAjxpXlLC .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tyAjxpXlLC .list {
    text-align: center !important;
  }
}
.cid-tyAjxpXlLC .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tyAjxpXlLC .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tyAjxpXlLC .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tyAjxpXlLC .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-tyAjxpXlLC .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-tyAjxpXlLC .list a:hover:before {
  width: 100%;
}
.cid-tyAjxpXlLC .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tyAjxpXlLC .col-copyright {
    padding-top: 40px;
  }
}
.cid-tyAjxpXlLC .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-tyAjxpXlLC .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-tyAbPs5Wgn {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-tyAbPs5Wgn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyAbPs5Wgn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyAbPs5Wgn .mbr-text,
.cid-tyAbPs5Wgn .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tyAbPs5Wgn .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-tyAbPs5Wgn .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tyAbPsU6PA {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tyAbPsU6PA .container-fluid {
  padding: 0 3rem;
}
.cid-tyAbPsU6PA .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-tyAbPsU6PA .mbr-section-subtitle {
  color: #767676;
}
.cid-tyAbPsU6PA .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tyAbPsU6PA .table-wrapper {
  margin: 0 auto;
}
.cid-tyAbPsU6PA table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tyAbPsU6PA table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-tyAbPsU6PA table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-tyAbPsU6PA table.table {
  background: #fbfbfb;
}
.cid-tyAbPsU6PA tr:hover {
  background-color: #e1f4ff !important;
}
.cid-tyAbPsU6PA .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-tyAbPsU6PA .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tyAbPsU6PA .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tyAbPsU6PA .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding: 0;
  background: #fbfbfb;
}
.cid-tyAbPsU6PA .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-tyAbPsU6PA .dataTables_wrapper {
  display: block;
}
.cid-tyAbPsU6PA .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tyAbPsU6PA .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tyAbPsU6PA .head-item:after,
.cid-tyAbPsU6PA .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-tyAbPsU6PA .dataTables_filter {
    text-align: center;
  }
  .cid-tyAbPsU6PA .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-tyAbPsU6PA .dataTables_filter {
    text-align: center;
  }
  .cid-tyAbPsU6PA .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-tyAbPsU6PA .container-fluid {
    padding: 0 1rem;
  }
  .cid-tyAbPsU6PA table th,
  .cid-tyAbPsU6PA table td {
    padding: .75rem;
  }
}
.cid-tyAbPsU6PA .body-item {
  text-align: left;
}
.cid-tyAbPsU6PA .head-item {
  color: #000000;
  text-align: left;
}
.cid-tyAbPsU6PA .body-item DIV {
  text-align: center;
}
.cid-tyAbPsU6PA .mbr-section-title,
.cid-tyAbPsU6PA .underline {
  color: #777777;
}
.cid-tyBmZd3Jgx {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tyBmZd3Jgx .media-container-row {
  margin-top: 0.5rem;
}
.cid-tyBmZd3Jgx .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-tyBmZd3Jgx .card-img span {
  color: #ffffff;
}
.cid-tyBmZd3Jgx .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-tyBmZd3Jgx .card-title,
.cid-tyBmZd3Jgx .card-img {
  color: #555555;
}
.cid-tyBmZd3Jgx .mbr-section-title {
  font-size: 60px;
}
.cid-tyBmZd3Jgx .mbr-text,
.cid-tyBmZd3Jgx .mbr-section-btn {
  color: #777777;
}
.cid-tyBmZd3Jgx .mbr-title,
.cid-tyBmZd3Jgx .ornament {
  color: #005990;
  text-align: center;
}
.cid-tyAbPvxynn {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-tyAbPvxynn img,
.cid-tyAbPvxynn .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-tyAbPvxynn .item:focus,
.cid-tyAbPvxynn span:focus {
  outline: none;
}
.cid-tyAbPvxynn .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyAbPvxynn .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-tyAbPvxynn .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tyAbPvxynn .item-img {
    padding: 1rem;
  }
}
.cid-tyAbPvxynn .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-tyAbPvxynn .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyAbPvxynn .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tyAbPvxynn .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tyAbPvxynn .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tyAbPvxynn .mbr-text,
.cid-tyAbPvxynn .mbr-section-btn {
  text-align: center;
}
.cid-tyAbPvxynn .item-title {
  text-align: center;
}
.cid-tyAbPvxynn .item-subtitle {
  text-align: center;
}
.cid-tyAbPwi6nc.popup-builder {
  background-color: #ffffff;
}
.cid-tyAbPwi6nc.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tyAbPwi6nc.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tyAbPwi6nc .modal-content,
.cid-tyAbPwi6nc .modal-dialog {
  height: auto;
}
.cid-tyAbPwi6nc .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tyAbPwi6nc .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tyAbPwi6nc .form-wrapper .mbr-form .form-group,
  .cid-tyAbPwi6nc .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tyAbPwi6nc .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tyAbPwi6nc .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyAbPwi6nc .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-tyAbPwi6nc .pt-0 {
  padding-top: 0 !important;
}
.cid-tyAbPwi6nc .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tyAbPwi6nc .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tyAbPwi6nc .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tyAbPwi6nc .modal-open {
  overflow: hidden;
}
.cid-tyAbPwi6nc .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tyAbPwi6nc .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tyAbPwi6nc .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tyAbPwi6nc .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tyAbPwi6nc .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tyAbPwi6nc .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tyAbPwi6nc .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tyAbPwi6nc .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tyAbPwi6nc .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tyAbPwi6nc .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tyAbPwi6nc .modal-backdrop.fade {
  opacity: 0;
}
.cid-tyAbPwi6nc .modal-backdrop.show {
  opacity: .5;
}
.cid-tyAbPwi6nc .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tyAbPwi6nc .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tyAbPwi6nc .modal-header {
    padding: 1rem;
  }
}
.cid-tyAbPwi6nc .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tyAbPwi6nc .modal-header .close svg {
  fill: #ffffff;
}
.cid-tyAbPwi6nc .modal-header .close:hover {
  opacity: 1;
}
.cid-tyAbPwi6nc .modal-header .close:focus {
  outline: none;
}
.cid-tyAbPwi6nc .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tyAbPwi6nc .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tyAbPwi6nc .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyAbPwi6nc .modal-body {
    padding: 1rem;
  }
}
.cid-tyAbPwi6nc .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tyAbPwi6nc .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyAbPwi6nc .modal-footer {
    padding: 1rem;
  }
}
.cid-tyAbPwi6nc .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tyAbPwi6nc .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tyAbPwi6nc .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tyAbPwi6nc .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tyAbPwi6nc .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tyAbPwi6nc .modal-lg,
  .cid-tyAbPwi6nc .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tyAbPwi6nc .modal-xl {
    max-width: 1140px;
  }
}
.cid-tyAbPwi6nc .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tyAbPwi6nc .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tyAbPwi6nc .form-group {
  margin-bottom: 1rem;
}
.cid-tyAbPwi6nc .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tyAbPwi6nc .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tyAbPwi6nc .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tyAbPwi6nc .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-tyAbPwi6nc .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-tyAbPx5HoP {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-tyAbPx5HoP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyAbPx5HoP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyAbPx5HoP .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tyAbPx5HoP .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tyAbPx5HoP .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tyAbPx5HoP .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tyAbPx5HoP .container {
    max-width: 100%;
  }
  .cid-tyAbPx5HoP .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tyAbPx5HoP .item-wrap {
  width: 100%;
}
.cid-tyAbPx5HoP .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tyAbPx5HoP .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tyAbPx5HoP .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tyAbPx5HoP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tyAbPx5HoP .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tyAbPx5HoP .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tyAbPx5HoP .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tyAbPx5HoP .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tyAbPx5HoP .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-tyAbPx5HoP .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-tyAbPx5HoP .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-tyAbPx5HoP .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tyAbPx5HoP .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tyAbPx5HoP .col-links {
    padding-top: 20px;
  }
}
.cid-tyAbPx5HoP .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tyAbPx5HoP .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tyAbPx5HoP .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tyAbPx5HoP .list {
    text-align: center !important;
  }
}
.cid-tyAbPx5HoP .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tyAbPx5HoP .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tyAbPx5HoP .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tyAbPx5HoP .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-tyAbPx5HoP .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-tyAbPx5HoP .list a:hover:before {
  width: 100%;
}
.cid-tyAbPx5HoP .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tyAbPx5HoP .col-copyright {
    padding-top: 40px;
  }
}
.cid-tyAbPx5HoP .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-tyAbPx5HoP .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-tyA4t1yONp {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-tyA4t1yONp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyA4t1yONp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyA4t1yONp .mbr-text,
.cid-tyA4t1yONp .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tyA4t1yONp .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-tyA4t1yONp .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tyA4t1YtCO {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tyA4t1YtCO .container-fluid {
  padding: 0 3rem;
}
.cid-tyA4t1YtCO .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-tyA4t1YtCO .mbr-section-subtitle {
  color: #767676;
}
.cid-tyA4t1YtCO .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tyA4t1YtCO .table-wrapper {
  margin: 0 auto;
}
.cid-tyA4t1YtCO table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tyA4t1YtCO table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-tyA4t1YtCO table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-tyA4t1YtCO table.table {
  background: #fbfbfb;
}
.cid-tyA4t1YtCO tr:hover {
  background-color: #e1f4ff !important;
}
.cid-tyA4t1YtCO .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-tyA4t1YtCO .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tyA4t1YtCO .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tyA4t1YtCO .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding: 0;
  background: #fbfbfb;
}
.cid-tyA4t1YtCO .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-tyA4t1YtCO .dataTables_wrapper {
  display: block;
}
.cid-tyA4t1YtCO .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tyA4t1YtCO .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tyA4t1YtCO .head-item:after,
.cid-tyA4t1YtCO .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-tyA4t1YtCO .dataTables_filter {
    text-align: center;
  }
  .cid-tyA4t1YtCO .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-tyA4t1YtCO .dataTables_filter {
    text-align: center;
  }
  .cid-tyA4t1YtCO .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-tyA4t1YtCO .container-fluid {
    padding: 0 1rem;
  }
  .cid-tyA4t1YtCO table th,
  .cid-tyA4t1YtCO table td {
    padding: .75rem;
  }
}
.cid-tyA4t1YtCO .body-item {
  text-align: left;
}
.cid-tyA4t1YtCO .head-item {
  color: #000000;
  text-align: left;
}
.cid-tyA4t1YtCO .body-item DIV {
  text-align: center;
}
.cid-tyA4t1YtCO .mbr-section-title,
.cid-tyA4t1YtCO .underline {
  color: #777777;
}
.cid-tyBmMVChVw {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tyBmMVChVw .media-container-row {
  margin-top: 0.5rem;
}
.cid-tyBmMVChVw .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-tyBmMVChVw .card-img span {
  color: #ffffff;
}
.cid-tyBmMVChVw .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-tyBmMVChVw .card-title,
.cid-tyBmMVChVw .card-img {
  color: #555555;
}
.cid-tyBmMVChVw .mbr-section-title {
  font-size: 60px;
}
.cid-tyBmMVChVw .mbr-text,
.cid-tyBmMVChVw .mbr-section-btn {
  color: #777777;
}
.cid-tyBmMVChVw .mbr-title,
.cid-tyBmMVChVw .ornament {
  color: #005990;
  text-align: center;
}
.cid-tyA4t3Vwnj {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-tyA4t3Vwnj img,
.cid-tyA4t3Vwnj .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-tyA4t3Vwnj .item:focus,
.cid-tyA4t3Vwnj span:focus {
  outline: none;
}
.cid-tyA4t3Vwnj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyA4t3Vwnj .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-tyA4t3Vwnj .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tyA4t3Vwnj .item-img {
    padding: 1rem;
  }
}
.cid-tyA4t3Vwnj .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-tyA4t3Vwnj .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyA4t3Vwnj .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tyA4t3Vwnj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tyA4t3Vwnj .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tyA4t3Vwnj .mbr-text,
.cid-tyA4t3Vwnj .mbr-section-btn {
  text-align: center;
}
.cid-tyA4t3Vwnj .item-title {
  text-align: center;
}
.cid-tyA4t3Vwnj .item-subtitle {
  text-align: center;
}
.cid-tyA4t4PiHk.popup-builder {
  background-color: #ffffff;
}
.cid-tyA4t4PiHk.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tyA4t4PiHk.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tyA4t4PiHk .modal-content,
.cid-tyA4t4PiHk .modal-dialog {
  height: auto;
}
.cid-tyA4t4PiHk .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tyA4t4PiHk .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tyA4t4PiHk .form-wrapper .mbr-form .form-group,
  .cid-tyA4t4PiHk .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tyA4t4PiHk .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tyA4t4PiHk .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyA4t4PiHk .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-tyA4t4PiHk .pt-0 {
  padding-top: 0 !important;
}
.cid-tyA4t4PiHk .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tyA4t4PiHk .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tyA4t4PiHk .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tyA4t4PiHk .modal-open {
  overflow: hidden;
}
.cid-tyA4t4PiHk .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tyA4t4PiHk .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tyA4t4PiHk .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tyA4t4PiHk .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tyA4t4PiHk .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tyA4t4PiHk .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tyA4t4PiHk .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tyA4t4PiHk .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tyA4t4PiHk .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tyA4t4PiHk .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tyA4t4PiHk .modal-backdrop.fade {
  opacity: 0;
}
.cid-tyA4t4PiHk .modal-backdrop.show {
  opacity: .5;
}
.cid-tyA4t4PiHk .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tyA4t4PiHk .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tyA4t4PiHk .modal-header {
    padding: 1rem;
  }
}
.cid-tyA4t4PiHk .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tyA4t4PiHk .modal-header .close svg {
  fill: #ffffff;
}
.cid-tyA4t4PiHk .modal-header .close:hover {
  opacity: 1;
}
.cid-tyA4t4PiHk .modal-header .close:focus {
  outline: none;
}
.cid-tyA4t4PiHk .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tyA4t4PiHk .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tyA4t4PiHk .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyA4t4PiHk .modal-body {
    padding: 1rem;
  }
}
.cid-tyA4t4PiHk .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tyA4t4PiHk .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyA4t4PiHk .modal-footer {
    padding: 1rem;
  }
}
.cid-tyA4t4PiHk .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tyA4t4PiHk .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tyA4t4PiHk .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tyA4t4PiHk .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tyA4t4PiHk .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tyA4t4PiHk .modal-lg,
  .cid-tyA4t4PiHk .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tyA4t4PiHk .modal-xl {
    max-width: 1140px;
  }
}
.cid-tyA4t4PiHk .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tyA4t4PiHk .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tyA4t4PiHk .form-group {
  margin-bottom: 1rem;
}
.cid-tyA4t4PiHk .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tyA4t4PiHk .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tyA4t4PiHk .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tyA4t4PiHk .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-tyA4t4PiHk .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-tyA4t5zONW {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-tyA4t5zONW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyA4t5zONW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyA4t5zONW .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tyA4t5zONW .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tyA4t5zONW .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tyA4t5zONW .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tyA4t5zONW .container {
    max-width: 100%;
  }
  .cid-tyA4t5zONW .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tyA4t5zONW .item-wrap {
  width: 100%;
}
.cid-tyA4t5zONW .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tyA4t5zONW .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tyA4t5zONW .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tyA4t5zONW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tyA4t5zONW .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tyA4t5zONW .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tyA4t5zONW .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tyA4t5zONW .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tyA4t5zONW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-tyA4t5zONW .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-tyA4t5zONW .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-tyA4t5zONW .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tyA4t5zONW .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tyA4t5zONW .col-links {
    padding-top: 20px;
  }
}
.cid-tyA4t5zONW .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tyA4t5zONW .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tyA4t5zONW .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tyA4t5zONW .list {
    text-align: center !important;
  }
}
.cid-tyA4t5zONW .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tyA4t5zONW .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tyA4t5zONW .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tyA4t5zONW .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-tyA4t5zONW .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-tyA4t5zONW .list a:hover:before {
  width: 100%;
}
.cid-tyA4t5zONW .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tyA4t5zONW .col-copyright {
    padding-top: 40px;
  }
}
.cid-tyA4t5zONW .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-tyA4t5zONW .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-tyBkGYrsQr {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-tyBkGYrsQr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyBkGYrsQr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyBkGYrsQr .mbr-text,
.cid-tyBkGYrsQr .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tyBkGYrsQr .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-tyBkGYrsQr .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tyBkGZh2PM {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tyBkGZh2PM .container-fluid {
  padding: 0 3rem;
}
.cid-tyBkGZh2PM .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-tyBkGZh2PM .mbr-section-subtitle {
  color: #767676;
}
.cid-tyBkGZh2PM .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tyBkGZh2PM .table-wrapper {
  margin: 0 auto;
}
.cid-tyBkGZh2PM table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tyBkGZh2PM table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-tyBkGZh2PM table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-tyBkGZh2PM table.table {
  background: #fbfbfb;
}
.cid-tyBkGZh2PM tr:hover {
  background-color: #e1f4ff !important;
}
.cid-tyBkGZh2PM .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-tyBkGZh2PM .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tyBkGZh2PM .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tyBkGZh2PM .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding: 0;
  background: #fbfbfb;
}
.cid-tyBkGZh2PM .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-tyBkGZh2PM .dataTables_wrapper {
  display: block;
}
.cid-tyBkGZh2PM .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tyBkGZh2PM .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tyBkGZh2PM .head-item:after,
.cid-tyBkGZh2PM .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-tyBkGZh2PM .dataTables_filter {
    text-align: center;
  }
  .cid-tyBkGZh2PM .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-tyBkGZh2PM .dataTables_filter {
    text-align: center;
  }
  .cid-tyBkGZh2PM .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-tyBkGZh2PM .container-fluid {
    padding: 0 1rem;
  }
  .cid-tyBkGZh2PM table th,
  .cid-tyBkGZh2PM table td {
    padding: .75rem;
  }
}
.cid-tyBkGZh2PM .body-item {
  text-align: left;
}
.cid-tyBkGZh2PM .head-item {
  color: #000000;
  text-align: left;
}
.cid-tyBkGZh2PM .body-item DIV {
  text-align: center;
}
.cid-tyBkGZh2PM .mbr-section-title,
.cid-tyBkGZh2PM .underline {
  color: #777777;
}
.cid-tyBmtTFG9u {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tyBmtTFG9u .media-container-row {
  margin-top: 0.5rem;
}
.cid-tyBmtTFG9u .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-tyBmtTFG9u .card-img span {
  color: #ffffff;
}
.cid-tyBmtTFG9u .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-tyBmtTFG9u .card-title,
.cid-tyBmtTFG9u .card-img {
  color: #555555;
}
.cid-tyBmtTFG9u .mbr-section-title {
  font-size: 60px;
}
.cid-tyBmtTFG9u .mbr-text,
.cid-tyBmtTFG9u .mbr-section-btn {
  color: #777777;
}
.cid-tyBmtTFG9u .mbr-title,
.cid-tyBmtTFG9u .ornament {
  color: #005990;
  text-align: center;
}
.cid-tyBkH1uIdA {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-tyBkH1uIdA img,
.cid-tyBkH1uIdA .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-tyBkH1uIdA .item:focus,
.cid-tyBkH1uIdA span:focus {
  outline: none;
}
.cid-tyBkH1uIdA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyBkH1uIdA .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-tyBkH1uIdA .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tyBkH1uIdA .item-img {
    padding: 1rem;
  }
}
.cid-tyBkH1uIdA .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-tyBkH1uIdA .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyBkH1uIdA .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tyBkH1uIdA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tyBkH1uIdA .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tyBkH1uIdA .mbr-text,
.cid-tyBkH1uIdA .mbr-section-btn {
  text-align: center;
}
.cid-tyBkH1uIdA .item-title {
  text-align: center;
}
.cid-tyBkH1uIdA .item-subtitle {
  text-align: center;
}
.cid-tyBkH2moqr.popup-builder {
  background-color: #ffffff;
}
.cid-tyBkH2moqr.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tyBkH2moqr.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tyBkH2moqr .modal-content,
.cid-tyBkH2moqr .modal-dialog {
  height: auto;
}
.cid-tyBkH2moqr .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tyBkH2moqr .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tyBkH2moqr .form-wrapper .mbr-form .form-group,
  .cid-tyBkH2moqr .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tyBkH2moqr .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tyBkH2moqr .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyBkH2moqr .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-tyBkH2moqr .pt-0 {
  padding-top: 0 !important;
}
.cid-tyBkH2moqr .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tyBkH2moqr .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tyBkH2moqr .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tyBkH2moqr .modal-open {
  overflow: hidden;
}
.cid-tyBkH2moqr .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tyBkH2moqr .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tyBkH2moqr .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tyBkH2moqr .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tyBkH2moqr .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tyBkH2moqr .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tyBkH2moqr .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tyBkH2moqr .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tyBkH2moqr .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tyBkH2moqr .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tyBkH2moqr .modal-backdrop.fade {
  opacity: 0;
}
.cid-tyBkH2moqr .modal-backdrop.show {
  opacity: .5;
}
.cid-tyBkH2moqr .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tyBkH2moqr .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tyBkH2moqr .modal-header {
    padding: 1rem;
  }
}
.cid-tyBkH2moqr .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tyBkH2moqr .modal-header .close svg {
  fill: #ffffff;
}
.cid-tyBkH2moqr .modal-header .close:hover {
  opacity: 1;
}
.cid-tyBkH2moqr .modal-header .close:focus {
  outline: none;
}
.cid-tyBkH2moqr .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tyBkH2moqr .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tyBkH2moqr .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyBkH2moqr .modal-body {
    padding: 1rem;
  }
}
.cid-tyBkH2moqr .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tyBkH2moqr .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyBkH2moqr .modal-footer {
    padding: 1rem;
  }
}
.cid-tyBkH2moqr .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tyBkH2moqr .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tyBkH2moqr .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tyBkH2moqr .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tyBkH2moqr .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tyBkH2moqr .modal-lg,
  .cid-tyBkH2moqr .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tyBkH2moqr .modal-xl {
    max-width: 1140px;
  }
}
.cid-tyBkH2moqr .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tyBkH2moqr .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tyBkH2moqr .form-group {
  margin-bottom: 1rem;
}
.cid-tyBkH2moqr .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tyBkH2moqr .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tyBkH2moqr .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tyBkH2moqr .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-tyBkH2moqr .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-tyBkH35lWr {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-tyBkH35lWr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyBkH35lWr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyBkH35lWr .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tyBkH35lWr .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tyBkH35lWr .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tyBkH35lWr .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tyBkH35lWr .container {
    max-width: 100%;
  }
  .cid-tyBkH35lWr .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tyBkH35lWr .item-wrap {
  width: 100%;
}
.cid-tyBkH35lWr .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tyBkH35lWr .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tyBkH35lWr .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tyBkH35lWr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tyBkH35lWr .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tyBkH35lWr .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tyBkH35lWr .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tyBkH35lWr .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tyBkH35lWr .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-tyBkH35lWr .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-tyBkH35lWr .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-tyBkH35lWr .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tyBkH35lWr .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tyBkH35lWr .col-links {
    padding-top: 20px;
  }
}
.cid-tyBkH35lWr .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tyBkH35lWr .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tyBkH35lWr .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tyBkH35lWr .list {
    text-align: center !important;
  }
}
.cid-tyBkH35lWr .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tyBkH35lWr .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tyBkH35lWr .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tyBkH35lWr .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-tyBkH35lWr .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-tyBkH35lWr .list a:hover:before {
  width: 100%;
}
.cid-tyBkH35lWr .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tyBkH35lWr .col-copyright {
    padding-top: 40px;
  }
}
.cid-tyBkH35lWr .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-tyBkH35lWr .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-tyBi0nchOu {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-tyBi0nchOu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyBi0nchOu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyBi0nchOu .mbr-text,
.cid-tyBi0nchOu .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tyBi0nchOu .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-tyBi0nchOu .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tyBi0ob10V {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tyBi0ob10V .container-fluid {
  padding: 0 3rem;
}
.cid-tyBi0ob10V .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-tyBi0ob10V .mbr-section-subtitle {
  color: #767676;
}
.cid-tyBi0ob10V .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tyBi0ob10V .table-wrapper {
  margin: 0 auto;
}
.cid-tyBi0ob10V table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tyBi0ob10V table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-tyBi0ob10V table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-tyBi0ob10V table.table {
  background: #fbfbfb;
}
.cid-tyBi0ob10V tr:hover {
  background-color: #e1f4ff !important;
}
.cid-tyBi0ob10V .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-tyBi0ob10V .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tyBi0ob10V .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tyBi0ob10V .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding: 0;
  background: #fbfbfb;
}
.cid-tyBi0ob10V .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-tyBi0ob10V .dataTables_wrapper {
  display: block;
}
.cid-tyBi0ob10V .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tyBi0ob10V .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tyBi0ob10V .head-item:after,
.cid-tyBi0ob10V .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-tyBi0ob10V .dataTables_filter {
    text-align: center;
  }
  .cid-tyBi0ob10V .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-tyBi0ob10V .dataTables_filter {
    text-align: center;
  }
  .cid-tyBi0ob10V .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-tyBi0ob10V .container-fluid {
    padding: 0 1rem;
  }
  .cid-tyBi0ob10V table th,
  .cid-tyBi0ob10V table td {
    padding: .75rem;
  }
}
.cid-tyBi0ob10V .body-item {
  text-align: left;
}
.cid-tyBi0ob10V .head-item {
  color: #000000;
  text-align: left;
}
.cid-tyBi0ob10V .body-item DIV {
  text-align: center;
}
.cid-tyBi0ob10V .mbr-section-title,
.cid-tyBi0ob10V .underline {
  color: #777777;
}
.cid-tyBmp8bZuE {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tyBmp8bZuE .media-container-row {
  margin-top: 0.5rem;
}
.cid-tyBmp8bZuE .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-tyBmp8bZuE .card-img span {
  color: #ffffff;
}
.cid-tyBmp8bZuE .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-tyBmp8bZuE .card-title,
.cid-tyBmp8bZuE .card-img {
  color: #555555;
}
.cid-tyBmp8bZuE .mbr-section-title {
  font-size: 60px;
}
.cid-tyBmp8bZuE .mbr-text,
.cid-tyBmp8bZuE .mbr-section-btn {
  color: #777777;
}
.cid-tyBmp8bZuE .mbr-title,
.cid-tyBmp8bZuE .ornament {
  color: #005990;
  text-align: center;
}
.cid-tyBi0r2kfk {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-tyBi0r2kfk img,
.cid-tyBi0r2kfk .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-tyBi0r2kfk .item:focus,
.cid-tyBi0r2kfk span:focus {
  outline: none;
}
.cid-tyBi0r2kfk .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyBi0r2kfk .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-tyBi0r2kfk .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tyBi0r2kfk .item-img {
    padding: 1rem;
  }
}
.cid-tyBi0r2kfk .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-tyBi0r2kfk .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyBi0r2kfk .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tyBi0r2kfk .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tyBi0r2kfk .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tyBi0r2kfk .mbr-text,
.cid-tyBi0r2kfk .mbr-section-btn {
  text-align: center;
}
.cid-tyBi0r2kfk .item-title {
  text-align: center;
}
.cid-tyBi0r2kfk .item-subtitle {
  text-align: center;
}
.cid-tyBi0s4Fdr.popup-builder {
  background-color: #ffffff;
}
.cid-tyBi0s4Fdr.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tyBi0s4Fdr.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tyBi0s4Fdr .modal-content,
.cid-tyBi0s4Fdr .modal-dialog {
  height: auto;
}
.cid-tyBi0s4Fdr .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tyBi0s4Fdr .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tyBi0s4Fdr .form-wrapper .mbr-form .form-group,
  .cid-tyBi0s4Fdr .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tyBi0s4Fdr .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tyBi0s4Fdr .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyBi0s4Fdr .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-tyBi0s4Fdr .pt-0 {
  padding-top: 0 !important;
}
.cid-tyBi0s4Fdr .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tyBi0s4Fdr .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tyBi0s4Fdr .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tyBi0s4Fdr .modal-open {
  overflow: hidden;
}
.cid-tyBi0s4Fdr .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tyBi0s4Fdr .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tyBi0s4Fdr .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tyBi0s4Fdr .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tyBi0s4Fdr .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tyBi0s4Fdr .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tyBi0s4Fdr .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tyBi0s4Fdr .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tyBi0s4Fdr .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tyBi0s4Fdr .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tyBi0s4Fdr .modal-backdrop.fade {
  opacity: 0;
}
.cid-tyBi0s4Fdr .modal-backdrop.show {
  opacity: .5;
}
.cid-tyBi0s4Fdr .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tyBi0s4Fdr .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tyBi0s4Fdr .modal-header {
    padding: 1rem;
  }
}
.cid-tyBi0s4Fdr .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tyBi0s4Fdr .modal-header .close svg {
  fill: #ffffff;
}
.cid-tyBi0s4Fdr .modal-header .close:hover {
  opacity: 1;
}
.cid-tyBi0s4Fdr .modal-header .close:focus {
  outline: none;
}
.cid-tyBi0s4Fdr .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tyBi0s4Fdr .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tyBi0s4Fdr .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyBi0s4Fdr .modal-body {
    padding: 1rem;
  }
}
.cid-tyBi0s4Fdr .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tyBi0s4Fdr .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyBi0s4Fdr .modal-footer {
    padding: 1rem;
  }
}
.cid-tyBi0s4Fdr .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tyBi0s4Fdr .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tyBi0s4Fdr .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tyBi0s4Fdr .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tyBi0s4Fdr .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tyBi0s4Fdr .modal-lg,
  .cid-tyBi0s4Fdr .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tyBi0s4Fdr .modal-xl {
    max-width: 1140px;
  }
}
.cid-tyBi0s4Fdr .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tyBi0s4Fdr .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tyBi0s4Fdr .form-group {
  margin-bottom: 1rem;
}
.cid-tyBi0s4Fdr .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tyBi0s4Fdr .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tyBi0s4Fdr .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tyBi0s4Fdr .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-tyBi0s4Fdr .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-tyBi0t5ggo {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-tyBi0t5ggo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyBi0t5ggo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyBi0t5ggo .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tyBi0t5ggo .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tyBi0t5ggo .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tyBi0t5ggo .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tyBi0t5ggo .container {
    max-width: 100%;
  }
  .cid-tyBi0t5ggo .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tyBi0t5ggo .item-wrap {
  width: 100%;
}
.cid-tyBi0t5ggo .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tyBi0t5ggo .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tyBi0t5ggo .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tyBi0t5ggo .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tyBi0t5ggo .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tyBi0t5ggo .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tyBi0t5ggo .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tyBi0t5ggo .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tyBi0t5ggo .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-tyBi0t5ggo .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-tyBi0t5ggo .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-tyBi0t5ggo .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tyBi0t5ggo .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tyBi0t5ggo .col-links {
    padding-top: 20px;
  }
}
.cid-tyBi0t5ggo .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tyBi0t5ggo .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tyBi0t5ggo .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tyBi0t5ggo .list {
    text-align: center !important;
  }
}
.cid-tyBi0t5ggo .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tyBi0t5ggo .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tyBi0t5ggo .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tyBi0t5ggo .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-tyBi0t5ggo .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-tyBi0t5ggo .list a:hover:before {
  width: 100%;
}
.cid-tyBi0t5ggo .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tyBi0t5ggo .col-copyright {
    padding-top: 40px;
  }
}
.cid-tyBi0t5ggo .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-tyBi0t5ggo .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-tyBfCsPo2X {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-tyBfCsPo2X .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyBfCsPo2X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyBfCsPo2X .mbr-text,
.cid-tyBfCsPo2X .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tyBfCsPo2X .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-tyBfCsPo2X .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tyBfCtHbUM {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tyBfCtHbUM .container-fluid {
  padding: 0 3rem;
}
.cid-tyBfCtHbUM .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-tyBfCtHbUM .mbr-section-subtitle {
  color: #767676;
}
.cid-tyBfCtHbUM .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tyBfCtHbUM .table-wrapper {
  margin: 0 auto;
}
.cid-tyBfCtHbUM table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tyBfCtHbUM table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-tyBfCtHbUM table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-tyBfCtHbUM table.table {
  background: #fbfbfb;
}
.cid-tyBfCtHbUM tr:hover {
  background-color: #e1f4ff !important;
}
.cid-tyBfCtHbUM .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-tyBfCtHbUM .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tyBfCtHbUM .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tyBfCtHbUM .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding: 0;
  background: #fbfbfb;
}
.cid-tyBfCtHbUM .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-tyBfCtHbUM .dataTables_wrapper {
  display: block;
}
.cid-tyBfCtHbUM .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tyBfCtHbUM .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tyBfCtHbUM .head-item:after,
.cid-tyBfCtHbUM .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-tyBfCtHbUM .dataTables_filter {
    text-align: center;
  }
  .cid-tyBfCtHbUM .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-tyBfCtHbUM .dataTables_filter {
    text-align: center;
  }
  .cid-tyBfCtHbUM .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-tyBfCtHbUM .container-fluid {
    padding: 0 1rem;
  }
  .cid-tyBfCtHbUM table th,
  .cid-tyBfCtHbUM table td {
    padding: .75rem;
  }
}
.cid-tyBfCtHbUM .body-item {
  text-align: left;
}
.cid-tyBfCtHbUM .head-item {
  color: #000000;
  text-align: left;
}
.cid-tyBfCtHbUM .body-item DIV {
  text-align: center;
}
.cid-tyBfCtHbUM .mbr-section-title,
.cid-tyBfCtHbUM .underline {
  color: #777777;
}
.cid-tyBmiXxhvi {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tyBmiXxhvi .media-container-row {
  margin-top: 0.5rem;
}
.cid-tyBmiXxhvi .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-tyBmiXxhvi .card-img span {
  color: #ffffff;
}
.cid-tyBmiXxhvi .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-tyBmiXxhvi .card-title,
.cid-tyBmiXxhvi .card-img {
  color: #555555;
}
.cid-tyBmiXxhvi .mbr-section-title {
  font-size: 60px;
}
.cid-tyBmiXxhvi .mbr-text,
.cid-tyBmiXxhvi .mbr-section-btn {
  color: #777777;
}
.cid-tyBmiXxhvi .mbr-title,
.cid-tyBmiXxhvi .ornament {
  color: #005990;
  text-align: center;
}
.cid-tyBfCw99Tl {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-tyBfCw99Tl img,
.cid-tyBfCw99Tl .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-tyBfCw99Tl .item:focus,
.cid-tyBfCw99Tl span:focus {
  outline: none;
}
.cid-tyBfCw99Tl .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyBfCw99Tl .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-tyBfCw99Tl .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tyBfCw99Tl .item-img {
    padding: 1rem;
  }
}
.cid-tyBfCw99Tl .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-tyBfCw99Tl .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyBfCw99Tl .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tyBfCw99Tl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tyBfCw99Tl .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tyBfCw99Tl .mbr-text,
.cid-tyBfCw99Tl .mbr-section-btn {
  text-align: center;
}
.cid-tyBfCw99Tl .item-title {
  text-align: center;
}
.cid-tyBfCw99Tl .item-subtitle {
  text-align: center;
}
.cid-tyBfCwXtDY.popup-builder {
  background-color: #ffffff;
}
.cid-tyBfCwXtDY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tyBfCwXtDY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tyBfCwXtDY .modal-content,
.cid-tyBfCwXtDY .modal-dialog {
  height: auto;
}
.cid-tyBfCwXtDY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tyBfCwXtDY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tyBfCwXtDY .form-wrapper .mbr-form .form-group,
  .cid-tyBfCwXtDY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tyBfCwXtDY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tyBfCwXtDY .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyBfCwXtDY .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-tyBfCwXtDY .pt-0 {
  padding-top: 0 !important;
}
.cid-tyBfCwXtDY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tyBfCwXtDY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tyBfCwXtDY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tyBfCwXtDY .modal-open {
  overflow: hidden;
}
.cid-tyBfCwXtDY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tyBfCwXtDY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tyBfCwXtDY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tyBfCwXtDY .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tyBfCwXtDY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tyBfCwXtDY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tyBfCwXtDY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tyBfCwXtDY .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tyBfCwXtDY .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tyBfCwXtDY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tyBfCwXtDY .modal-backdrop.fade {
  opacity: 0;
}
.cid-tyBfCwXtDY .modal-backdrop.show {
  opacity: .5;
}
.cid-tyBfCwXtDY .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tyBfCwXtDY .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tyBfCwXtDY .modal-header {
    padding: 1rem;
  }
}
.cid-tyBfCwXtDY .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tyBfCwXtDY .modal-header .close svg {
  fill: #ffffff;
}
.cid-tyBfCwXtDY .modal-header .close:hover {
  opacity: 1;
}
.cid-tyBfCwXtDY .modal-header .close:focus {
  outline: none;
}
.cid-tyBfCwXtDY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tyBfCwXtDY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tyBfCwXtDY .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyBfCwXtDY .modal-body {
    padding: 1rem;
  }
}
.cid-tyBfCwXtDY .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tyBfCwXtDY .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyBfCwXtDY .modal-footer {
    padding: 1rem;
  }
}
.cid-tyBfCwXtDY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tyBfCwXtDY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tyBfCwXtDY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tyBfCwXtDY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tyBfCwXtDY .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tyBfCwXtDY .modal-lg,
  .cid-tyBfCwXtDY .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tyBfCwXtDY .modal-xl {
    max-width: 1140px;
  }
}
.cid-tyBfCwXtDY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tyBfCwXtDY .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tyBfCwXtDY .form-group {
  margin-bottom: 1rem;
}
.cid-tyBfCwXtDY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tyBfCwXtDY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tyBfCwXtDY .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tyBfCwXtDY .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-tyBfCwXtDY .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-tyBfCxI2qK {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-tyBfCxI2qK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyBfCxI2qK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyBfCxI2qK .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tyBfCxI2qK .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tyBfCxI2qK .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tyBfCxI2qK .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tyBfCxI2qK .container {
    max-width: 100%;
  }
  .cid-tyBfCxI2qK .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tyBfCxI2qK .item-wrap {
  width: 100%;
}
.cid-tyBfCxI2qK .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tyBfCxI2qK .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tyBfCxI2qK .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tyBfCxI2qK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tyBfCxI2qK .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tyBfCxI2qK .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tyBfCxI2qK .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tyBfCxI2qK .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tyBfCxI2qK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-tyBfCxI2qK .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-tyBfCxI2qK .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-tyBfCxI2qK .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tyBfCxI2qK .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tyBfCxI2qK .col-links {
    padding-top: 20px;
  }
}
.cid-tyBfCxI2qK .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tyBfCxI2qK .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tyBfCxI2qK .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tyBfCxI2qK .list {
    text-align: center !important;
  }
}
.cid-tyBfCxI2qK .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tyBfCxI2qK .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tyBfCxI2qK .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tyBfCxI2qK .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-tyBfCxI2qK .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-tyBfCxI2qK .list a:hover:before {
  width: 100%;
}
.cid-tyBfCxI2qK .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tyBfCxI2qK .col-copyright {
    padding-top: 40px;
  }
}
.cid-tyBfCxI2qK .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-tyBfCxI2qK .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-tyBcGIh4NW {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-tyBcGIh4NW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyBcGIh4NW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyBcGIh4NW .mbr-text,
.cid-tyBcGIh4NW .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tyBcGIh4NW .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-tyBcGIh4NW .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tyBcGINayT {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tyBcGINayT .container-fluid {
  padding: 0 3rem;
}
.cid-tyBcGINayT .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-tyBcGINayT .mbr-section-subtitle {
  color: #767676;
}
.cid-tyBcGINayT .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tyBcGINayT .table-wrapper {
  margin: 0 auto;
}
.cid-tyBcGINayT table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tyBcGINayT table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-tyBcGINayT table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-tyBcGINayT table.table {
  background: #fbfbfb;
}
.cid-tyBcGINayT tr:hover {
  background-color: #e1f4ff !important;
}
.cid-tyBcGINayT .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-tyBcGINayT .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tyBcGINayT .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tyBcGINayT .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding: 0;
  background: #fbfbfb;
}
.cid-tyBcGINayT .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-tyBcGINayT .dataTables_wrapper {
  display: block;
}
.cid-tyBcGINayT .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tyBcGINayT .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tyBcGINayT .head-item:after,
.cid-tyBcGINayT .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-tyBcGINayT .dataTables_filter {
    text-align: center;
  }
  .cid-tyBcGINayT .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-tyBcGINayT .dataTables_filter {
    text-align: center;
  }
  .cid-tyBcGINayT .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-tyBcGINayT .container-fluid {
    padding: 0 1rem;
  }
  .cid-tyBcGINayT table th,
  .cid-tyBcGINayT table td {
    padding: .75rem;
  }
}
.cid-tyBcGINayT .body-item {
  text-align: left;
}
.cid-tyBcGINayT .head-item {
  color: #000000;
  text-align: left;
}
.cid-tyBcGINayT .body-item DIV {
  text-align: center;
}
.cid-tyBcGINayT .mbr-section-title,
.cid-tyBcGINayT .underline {
  color: #777777;
}
.cid-tyBmcNpsgy {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tyBmcNpsgy .media-container-row {
  margin-top: 0.5rem;
}
.cid-tyBmcNpsgy .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-tyBmcNpsgy .card-img span {
  color: #ffffff;
}
.cid-tyBmcNpsgy .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-tyBmcNpsgy .card-title,
.cid-tyBmcNpsgy .card-img {
  color: #555555;
}
.cid-tyBmcNpsgy .mbr-section-title {
  font-size: 60px;
}
.cid-tyBmcNpsgy .mbr-text,
.cid-tyBmcNpsgy .mbr-section-btn {
  color: #777777;
}
.cid-tyBmcNpsgy .mbr-title,
.cid-tyBmcNpsgy .ornament {
  color: #005990;
  text-align: center;
}
.cid-tyBcGKZy25 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-tyBcGKZy25 img,
.cid-tyBcGKZy25 .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-tyBcGKZy25 .item:focus,
.cid-tyBcGKZy25 span:focus {
  outline: none;
}
.cid-tyBcGKZy25 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyBcGKZy25 .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-tyBcGKZy25 .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tyBcGKZy25 .item-img {
    padding: 1rem;
  }
}
.cid-tyBcGKZy25 .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-tyBcGKZy25 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyBcGKZy25 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tyBcGKZy25 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tyBcGKZy25 .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tyBcGKZy25 .mbr-text,
.cid-tyBcGKZy25 .mbr-section-btn {
  text-align: center;
}
.cid-tyBcGKZy25 .item-title {
  text-align: center;
}
.cid-tyBcGKZy25 .item-subtitle {
  text-align: center;
}
.cid-tyBcGLOnBH.popup-builder {
  background-color: #ffffff;
}
.cid-tyBcGLOnBH.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tyBcGLOnBH.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tyBcGLOnBH .modal-content,
.cid-tyBcGLOnBH .modal-dialog {
  height: auto;
}
.cid-tyBcGLOnBH .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tyBcGLOnBH .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tyBcGLOnBH .form-wrapper .mbr-form .form-group,
  .cid-tyBcGLOnBH .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tyBcGLOnBH .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tyBcGLOnBH .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyBcGLOnBH .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-tyBcGLOnBH .pt-0 {
  padding-top: 0 !important;
}
.cid-tyBcGLOnBH .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tyBcGLOnBH .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tyBcGLOnBH .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tyBcGLOnBH .modal-open {
  overflow: hidden;
}
.cid-tyBcGLOnBH .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tyBcGLOnBH .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tyBcGLOnBH .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tyBcGLOnBH .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tyBcGLOnBH .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tyBcGLOnBH .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tyBcGLOnBH .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tyBcGLOnBH .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tyBcGLOnBH .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tyBcGLOnBH .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tyBcGLOnBH .modal-backdrop.fade {
  opacity: 0;
}
.cid-tyBcGLOnBH .modal-backdrop.show {
  opacity: .5;
}
.cid-tyBcGLOnBH .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tyBcGLOnBH .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tyBcGLOnBH .modal-header {
    padding: 1rem;
  }
}
.cid-tyBcGLOnBH .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tyBcGLOnBH .modal-header .close svg {
  fill: #ffffff;
}
.cid-tyBcGLOnBH .modal-header .close:hover {
  opacity: 1;
}
.cid-tyBcGLOnBH .modal-header .close:focus {
  outline: none;
}
.cid-tyBcGLOnBH .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tyBcGLOnBH .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tyBcGLOnBH .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyBcGLOnBH .modal-body {
    padding: 1rem;
  }
}
.cid-tyBcGLOnBH .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tyBcGLOnBH .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyBcGLOnBH .modal-footer {
    padding: 1rem;
  }
}
.cid-tyBcGLOnBH .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tyBcGLOnBH .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tyBcGLOnBH .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tyBcGLOnBH .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tyBcGLOnBH .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tyBcGLOnBH .modal-lg,
  .cid-tyBcGLOnBH .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tyBcGLOnBH .modal-xl {
    max-width: 1140px;
  }
}
.cid-tyBcGLOnBH .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tyBcGLOnBH .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tyBcGLOnBH .form-group {
  margin-bottom: 1rem;
}
.cid-tyBcGLOnBH .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tyBcGLOnBH .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tyBcGLOnBH .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tyBcGLOnBH .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-tyBcGLOnBH .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-tyBcGMBduC {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-tyBcGMBduC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyBcGMBduC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyBcGMBduC .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tyBcGMBduC .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tyBcGMBduC .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tyBcGMBduC .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tyBcGMBduC .container {
    max-width: 100%;
  }
  .cid-tyBcGMBduC .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tyBcGMBduC .item-wrap {
  width: 100%;
}
.cid-tyBcGMBduC .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tyBcGMBduC .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tyBcGMBduC .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tyBcGMBduC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tyBcGMBduC .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tyBcGMBduC .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tyBcGMBduC .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tyBcGMBduC .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tyBcGMBduC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-tyBcGMBduC .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-tyBcGMBduC .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-tyBcGMBduC .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tyBcGMBduC .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tyBcGMBduC .col-links {
    padding-top: 20px;
  }
}
.cid-tyBcGMBduC .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tyBcGMBduC .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tyBcGMBduC .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tyBcGMBduC .list {
    text-align: center !important;
  }
}
.cid-tyBcGMBduC .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tyBcGMBduC .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tyBcGMBduC .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tyBcGMBduC .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-tyBcGMBduC .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-tyBcGMBduC .list a:hover:before {
  width: 100%;
}
.cid-tyBcGMBduC .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tyBcGMBduC .col-copyright {
    padding-top: 40px;
  }
}
.cid-tyBcGMBduC .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-tyBcGMBduC .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-tyBaN75eI3 {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-tyBaN75eI3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyBaN75eI3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyBaN75eI3 .mbr-text,
.cid-tyBaN75eI3 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tyBaN75eI3 .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-tyBaN75eI3 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tyBaN7MO9b {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tyBaN7MO9b .container-fluid {
  padding: 0 3rem;
}
.cid-tyBaN7MO9b .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-tyBaN7MO9b .mbr-section-subtitle {
  color: #767676;
}
.cid-tyBaN7MO9b .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tyBaN7MO9b .table-wrapper {
  margin: 0 auto;
}
.cid-tyBaN7MO9b table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tyBaN7MO9b table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-tyBaN7MO9b table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-tyBaN7MO9b table.table {
  background: #fbfbfb;
}
.cid-tyBaN7MO9b tr:hover {
  background-color: #e1f4ff !important;
}
.cid-tyBaN7MO9b .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-tyBaN7MO9b .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tyBaN7MO9b .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tyBaN7MO9b .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding: 0;
  background: #fbfbfb;
}
.cid-tyBaN7MO9b .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-tyBaN7MO9b .dataTables_wrapper {
  display: block;
}
.cid-tyBaN7MO9b .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tyBaN7MO9b .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tyBaN7MO9b .head-item:after,
.cid-tyBaN7MO9b .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-tyBaN7MO9b .dataTables_filter {
    text-align: center;
  }
  .cid-tyBaN7MO9b .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-tyBaN7MO9b .dataTables_filter {
    text-align: center;
  }
  .cid-tyBaN7MO9b .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-tyBaN7MO9b .container-fluid {
    padding: 0 1rem;
  }
  .cid-tyBaN7MO9b table th,
  .cid-tyBaN7MO9b table td {
    padding: .75rem;
  }
}
.cid-tyBaN7MO9b .body-item {
  text-align: left;
}
.cid-tyBaN7MO9b .head-item {
  color: #000000;
  text-align: left;
}
.cid-tyBaN7MO9b .body-item DIV {
  text-align: center;
}
.cid-tyBaN7MO9b .mbr-section-title,
.cid-tyBaN7MO9b .underline {
  color: #777777;
}
.cid-tyBaN9maMk {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tyBaN9maMk .media-container-row {
  margin-top: 0.5rem;
}
.cid-tyBaN9maMk .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-tyBaN9maMk .card-img span {
  color: #ffffff;
}
.cid-tyBaN9maMk .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-tyBaN9maMk .card-title,
.cid-tyBaN9maMk .card-img {
  color: #555555;
}
.cid-tyBaN9maMk .mbr-section-title {
  font-size: 60px;
}
.cid-tyBaN9maMk .mbr-text,
.cid-tyBaN9maMk .mbr-section-btn {
  color: #777777;
}
.cid-tyBaN9maMk .mbr-title,
.cid-tyBaN9maMk .ornament {
  color: #005990;
  text-align: center;
}
.cid-tyBaN9RE9Y {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-tyBaN9RE9Y img,
.cid-tyBaN9RE9Y .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-tyBaN9RE9Y .item:focus,
.cid-tyBaN9RE9Y span:focus {
  outline: none;
}
.cid-tyBaN9RE9Y .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyBaN9RE9Y .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-tyBaN9RE9Y .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tyBaN9RE9Y .item-img {
    padding: 1rem;
  }
}
.cid-tyBaN9RE9Y .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-tyBaN9RE9Y .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyBaN9RE9Y .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tyBaN9RE9Y .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tyBaN9RE9Y .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tyBaN9RE9Y .mbr-text,
.cid-tyBaN9RE9Y .mbr-section-btn {
  text-align: center;
}
.cid-tyBaN9RE9Y .item-title {
  text-align: center;
}
.cid-tyBaN9RE9Y .item-subtitle {
  text-align: center;
}
.cid-tyBaNaGzae.popup-builder {
  background-color: #ffffff;
}
.cid-tyBaNaGzae.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tyBaNaGzae.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tyBaNaGzae .modal-content,
.cid-tyBaNaGzae .modal-dialog {
  height: auto;
}
.cid-tyBaNaGzae .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tyBaNaGzae .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tyBaNaGzae .form-wrapper .mbr-form .form-group,
  .cid-tyBaNaGzae .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tyBaNaGzae .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tyBaNaGzae .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyBaNaGzae .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-tyBaNaGzae .pt-0 {
  padding-top: 0 !important;
}
.cid-tyBaNaGzae .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tyBaNaGzae .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tyBaNaGzae .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tyBaNaGzae .modal-open {
  overflow: hidden;
}
.cid-tyBaNaGzae .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tyBaNaGzae .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tyBaNaGzae .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tyBaNaGzae .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tyBaNaGzae .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tyBaNaGzae .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tyBaNaGzae .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tyBaNaGzae .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tyBaNaGzae .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tyBaNaGzae .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tyBaNaGzae .modal-backdrop.fade {
  opacity: 0;
}
.cid-tyBaNaGzae .modal-backdrop.show {
  opacity: .5;
}
.cid-tyBaNaGzae .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tyBaNaGzae .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tyBaNaGzae .modal-header {
    padding: 1rem;
  }
}
.cid-tyBaNaGzae .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tyBaNaGzae .modal-header .close svg {
  fill: #ffffff;
}
.cid-tyBaNaGzae .modal-header .close:hover {
  opacity: 1;
}
.cid-tyBaNaGzae .modal-header .close:focus {
  outline: none;
}
.cid-tyBaNaGzae .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tyBaNaGzae .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tyBaNaGzae .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyBaNaGzae .modal-body {
    padding: 1rem;
  }
}
.cid-tyBaNaGzae .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tyBaNaGzae .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyBaNaGzae .modal-footer {
    padding: 1rem;
  }
}
.cid-tyBaNaGzae .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tyBaNaGzae .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tyBaNaGzae .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tyBaNaGzae .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tyBaNaGzae .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tyBaNaGzae .modal-lg,
  .cid-tyBaNaGzae .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tyBaNaGzae .modal-xl {
    max-width: 1140px;
  }
}
.cid-tyBaNaGzae .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tyBaNaGzae .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tyBaNaGzae .form-group {
  margin-bottom: 1rem;
}
.cid-tyBaNaGzae .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tyBaNaGzae .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tyBaNaGzae .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tyBaNaGzae .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-tyBaNaGzae .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-tyBaNbA6DX {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-tyBaNbA6DX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyBaNbA6DX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyBaNbA6DX .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tyBaNbA6DX .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tyBaNbA6DX .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tyBaNbA6DX .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tyBaNbA6DX .container {
    max-width: 100%;
  }
  .cid-tyBaNbA6DX .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tyBaNbA6DX .item-wrap {
  width: 100%;
}
.cid-tyBaNbA6DX .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tyBaNbA6DX .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tyBaNbA6DX .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tyBaNbA6DX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tyBaNbA6DX .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tyBaNbA6DX .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tyBaNbA6DX .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tyBaNbA6DX .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tyBaNbA6DX .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-tyBaNbA6DX .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-tyBaNbA6DX .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-tyBaNbA6DX .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tyBaNbA6DX .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tyBaNbA6DX .col-links {
    padding-top: 20px;
  }
}
.cid-tyBaNbA6DX .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tyBaNbA6DX .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tyBaNbA6DX .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tyBaNbA6DX .list {
    text-align: center !important;
  }
}
.cid-tyBaNbA6DX .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tyBaNbA6DX .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tyBaNbA6DX .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tyBaNbA6DX .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-tyBaNbA6DX .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-tyBaNbA6DX .list a:hover:before {
  width: 100%;
}
.cid-tyBaNbA6DX .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tyBaNbA6DX .col-copyright {
    padding-top: 40px;
  }
}
.cid-tyBaNbA6DX .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-tyBaNbA6DX .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-tyw84JyvCP {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-tyw84JyvCP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyw84JyvCP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyw84JyvCP .mbr-text,
.cid-tyw84JyvCP .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tyw84JyvCP .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-tyw84JyvCP .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tyw84K8s8K {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tyw84K8s8K .container-fluid {
  padding: 0 3rem;
}
.cid-tyw84K8s8K .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-tyw84K8s8K .mbr-section-subtitle {
  color: #767676;
}
.cid-tyw84K8s8K .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tyw84K8s8K .table-wrapper {
  margin: 0 auto;
}
.cid-tyw84K8s8K table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tyw84K8s8K table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-tyw84K8s8K table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-tyw84K8s8K table.table {
  background: #fbfbfb;
}
.cid-tyw84K8s8K tr:hover {
  background-color: #e1f4ff !important;
}
.cid-tyw84K8s8K .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-tyw84K8s8K .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tyw84K8s8K .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tyw84K8s8K .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding: 0;
  background: #fbfbfb;
}
.cid-tyw84K8s8K .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-tyw84K8s8K .dataTables_wrapper {
  display: block;
}
.cid-tyw84K8s8K .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tyw84K8s8K .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tyw84K8s8K .head-item:after,
.cid-tyw84K8s8K .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-tyw84K8s8K .dataTables_filter {
    text-align: center;
  }
  .cid-tyw84K8s8K .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-tyw84K8s8K .dataTables_filter {
    text-align: center;
  }
  .cid-tyw84K8s8K .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-tyw84K8s8K .container-fluid {
    padding: 0 1rem;
  }
  .cid-tyw84K8s8K table th,
  .cid-tyw84K8s8K table td {
    padding: .75rem;
  }
}
.cid-tyw84K8s8K .body-item {
  text-align: left;
}
.cid-tyw84K8s8K .head-item {
  color: #000000;
  text-align: left;
}
.cid-tyw84K8s8K .body-item DIV {
  text-align: center;
}
.cid-tyw84K8s8K LABEL {
  text-align: center;
}
.cid-tyw84K8s8K .mbr-section-title,
.cid-tyw84K8s8K .underline {
  color: #777777;
}
.cid-tywadyaQdA {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tywadyaQdA .media-container-row {
  margin-top: 0.5rem;
}
.cid-tywadyaQdA .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-tywadyaQdA .card-img span {
  color: #ffffff;
}
.cid-tywadyaQdA .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-tywadyaQdA .card-title,
.cid-tywadyaQdA .card-img {
  color: #555555;
}
.cid-tywadyaQdA .mbr-section-title {
  font-size: 60px;
}
.cid-tywadyaQdA .mbr-text,
.cid-tywadyaQdA .mbr-section-btn {
  color: #777777;
}
.cid-tywadyaQdA .mbr-title,
.cid-tywadyaQdA .ornament {
  color: #005990;
  text-align: center;
}
.cid-tyw84LiZDM {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-tyw84LiZDM img,
.cid-tyw84LiZDM .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-tyw84LiZDM .item:focus,
.cid-tyw84LiZDM span:focus {
  outline: none;
}
.cid-tyw84LiZDM .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyw84LiZDM .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-tyw84LiZDM .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tyw84LiZDM .item-img {
    padding: 1rem;
  }
}
.cid-tyw84LiZDM .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-tyw84LiZDM .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyw84LiZDM .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tyw84LiZDM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tyw84LiZDM .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tyw84LiZDM .mbr-text,
.cid-tyw84LiZDM .mbr-section-btn {
  text-align: center;
}
.cid-tyw84LiZDM .item-title {
  text-align: center;
}
.cid-tyw84LiZDM .item-subtitle {
  text-align: center;
}
.cid-tyw84M1sr7.popup-builder {
  background-color: #ffffff;
}
.cid-tyw84M1sr7.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tyw84M1sr7.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tyw84M1sr7 .modal-content,
.cid-tyw84M1sr7 .modal-dialog {
  height: auto;
}
.cid-tyw84M1sr7 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tyw84M1sr7 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tyw84M1sr7 .form-wrapper .mbr-form .form-group,
  .cid-tyw84M1sr7 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tyw84M1sr7 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tyw84M1sr7 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyw84M1sr7 .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-tyw84M1sr7 .pt-0 {
  padding-top: 0 !important;
}
.cid-tyw84M1sr7 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tyw84M1sr7 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tyw84M1sr7 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tyw84M1sr7 .modal-open {
  overflow: hidden;
}
.cid-tyw84M1sr7 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tyw84M1sr7 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tyw84M1sr7 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tyw84M1sr7 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tyw84M1sr7 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tyw84M1sr7 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tyw84M1sr7 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tyw84M1sr7 .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tyw84M1sr7 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tyw84M1sr7 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tyw84M1sr7 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tyw84M1sr7 .modal-backdrop.show {
  opacity: .5;
}
.cid-tyw84M1sr7 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tyw84M1sr7 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tyw84M1sr7 .modal-header {
    padding: 1rem;
  }
}
.cid-tyw84M1sr7 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tyw84M1sr7 .modal-header .close svg {
  fill: #ffffff;
}
.cid-tyw84M1sr7 .modal-header .close:hover {
  opacity: 1;
}
.cid-tyw84M1sr7 .modal-header .close:focus {
  outline: none;
}
.cid-tyw84M1sr7 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tyw84M1sr7 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tyw84M1sr7 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyw84M1sr7 .modal-body {
    padding: 1rem;
  }
}
.cid-tyw84M1sr7 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tyw84M1sr7 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyw84M1sr7 .modal-footer {
    padding: 1rem;
  }
}
.cid-tyw84M1sr7 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tyw84M1sr7 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tyw84M1sr7 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tyw84M1sr7 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tyw84M1sr7 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tyw84M1sr7 .modal-lg,
  .cid-tyw84M1sr7 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tyw84M1sr7 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tyw84M1sr7 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tyw84M1sr7 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tyw84M1sr7 .form-group {
  margin-bottom: 1rem;
}
.cid-tyw84M1sr7 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tyw84M1sr7 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tyw84M1sr7 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tyw84M1sr7 .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-tyw84M1sr7 .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-tyw84MJfSp {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-tyw84MJfSp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyw84MJfSp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyw84MJfSp .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tyw84MJfSp .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tyw84MJfSp .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tyw84MJfSp .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tyw84MJfSp .container {
    max-width: 100%;
  }
  .cid-tyw84MJfSp .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tyw84MJfSp .item-wrap {
  width: 100%;
}
.cid-tyw84MJfSp .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tyw84MJfSp .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tyw84MJfSp .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tyw84MJfSp .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tyw84MJfSp .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tyw84MJfSp .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tyw84MJfSp .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tyw84MJfSp .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tyw84MJfSp .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-tyw84MJfSp .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-tyw84MJfSp .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-tyw84MJfSp .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tyw84MJfSp .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tyw84MJfSp .col-links {
    padding-top: 20px;
  }
}
.cid-tyw84MJfSp .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tyw84MJfSp .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tyw84MJfSp .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tyw84MJfSp .list {
    text-align: center !important;
  }
}
.cid-tyw84MJfSp .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tyw84MJfSp .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tyw84MJfSp .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tyw84MJfSp .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-tyw84MJfSp .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-tyw84MJfSp .list a:hover:before {
  width: 100%;
}
.cid-tyw84MJfSp .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tyw84MJfSp .col-copyright {
    padding-top: 40px;
  }
}
.cid-tyw84MJfSp .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-tyw84MJfSp .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-tyBGYjYc2e {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-tyBGYjYc2e .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyBGYjYc2e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyBGYjYc2e .mbr-text,
.cid-tyBGYjYc2e .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tyBGYjYc2e .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-tyBGYjYc2e .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tyBGYkz0T5 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tyBGYkz0T5 .container-fluid {
  padding: 0 3rem;
}
.cid-tyBGYkz0T5 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-tyBGYkz0T5 .mbr-section-subtitle {
  color: #767676;
}
.cid-tyBGYkz0T5 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tyBGYkz0T5 .table-wrapper {
  margin: 0 auto;
}
.cid-tyBGYkz0T5 table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tyBGYkz0T5 table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-tyBGYkz0T5 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-tyBGYkz0T5 table.table {
  background: #fbfbfb;
}
.cid-tyBGYkz0T5 tr:hover {
  background-color: #e1f4ff !important;
}
.cid-tyBGYkz0T5 .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-tyBGYkz0T5 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tyBGYkz0T5 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tyBGYkz0T5 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding: 0;
  background: #fbfbfb;
}
.cid-tyBGYkz0T5 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-tyBGYkz0T5 .dataTables_wrapper {
  display: block;
}
.cid-tyBGYkz0T5 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tyBGYkz0T5 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tyBGYkz0T5 .head-item:after,
.cid-tyBGYkz0T5 .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-tyBGYkz0T5 .dataTables_filter {
    text-align: center;
  }
  .cid-tyBGYkz0T5 .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-tyBGYkz0T5 .dataTables_filter {
    text-align: center;
  }
  .cid-tyBGYkz0T5 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-tyBGYkz0T5 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tyBGYkz0T5 table th,
  .cid-tyBGYkz0T5 table td {
    padding: .75rem;
  }
}
.cid-tyBGYkz0T5 .body-item {
  text-align: left;
}
.cid-tyBGYkz0T5 .head-item {
  color: #000000;
  text-align: left;
}
.cid-tyBGYkz0T5 .body-item DIV {
  text-align: center;
}
.cid-tyBGYkz0T5 .mbr-section-title,
.cid-tyBGYkz0T5 .underline {
  color: #777777;
}
.cid-tyBWAs904T {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tyBWAs904T .media-container-row {
  margin-top: 0.5rem;
}
.cid-tyBWAs904T .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-tyBWAs904T .card-img span {
  color: #ffffff;
}
.cid-tyBWAs904T .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-tyBWAs904T .card-title,
.cid-tyBWAs904T .card-img {
  color: #555555;
}
.cid-tyBWAs904T .mbr-section-title {
  font-size: 60px;
}
.cid-tyBWAs904T .mbr-text,
.cid-tyBWAs904T .mbr-section-btn {
  color: #777777;
}
.cid-tyBWAs904T .mbr-title,
.cid-tyBWAs904T .ornament {
  color: #005990;
  text-align: center;
}
.cid-tyBGYmOOI1 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-tyBGYmOOI1 img,
.cid-tyBGYmOOI1 .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-tyBGYmOOI1 .item:focus,
.cid-tyBGYmOOI1 span:focus {
  outline: none;
}
.cid-tyBGYmOOI1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyBGYmOOI1 .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-tyBGYmOOI1 .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tyBGYmOOI1 .item-img {
    padding: 1rem;
  }
}
.cid-tyBGYmOOI1 .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-tyBGYmOOI1 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyBGYmOOI1 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tyBGYmOOI1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tyBGYmOOI1 .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tyBGYmOOI1 .mbr-text,
.cid-tyBGYmOOI1 .mbr-section-btn {
  text-align: center;
}
.cid-tyBGYmOOI1 .item-title {
  text-align: center;
}
.cid-tyBGYmOOI1 .item-subtitle {
  text-align: center;
}
.cid-tyBGYnB9L4.popup-builder {
  background-color: #ffffff;
}
.cid-tyBGYnB9L4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tyBGYnB9L4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tyBGYnB9L4 .modal-content,
.cid-tyBGYnB9L4 .modal-dialog {
  height: auto;
}
.cid-tyBGYnB9L4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tyBGYnB9L4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tyBGYnB9L4 .form-wrapper .mbr-form .form-group,
  .cid-tyBGYnB9L4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tyBGYnB9L4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tyBGYnB9L4 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyBGYnB9L4 .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-tyBGYnB9L4 .pt-0 {
  padding-top: 0 !important;
}
.cid-tyBGYnB9L4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tyBGYnB9L4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tyBGYnB9L4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tyBGYnB9L4 .modal-open {
  overflow: hidden;
}
.cid-tyBGYnB9L4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tyBGYnB9L4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tyBGYnB9L4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tyBGYnB9L4 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tyBGYnB9L4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tyBGYnB9L4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tyBGYnB9L4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tyBGYnB9L4 .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tyBGYnB9L4 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tyBGYnB9L4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tyBGYnB9L4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tyBGYnB9L4 .modal-backdrop.show {
  opacity: .5;
}
.cid-tyBGYnB9L4 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tyBGYnB9L4 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tyBGYnB9L4 .modal-header {
    padding: 1rem;
  }
}
.cid-tyBGYnB9L4 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tyBGYnB9L4 .modal-header .close svg {
  fill: #ffffff;
}
.cid-tyBGYnB9L4 .modal-header .close:hover {
  opacity: 1;
}
.cid-tyBGYnB9L4 .modal-header .close:focus {
  outline: none;
}
.cid-tyBGYnB9L4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tyBGYnB9L4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tyBGYnB9L4 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyBGYnB9L4 .modal-body {
    padding: 1rem;
  }
}
.cid-tyBGYnB9L4 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tyBGYnB9L4 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyBGYnB9L4 .modal-footer {
    padding: 1rem;
  }
}
.cid-tyBGYnB9L4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tyBGYnB9L4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tyBGYnB9L4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tyBGYnB9L4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tyBGYnB9L4 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tyBGYnB9L4 .modal-lg,
  .cid-tyBGYnB9L4 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tyBGYnB9L4 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tyBGYnB9L4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tyBGYnB9L4 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tyBGYnB9L4 .form-group {
  margin-bottom: 1rem;
}
.cid-tyBGYnB9L4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tyBGYnB9L4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tyBGYnB9L4 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tyBGYnB9L4 .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-tyBGYnB9L4 .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-tyBGYonlfW {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-tyBGYonlfW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyBGYonlfW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyBGYonlfW .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tyBGYonlfW .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tyBGYonlfW .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tyBGYonlfW .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tyBGYonlfW .container {
    max-width: 100%;
  }
  .cid-tyBGYonlfW .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tyBGYonlfW .item-wrap {
  width: 100%;
}
.cid-tyBGYonlfW .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tyBGYonlfW .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tyBGYonlfW .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tyBGYonlfW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tyBGYonlfW .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tyBGYonlfW .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tyBGYonlfW .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tyBGYonlfW .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tyBGYonlfW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-tyBGYonlfW .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-tyBGYonlfW .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-tyBGYonlfW .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tyBGYonlfW .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tyBGYonlfW .col-links {
    padding-top: 20px;
  }
}
.cid-tyBGYonlfW .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tyBGYonlfW .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tyBGYonlfW .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tyBGYonlfW .list {
    text-align: center !important;
  }
}
.cid-tyBGYonlfW .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tyBGYonlfW .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tyBGYonlfW .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tyBGYonlfW .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-tyBGYonlfW .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-tyBGYonlfW .list a:hover:before {
  width: 100%;
}
.cid-tyBGYonlfW .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tyBGYonlfW .col-copyright {
    padding-top: 40px;
  }
}
.cid-tyBGYonlfW .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-tyBGYonlfW .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-tyBMS1Vp7i {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-tyBMS1Vp7i .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyBMS1Vp7i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyBMS1Vp7i .mbr-text,
.cid-tyBMS1Vp7i .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tyBMS1Vp7i .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-tyBMS1Vp7i .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tyBMS2BWVg {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tyBMS2BWVg .container-fluid {
  padding: 0 3rem;
}
.cid-tyBMS2BWVg .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-tyBMS2BWVg .mbr-section-subtitle {
  color: #767676;
}
.cid-tyBMS2BWVg .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tyBMS2BWVg .table-wrapper {
  margin: 0 auto;
}
.cid-tyBMS2BWVg table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tyBMS2BWVg table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-tyBMS2BWVg table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-tyBMS2BWVg table.table {
  background: #fbfbfb;
}
.cid-tyBMS2BWVg tr:hover {
  background-color: #e1f4ff !important;
}
.cid-tyBMS2BWVg .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-tyBMS2BWVg .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tyBMS2BWVg .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tyBMS2BWVg .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding: 0;
  background: #fbfbfb;
}
.cid-tyBMS2BWVg .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-tyBMS2BWVg .dataTables_wrapper {
  display: block;
}
.cid-tyBMS2BWVg .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tyBMS2BWVg .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tyBMS2BWVg .head-item:after,
.cid-tyBMS2BWVg .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-tyBMS2BWVg .dataTables_filter {
    text-align: center;
  }
  .cid-tyBMS2BWVg .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-tyBMS2BWVg .dataTables_filter {
    text-align: center;
  }
  .cid-tyBMS2BWVg .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-tyBMS2BWVg .container-fluid {
    padding: 0 1rem;
  }
  .cid-tyBMS2BWVg table th,
  .cid-tyBMS2BWVg table td {
    padding: .75rem;
  }
}
.cid-tyBMS2BWVg .body-item {
  text-align: left;
}
.cid-tyBMS2BWVg .head-item {
  color: #000000;
  text-align: left;
}
.cid-tyBMS2BWVg .body-item DIV {
  text-align: center;
}
.cid-tyBMS2BWVg .mbr-section-title,
.cid-tyBMS2BWVg .underline {
  color: #777777;
}
.cid-tyBWFbcDxp {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tyBWFbcDxp .media-container-row {
  margin-top: 0.5rem;
}
.cid-tyBWFbcDxp .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-tyBWFbcDxp .card-img span {
  color: #ffffff;
}
.cid-tyBWFbcDxp .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-tyBWFbcDxp .card-title,
.cid-tyBWFbcDxp .card-img {
  color: #555555;
}
.cid-tyBWFbcDxp .mbr-section-title {
  font-size: 60px;
}
.cid-tyBWFbcDxp .mbr-text,
.cid-tyBWFbcDxp .mbr-section-btn {
  color: #777777;
}
.cid-tyBWFbcDxp .mbr-title,
.cid-tyBWFbcDxp .ornament {
  color: #005990;
  text-align: center;
}
.cid-tyBMS4GywM {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-tyBMS4GywM img,
.cid-tyBMS4GywM .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-tyBMS4GywM .item:focus,
.cid-tyBMS4GywM span:focus {
  outline: none;
}
.cid-tyBMS4GywM .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyBMS4GywM .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-tyBMS4GywM .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tyBMS4GywM .item-img {
    padding: 1rem;
  }
}
.cid-tyBMS4GywM .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-tyBMS4GywM .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyBMS4GywM .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tyBMS4GywM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tyBMS4GywM .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tyBMS4GywM .mbr-text,
.cid-tyBMS4GywM .mbr-section-btn {
  text-align: center;
}
.cid-tyBMS4GywM .item-title {
  text-align: center;
}
.cid-tyBMS4GywM .item-subtitle {
  text-align: center;
}
.cid-tyBMS5pAbt.popup-builder {
  background-color: #ffffff;
}
.cid-tyBMS5pAbt.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tyBMS5pAbt.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tyBMS5pAbt .modal-content,
.cid-tyBMS5pAbt .modal-dialog {
  height: auto;
}
.cid-tyBMS5pAbt .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tyBMS5pAbt .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tyBMS5pAbt .form-wrapper .mbr-form .form-group,
  .cid-tyBMS5pAbt .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tyBMS5pAbt .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tyBMS5pAbt .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyBMS5pAbt .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-tyBMS5pAbt .pt-0 {
  padding-top: 0 !important;
}
.cid-tyBMS5pAbt .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tyBMS5pAbt .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tyBMS5pAbt .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tyBMS5pAbt .modal-open {
  overflow: hidden;
}
.cid-tyBMS5pAbt .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tyBMS5pAbt .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tyBMS5pAbt .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tyBMS5pAbt .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tyBMS5pAbt .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tyBMS5pAbt .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tyBMS5pAbt .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tyBMS5pAbt .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tyBMS5pAbt .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tyBMS5pAbt .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tyBMS5pAbt .modal-backdrop.fade {
  opacity: 0;
}
.cid-tyBMS5pAbt .modal-backdrop.show {
  opacity: .5;
}
.cid-tyBMS5pAbt .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tyBMS5pAbt .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tyBMS5pAbt .modal-header {
    padding: 1rem;
  }
}
.cid-tyBMS5pAbt .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tyBMS5pAbt .modal-header .close svg {
  fill: #ffffff;
}
.cid-tyBMS5pAbt .modal-header .close:hover {
  opacity: 1;
}
.cid-tyBMS5pAbt .modal-header .close:focus {
  outline: none;
}
.cid-tyBMS5pAbt .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tyBMS5pAbt .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tyBMS5pAbt .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyBMS5pAbt .modal-body {
    padding: 1rem;
  }
}
.cid-tyBMS5pAbt .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tyBMS5pAbt .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyBMS5pAbt .modal-footer {
    padding: 1rem;
  }
}
.cid-tyBMS5pAbt .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tyBMS5pAbt .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tyBMS5pAbt .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tyBMS5pAbt .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tyBMS5pAbt .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tyBMS5pAbt .modal-lg,
  .cid-tyBMS5pAbt .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tyBMS5pAbt .modal-xl {
    max-width: 1140px;
  }
}
.cid-tyBMS5pAbt .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tyBMS5pAbt .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tyBMS5pAbt .form-group {
  margin-bottom: 1rem;
}
.cid-tyBMS5pAbt .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tyBMS5pAbt .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tyBMS5pAbt .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tyBMS5pAbt .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-tyBMS5pAbt .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-tyBMS6cudf {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-tyBMS6cudf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyBMS6cudf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyBMS6cudf .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tyBMS6cudf .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tyBMS6cudf .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tyBMS6cudf .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tyBMS6cudf .container {
    max-width: 100%;
  }
  .cid-tyBMS6cudf .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tyBMS6cudf .item-wrap {
  width: 100%;
}
.cid-tyBMS6cudf .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tyBMS6cudf .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tyBMS6cudf .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tyBMS6cudf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tyBMS6cudf .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tyBMS6cudf .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tyBMS6cudf .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tyBMS6cudf .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tyBMS6cudf .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-tyBMS6cudf .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-tyBMS6cudf .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-tyBMS6cudf .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tyBMS6cudf .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tyBMS6cudf .col-links {
    padding-top: 20px;
  }
}
.cid-tyBMS6cudf .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tyBMS6cudf .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tyBMS6cudf .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tyBMS6cudf .list {
    text-align: center !important;
  }
}
.cid-tyBMS6cudf .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tyBMS6cudf .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tyBMS6cudf .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tyBMS6cudf .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-tyBMS6cudf .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-tyBMS6cudf .list a:hover:before {
  width: 100%;
}
.cid-tyBMS6cudf .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tyBMS6cudf .col-copyright {
    padding-top: 40px;
  }
}
.cid-tyBMS6cudf .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-tyBMS6cudf .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-tywb0RwYMf {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-tywb0RwYMf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tywb0RwYMf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tywb0RwYMf .mbr-text,
.cid-tywb0RwYMf .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tywb0RwYMf .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-tywb0RwYMf .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tywb0SouiM {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tywb0SouiM .container-fluid {
  padding: 0 3rem;
}
.cid-tywb0SouiM .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-tywb0SouiM .mbr-section-subtitle {
  color: #767676;
}
.cid-tywb0SouiM .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tywb0SouiM .table-wrapper {
  margin: 0 auto;
}
.cid-tywb0SouiM table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tywb0SouiM table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-tywb0SouiM table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-tywb0SouiM table.table {
  background: #fbfbfb;
}
.cid-tywb0SouiM tr:hover {
  background-color: #e1f4ff !important;
}
.cid-tywb0SouiM .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-tywb0SouiM .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tywb0SouiM .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tywb0SouiM .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding: 0;
  background: #fbfbfb;
}
.cid-tywb0SouiM .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-tywb0SouiM .dataTables_wrapper {
  display: block;
}
.cid-tywb0SouiM .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tywb0SouiM .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tywb0SouiM .head-item:after,
.cid-tywb0SouiM .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-tywb0SouiM .dataTables_filter {
    text-align: center;
  }
  .cid-tywb0SouiM .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-tywb0SouiM .dataTables_filter {
    text-align: center;
  }
  .cid-tywb0SouiM .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-tywb0SouiM .container-fluid {
    padding: 0 1rem;
  }
  .cid-tywb0SouiM table th,
  .cid-tywb0SouiM table td {
    padding: .75rem;
  }
}
.cid-tywb0SouiM .body-item {
  text-align: left;
}
.cid-tywb0SouiM .head-item {
  color: #000000;
  text-align: left;
}
.cid-tywb0SouiM .body-item DIV {
  text-align: center;
}
.cid-tywb0SouiM .mbr-section-title,
.cid-tywb0SouiM .underline {
  color: #777777;
}
.cid-tywdgZf6Fu {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tywdgZf6Fu .media-container-row {
  margin-top: 0.5rem;
}
.cid-tywdgZf6Fu .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-tywdgZf6Fu .card-img span {
  color: #ffffff;
}
.cid-tywdgZf6Fu .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-tywdgZf6Fu .card-title,
.cid-tywdgZf6Fu .card-img {
  color: #555555;
}
.cid-tywdgZf6Fu .mbr-section-title {
  font-size: 60px;
}
.cid-tywdgZf6Fu .mbr-text,
.cid-tywdgZf6Fu .mbr-section-btn {
  color: #777777;
}
.cid-tywdgZf6Fu .mbr-title,
.cid-tywdgZf6Fu .ornament {
  color: #005990;
  text-align: center;
}
.cid-tywb0Uq5Fc {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-tywb0Uq5Fc img,
.cid-tywb0Uq5Fc .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-tywb0Uq5Fc .item:focus,
.cid-tywb0Uq5Fc span:focus {
  outline: none;
}
.cid-tywb0Uq5Fc .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tywb0Uq5Fc .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-tywb0Uq5Fc .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tywb0Uq5Fc .item-img {
    padding: 1rem;
  }
}
.cid-tywb0Uq5Fc .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-tywb0Uq5Fc .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tywb0Uq5Fc .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tywb0Uq5Fc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tywb0Uq5Fc .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tywb0Uq5Fc .mbr-text,
.cid-tywb0Uq5Fc .mbr-section-btn {
  text-align: center;
}
.cid-tywb0Uq5Fc .item-title {
  text-align: center;
}
.cid-tywb0Uq5Fc .item-subtitle {
  text-align: center;
}
.cid-tywb0VdUSM.popup-builder {
  background-color: #ffffff;
}
.cid-tywb0VdUSM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tywb0VdUSM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tywb0VdUSM .modal-content,
.cid-tywb0VdUSM .modal-dialog {
  height: auto;
}
.cid-tywb0VdUSM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tywb0VdUSM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tywb0VdUSM .form-wrapper .mbr-form .form-group,
  .cid-tywb0VdUSM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tywb0VdUSM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tywb0VdUSM .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tywb0VdUSM .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-tywb0VdUSM .pt-0 {
  padding-top: 0 !important;
}
.cid-tywb0VdUSM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tywb0VdUSM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tywb0VdUSM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tywb0VdUSM .modal-open {
  overflow: hidden;
}
.cid-tywb0VdUSM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tywb0VdUSM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tywb0VdUSM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tywb0VdUSM .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tywb0VdUSM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tywb0VdUSM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tywb0VdUSM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tywb0VdUSM .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tywb0VdUSM .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tywb0VdUSM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tywb0VdUSM .modal-backdrop.fade {
  opacity: 0;
}
.cid-tywb0VdUSM .modal-backdrop.show {
  opacity: .5;
}
.cid-tywb0VdUSM .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tywb0VdUSM .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tywb0VdUSM .modal-header {
    padding: 1rem;
  }
}
.cid-tywb0VdUSM .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tywb0VdUSM .modal-header .close svg {
  fill: #ffffff;
}
.cid-tywb0VdUSM .modal-header .close:hover {
  opacity: 1;
}
.cid-tywb0VdUSM .modal-header .close:focus {
  outline: none;
}
.cid-tywb0VdUSM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tywb0VdUSM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tywb0VdUSM .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tywb0VdUSM .modal-body {
    padding: 1rem;
  }
}
.cid-tywb0VdUSM .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tywb0VdUSM .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tywb0VdUSM .modal-footer {
    padding: 1rem;
  }
}
.cid-tywb0VdUSM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tywb0VdUSM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tywb0VdUSM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tywb0VdUSM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tywb0VdUSM .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tywb0VdUSM .modal-lg,
  .cid-tywb0VdUSM .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tywb0VdUSM .modal-xl {
    max-width: 1140px;
  }
}
.cid-tywb0VdUSM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tywb0VdUSM .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tywb0VdUSM .form-group {
  margin-bottom: 1rem;
}
.cid-tywb0VdUSM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tywb0VdUSM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tywb0VdUSM .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tywb0VdUSM .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-tywb0VdUSM .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-tywb0VWUUZ {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-tywb0VWUUZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tywb0VWUUZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tywb0VWUUZ .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tywb0VWUUZ .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tywb0VWUUZ .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tywb0VWUUZ .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tywb0VWUUZ .container {
    max-width: 100%;
  }
  .cid-tywb0VWUUZ .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tywb0VWUUZ .item-wrap {
  width: 100%;
}
.cid-tywb0VWUUZ .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tywb0VWUUZ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tywb0VWUUZ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tywb0VWUUZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tywb0VWUUZ .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tywb0VWUUZ .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tywb0VWUUZ .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tywb0VWUUZ .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tywb0VWUUZ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-tywb0VWUUZ .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-tywb0VWUUZ .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-tywb0VWUUZ .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tywb0VWUUZ .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tywb0VWUUZ .col-links {
    padding-top: 20px;
  }
}
.cid-tywb0VWUUZ .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tywb0VWUUZ .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tywb0VWUUZ .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tywb0VWUUZ .list {
    text-align: center !important;
  }
}
.cid-tywb0VWUUZ .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tywb0VWUUZ .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tywb0VWUUZ .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tywb0VWUUZ .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-tywb0VWUUZ .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-tywb0VWUUZ .list a:hover:before {
  width: 100%;
}
.cid-tywb0VWUUZ .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tywb0VWUUZ .col-copyright {
    padding-top: 40px;
  }
}
.cid-tywb0VWUUZ .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-tywb0VWUUZ .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-tywdz3ttDP {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-tywdz3ttDP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tywdz3ttDP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tywdz3ttDP .mbr-text,
.cid-tywdz3ttDP .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tywdz3ttDP .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-tywdz3ttDP .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tywdz4kkl6 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tywdz4kkl6 .container-fluid {
  padding: 0 3rem;
}
.cid-tywdz4kkl6 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-tywdz4kkl6 .mbr-section-subtitle {
  color: #767676;
}
.cid-tywdz4kkl6 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tywdz4kkl6 .table-wrapper {
  margin: 0 auto;
}
.cid-tywdz4kkl6 table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tywdz4kkl6 table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-tywdz4kkl6 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-tywdz4kkl6 table.table {
  background: #fbfbfb;
}
.cid-tywdz4kkl6 tr:hover {
  background-color: #e1f4ff !important;
}
.cid-tywdz4kkl6 .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-tywdz4kkl6 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tywdz4kkl6 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tywdz4kkl6 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding: 0;
  background: #fbfbfb;
}
.cid-tywdz4kkl6 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-tywdz4kkl6 .dataTables_wrapper {
  display: block;
}
.cid-tywdz4kkl6 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tywdz4kkl6 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tywdz4kkl6 .head-item:after,
.cid-tywdz4kkl6 .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-tywdz4kkl6 .dataTables_filter {
    text-align: center;
  }
  .cid-tywdz4kkl6 .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-tywdz4kkl6 .dataTables_filter {
    text-align: center;
  }
  .cid-tywdz4kkl6 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-tywdz4kkl6 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tywdz4kkl6 table th,
  .cid-tywdz4kkl6 table td {
    padding: .75rem;
  }
}
.cid-tywdz4kkl6 .body-item {
  text-align: left;
}
.cid-tywdz4kkl6 .head-item {
  color: #000000;
  text-align: left;
}
.cid-tywdz4kkl6 .body-item DIV {
  text-align: center;
}
.cid-tywdz4kkl6 .mbr-section-title,
.cid-tywdz4kkl6 .underline {
  color: #777777;
}
.cid-tywdz5YVcq {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tywdz5YVcq .media-container-row {
  margin-top: 0.5rem;
}
.cid-tywdz5YVcq .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-tywdz5YVcq .card-img span {
  color: #ffffff;
}
.cid-tywdz5YVcq .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-tywdz5YVcq .card-title,
.cid-tywdz5YVcq .card-img {
  color: #555555;
}
.cid-tywdz5YVcq .mbr-section-title {
  font-size: 60px;
}
.cid-tywdz5YVcq .mbr-text,
.cid-tywdz5YVcq .mbr-section-btn {
  color: #777777;
}
.cid-tywdz5YVcq .mbr-title,
.cid-tywdz5YVcq .ornament {
  color: #005990;
  text-align: center;
}
.cid-tywdz6z53N {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-tywdz6z53N img,
.cid-tywdz6z53N .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-tywdz6z53N .item:focus,
.cid-tywdz6z53N span:focus {
  outline: none;
}
.cid-tywdz6z53N .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tywdz6z53N .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-tywdz6z53N .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tywdz6z53N .item-img {
    padding: 1rem;
  }
}
.cid-tywdz6z53N .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-tywdz6z53N .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tywdz6z53N .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tywdz6z53N .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tywdz6z53N .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tywdz6z53N .mbr-text,
.cid-tywdz6z53N .mbr-section-btn {
  text-align: center;
}
.cid-tywdz6z53N .item-title {
  text-align: center;
}
.cid-tywdz6z53N .item-subtitle {
  text-align: center;
}
.cid-tywdz7huVQ.popup-builder {
  background-color: #ffffff;
}
.cid-tywdz7huVQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tywdz7huVQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tywdz7huVQ .modal-content,
.cid-tywdz7huVQ .modal-dialog {
  height: auto;
}
.cid-tywdz7huVQ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tywdz7huVQ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tywdz7huVQ .form-wrapper .mbr-form .form-group,
  .cid-tywdz7huVQ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tywdz7huVQ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tywdz7huVQ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tywdz7huVQ .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-tywdz7huVQ .pt-0 {
  padding-top: 0 !important;
}
.cid-tywdz7huVQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tywdz7huVQ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tywdz7huVQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tywdz7huVQ .modal-open {
  overflow: hidden;
}
.cid-tywdz7huVQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tywdz7huVQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tywdz7huVQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tywdz7huVQ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tywdz7huVQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tywdz7huVQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tywdz7huVQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tywdz7huVQ .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tywdz7huVQ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tywdz7huVQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tywdz7huVQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-tywdz7huVQ .modal-backdrop.show {
  opacity: .5;
}
.cid-tywdz7huVQ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tywdz7huVQ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tywdz7huVQ .modal-header {
    padding: 1rem;
  }
}
.cid-tywdz7huVQ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tywdz7huVQ .modal-header .close svg {
  fill: #ffffff;
}
.cid-tywdz7huVQ .modal-header .close:hover {
  opacity: 1;
}
.cid-tywdz7huVQ .modal-header .close:focus {
  outline: none;
}
.cid-tywdz7huVQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tywdz7huVQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tywdz7huVQ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tywdz7huVQ .modal-body {
    padding: 1rem;
  }
}
.cid-tywdz7huVQ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tywdz7huVQ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tywdz7huVQ .modal-footer {
    padding: 1rem;
  }
}
.cid-tywdz7huVQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tywdz7huVQ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tywdz7huVQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tywdz7huVQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tywdz7huVQ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tywdz7huVQ .modal-lg,
  .cid-tywdz7huVQ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tywdz7huVQ .modal-xl {
    max-width: 1140px;
  }
}
.cid-tywdz7huVQ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tywdz7huVQ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tywdz7huVQ .form-group {
  margin-bottom: 1rem;
}
.cid-tywdz7huVQ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tywdz7huVQ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tywdz7huVQ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tywdz7huVQ .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-tywdz7huVQ .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-tywdz7ZGEF {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-tywdz7ZGEF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tywdz7ZGEF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tywdz7ZGEF .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tywdz7ZGEF .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tywdz7ZGEF .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tywdz7ZGEF .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tywdz7ZGEF .container {
    max-width: 100%;
  }
  .cid-tywdz7ZGEF .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tywdz7ZGEF .item-wrap {
  width: 100%;
}
.cid-tywdz7ZGEF .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tywdz7ZGEF .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tywdz7ZGEF .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tywdz7ZGEF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tywdz7ZGEF .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tywdz7ZGEF .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tywdz7ZGEF .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tywdz7ZGEF .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tywdz7ZGEF .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-tywdz7ZGEF .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-tywdz7ZGEF .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-tywdz7ZGEF .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tywdz7ZGEF .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tywdz7ZGEF .col-links {
    padding-top: 20px;
  }
}
.cid-tywdz7ZGEF .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tywdz7ZGEF .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tywdz7ZGEF .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tywdz7ZGEF .list {
    text-align: center !important;
  }
}
.cid-tywdz7ZGEF .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tywdz7ZGEF .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tywdz7ZGEF .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tywdz7ZGEF .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-tywdz7ZGEF .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-tywdz7ZGEF .list a:hover:before {
  width: 100%;
}
.cid-tywdz7ZGEF .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tywdz7ZGEF .col-copyright {
    padding-top: 40px;
  }
}
.cid-tywdz7ZGEF .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-tywdz7ZGEF .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-tyC4eJWvwD {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-tyC4eJWvwD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyC4eJWvwD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyC4eJWvwD .mbr-text,
.cid-tyC4eJWvwD .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tyC4eJWvwD .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-tyC4eJWvwD .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tyC4eKUDNL {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tyC4eKUDNL .container-fluid {
  padding: 0 3rem;
}
.cid-tyC4eKUDNL .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-tyC4eKUDNL .mbr-section-subtitle {
  color: #767676;
}
.cid-tyC4eKUDNL .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tyC4eKUDNL .table-wrapper {
  margin: 0 auto;
}
.cid-tyC4eKUDNL table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tyC4eKUDNL table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-tyC4eKUDNL table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-tyC4eKUDNL table.table {
  background: #fbfbfb;
}
.cid-tyC4eKUDNL tr:hover {
  background-color: #e1f4ff !important;
}
.cid-tyC4eKUDNL .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-tyC4eKUDNL .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tyC4eKUDNL .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tyC4eKUDNL .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding: 0;
  background: #fbfbfb;
}
.cid-tyC4eKUDNL .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-tyC4eKUDNL .dataTables_wrapper {
  display: block;
}
.cid-tyC4eKUDNL .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tyC4eKUDNL .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tyC4eKUDNL .head-item:after,
.cid-tyC4eKUDNL .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-tyC4eKUDNL .dataTables_filter {
    text-align: center;
  }
  .cid-tyC4eKUDNL .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-tyC4eKUDNL .dataTables_filter {
    text-align: center;
  }
  .cid-tyC4eKUDNL .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-tyC4eKUDNL .container-fluid {
    padding: 0 1rem;
  }
  .cid-tyC4eKUDNL table th,
  .cid-tyC4eKUDNL table td {
    padding: .75rem;
  }
}
.cid-tyC4eKUDNL .body-item {
  text-align: left;
}
.cid-tyC4eKUDNL .head-item {
  color: #000000;
  text-align: left;
}
.cid-tyC4eKUDNL .body-item DIV {
  text-align: center;
}
.cid-tyC4eKUDNL .mbr-section-title,
.cid-tyC4eKUDNL .underline {
  color: #777777;
}
.cid-tyC4eMIsdG {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tyC4eMIsdG .media-container-row {
  margin-top: 0.5rem;
}
.cid-tyC4eMIsdG .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-tyC4eMIsdG .card-img span {
  color: #ffffff;
}
.cid-tyC4eMIsdG .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-tyC4eMIsdG .card-title,
.cid-tyC4eMIsdG .card-img {
  color: #555555;
}
.cid-tyC4eMIsdG .mbr-section-title {
  font-size: 60px;
}
.cid-tyC4eMIsdG .mbr-text,
.cid-tyC4eMIsdG .mbr-section-btn {
  color: #777777;
}
.cid-tyC4eMIsdG .mbr-title,
.cid-tyC4eMIsdG .ornament {
  color: #005990;
  text-align: center;
}
.cid-tyC4eNduBi {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-tyC4eNduBi img,
.cid-tyC4eNduBi .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-tyC4eNduBi .item:focus,
.cid-tyC4eNduBi span:focus {
  outline: none;
}
.cid-tyC4eNduBi .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyC4eNduBi .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-tyC4eNduBi .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tyC4eNduBi .item-img {
    padding: 1rem;
  }
}
.cid-tyC4eNduBi .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-tyC4eNduBi .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyC4eNduBi .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tyC4eNduBi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tyC4eNduBi .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tyC4eNduBi .mbr-text,
.cid-tyC4eNduBi .mbr-section-btn {
  text-align: center;
}
.cid-tyC4eNduBi .item-title {
  text-align: center;
}
.cid-tyC4eNduBi .item-subtitle {
  text-align: center;
}
.cid-tyC4eO6Rni.popup-builder {
  background-color: #ffffff;
}
.cid-tyC4eO6Rni.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tyC4eO6Rni.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tyC4eO6Rni .modal-content,
.cid-tyC4eO6Rni .modal-dialog {
  height: auto;
}
.cid-tyC4eO6Rni .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tyC4eO6Rni .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tyC4eO6Rni .form-wrapper .mbr-form .form-group,
  .cid-tyC4eO6Rni .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tyC4eO6Rni .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tyC4eO6Rni .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyC4eO6Rni .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-tyC4eO6Rni .pt-0 {
  padding-top: 0 !important;
}
.cid-tyC4eO6Rni .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tyC4eO6Rni .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tyC4eO6Rni .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tyC4eO6Rni .modal-open {
  overflow: hidden;
}
.cid-tyC4eO6Rni .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tyC4eO6Rni .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tyC4eO6Rni .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tyC4eO6Rni .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tyC4eO6Rni .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tyC4eO6Rni .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tyC4eO6Rni .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tyC4eO6Rni .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tyC4eO6Rni .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tyC4eO6Rni .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tyC4eO6Rni .modal-backdrop.fade {
  opacity: 0;
}
.cid-tyC4eO6Rni .modal-backdrop.show {
  opacity: .5;
}
.cid-tyC4eO6Rni .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tyC4eO6Rni .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tyC4eO6Rni .modal-header {
    padding: 1rem;
  }
}
.cid-tyC4eO6Rni .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tyC4eO6Rni .modal-header .close svg {
  fill: #ffffff;
}
.cid-tyC4eO6Rni .modal-header .close:hover {
  opacity: 1;
}
.cid-tyC4eO6Rni .modal-header .close:focus {
  outline: none;
}
.cid-tyC4eO6Rni .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tyC4eO6Rni .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tyC4eO6Rni .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyC4eO6Rni .modal-body {
    padding: 1rem;
  }
}
.cid-tyC4eO6Rni .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tyC4eO6Rni .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyC4eO6Rni .modal-footer {
    padding: 1rem;
  }
}
.cid-tyC4eO6Rni .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tyC4eO6Rni .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tyC4eO6Rni .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tyC4eO6Rni .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tyC4eO6Rni .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tyC4eO6Rni .modal-lg,
  .cid-tyC4eO6Rni .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tyC4eO6Rni .modal-xl {
    max-width: 1140px;
  }
}
.cid-tyC4eO6Rni .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tyC4eO6Rni .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tyC4eO6Rni .form-group {
  margin-bottom: 1rem;
}
.cid-tyC4eO6Rni .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tyC4eO6Rni .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tyC4eO6Rni .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tyC4eO6Rni .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-tyC4eO6Rni .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-tyC4eORIqV {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-tyC4eORIqV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyC4eORIqV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyC4eORIqV .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tyC4eORIqV .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tyC4eORIqV .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tyC4eORIqV .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tyC4eORIqV .container {
    max-width: 100%;
  }
  .cid-tyC4eORIqV .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tyC4eORIqV .item-wrap {
  width: 100%;
}
.cid-tyC4eORIqV .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tyC4eORIqV .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tyC4eORIqV .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tyC4eORIqV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tyC4eORIqV .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tyC4eORIqV .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tyC4eORIqV .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tyC4eORIqV .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tyC4eORIqV .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-tyC4eORIqV .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-tyC4eORIqV .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-tyC4eORIqV .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tyC4eORIqV .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tyC4eORIqV .col-links {
    padding-top: 20px;
  }
}
.cid-tyC4eORIqV .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tyC4eORIqV .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tyC4eORIqV .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tyC4eORIqV .list {
    text-align: center !important;
  }
}
.cid-tyC4eORIqV .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tyC4eORIqV .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tyC4eORIqV .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tyC4eORIqV .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-tyC4eORIqV .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-tyC4eORIqV .list a:hover:before {
  width: 100%;
}
.cid-tyC4eORIqV .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tyC4eORIqV .col-copyright {
    padding-top: 40px;
  }
}
.cid-tyC4eORIqV .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-tyC4eORIqV .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txghMznMqE {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-txghMznMqE .mbr-fallback-image.disabled {
  display: none;
}
.cid-txghMznMqE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txghMznMqE .mbr-text,
.cid-txghMznMqE .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-txghMznMqE .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-txghMznMqE .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-txgn0wXwTw {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txgn0wXwTw .container-fluid {
  padding: 0 3rem;
}
.cid-txgn0wXwTw .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-txgn0wXwTw .mbr-section-subtitle {
  color: #767676;
}
.cid-txgn0wXwTw .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-txgn0wXwTw .table-wrapper {
  margin: 0 auto;
}
.cid-txgn0wXwTw table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-txgn0wXwTw table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-txgn0wXwTw table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-txgn0wXwTw table.table {
  background: #fbfbfb;
}
.cid-txgn0wXwTw tr:hover {
  background-color: #e1f4ff !important;
}
.cid-txgn0wXwTw .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-txgn0wXwTw .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-txgn0wXwTw .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-txgn0wXwTw .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding: 0;
  background: #fbfbfb;
}
.cid-txgn0wXwTw .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-txgn0wXwTw .dataTables_wrapper {
  display: block;
}
.cid-txgn0wXwTw .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-txgn0wXwTw .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-txgn0wXwTw .head-item:after,
.cid-txgn0wXwTw .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-txgn0wXwTw .dataTables_filter {
    text-align: center;
  }
  .cid-txgn0wXwTw .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-txgn0wXwTw .dataTables_filter {
    text-align: center;
  }
  .cid-txgn0wXwTw .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-txgn0wXwTw .container-fluid {
    padding: 0 1rem;
  }
  .cid-txgn0wXwTw table th,
  .cid-txgn0wXwTw table td {
    padding: .75rem;
  }
}
.cid-txgn0wXwTw .body-item {
  text-align: left;
}
.cid-txgn0wXwTw .head-item {
  color: #000000;
  text-align: left;
}
.cid-txgn0wXwTw .mbr-section-title,
.cid-txgn0wXwTw .underline {
  color: #777777;
}
.cid-txgzdDS1sa {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-txgzdDS1sa .media-container-row {
  margin-top: 0.5rem;
}
.cid-txgzdDS1sa .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-txgzdDS1sa .card-img span {
  color: #ffffff;
}
.cid-txgzdDS1sa .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-txgzdDS1sa .card-title,
.cid-txgzdDS1sa .card-img {
  color: #555555;
}
.cid-txgzdDS1sa .mbr-section-title {
  font-size: 60px;
}
.cid-txgzdDS1sa .mbr-text,
.cid-txgzdDS1sa .mbr-section-btn {
  color: #777777;
}
.cid-txgzdDS1sa .mbr-title,
.cid-txgzdDS1sa .ornament {
  color: #005990;
  text-align: center;
}
.cid-txghMFOsnJ {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-txghMFOsnJ img,
.cid-txghMFOsnJ .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txghMFOsnJ .item:focus,
.cid-txghMFOsnJ span:focus {
  outline: none;
}
.cid-txghMFOsnJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txghMFOsnJ .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txghMFOsnJ .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txghMFOsnJ .item-img {
    padding: 1rem;
  }
}
.cid-txghMFOsnJ .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txghMFOsnJ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txghMFOsnJ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txghMFOsnJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txghMFOsnJ .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txghMFOsnJ .mbr-text,
.cid-txghMFOsnJ .mbr-section-btn {
  text-align: center;
}
.cid-txghMFOsnJ .item-title {
  text-align: center;
}
.cid-txghMFOsnJ .item-subtitle {
  text-align: center;
}
.cid-txghMHqQBH.popup-builder {
  background-color: #ffffff;
}
.cid-txghMHqQBH.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txghMHqQBH.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txghMHqQBH .modal-content,
.cid-txghMHqQBH .modal-dialog {
  height: auto;
}
.cid-txghMHqQBH .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txghMHqQBH .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txghMHqQBH .form-wrapper .mbr-form .form-group,
  .cid-txghMHqQBH .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txghMHqQBH .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txghMHqQBH .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txghMHqQBH .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txghMHqQBH .pt-0 {
  padding-top: 0 !important;
}
.cid-txghMHqQBH .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txghMHqQBH .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txghMHqQBH .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txghMHqQBH .modal-open {
  overflow: hidden;
}
.cid-txghMHqQBH .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txghMHqQBH .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txghMHqQBH .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txghMHqQBH .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txghMHqQBH .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txghMHqQBH .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txghMHqQBH .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txghMHqQBH .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txghMHqQBH .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txghMHqQBH .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txghMHqQBH .modal-backdrop.fade {
  opacity: 0;
}
.cid-txghMHqQBH .modal-backdrop.show {
  opacity: .5;
}
.cid-txghMHqQBH .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txghMHqQBH .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txghMHqQBH .modal-header {
    padding: 1rem;
  }
}
.cid-txghMHqQBH .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txghMHqQBH .modal-header .close svg {
  fill: #ffffff;
}
.cid-txghMHqQBH .modal-header .close:hover {
  opacity: 1;
}
.cid-txghMHqQBH .modal-header .close:focus {
  outline: none;
}
.cid-txghMHqQBH .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txghMHqQBH .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txghMHqQBH .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txghMHqQBH .modal-body {
    padding: 1rem;
  }
}
.cid-txghMHqQBH .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txghMHqQBH .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txghMHqQBH .modal-footer {
    padding: 1rem;
  }
}
.cid-txghMHqQBH .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txghMHqQBH .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txghMHqQBH .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txghMHqQBH .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txghMHqQBH .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txghMHqQBH .modal-lg,
  .cid-txghMHqQBH .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txghMHqQBH .modal-xl {
    max-width: 1140px;
  }
}
.cid-txghMHqQBH .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txghMHqQBH .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txghMHqQBH .form-group {
  margin-bottom: 1rem;
}
.cid-txghMHqQBH .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txghMHqQBH .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txghMHqQBH .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txghMHqQBH .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txghMHqQBH .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txghMId36A {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txghMId36A .mbr-fallback-image.disabled {
  display: none;
}
.cid-txghMId36A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txghMId36A .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txghMId36A .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txghMId36A .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txghMId36A .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txghMId36A .container {
    max-width: 100%;
  }
  .cid-txghMId36A .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txghMId36A .item-wrap {
  width: 100%;
}
.cid-txghMId36A .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txghMId36A .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txghMId36A .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txghMId36A .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txghMId36A .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txghMId36A .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txghMId36A .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txghMId36A .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txghMId36A .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txghMId36A .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txghMId36A .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txghMId36A .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txghMId36A .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txghMId36A .col-links {
    padding-top: 20px;
  }
}
.cid-txghMId36A .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txghMId36A .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txghMId36A .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txghMId36A .list {
    text-align: center !important;
  }
}
.cid-txghMId36A .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txghMId36A .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txghMId36A .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txghMId36A .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txghMId36A .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txghMId36A .list a:hover:before {
  width: 100%;
}
.cid-txghMId36A .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txghMId36A .col-copyright {
    padding-top: 40px;
  }
}
.cid-txghMId36A .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txghMId36A .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txgwqvoRwM {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-txgwqvoRwM .mbr-fallback-image.disabled {
  display: none;
}
.cid-txgwqvoRwM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txgwqvoRwM .mbr-text,
.cid-txgwqvoRwM .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-txgwqvoRwM .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-txgwqvoRwM .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-txgwqwojM2 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txgwqwojM2 .container-fluid {
  padding: 0 3rem;
}
.cid-txgwqwojM2 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-txgwqwojM2 .mbr-section-subtitle {
  color: #767676;
}
.cid-txgwqwojM2 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-txgwqwojM2 .table-wrapper {
  margin: 0 auto;
}
.cid-txgwqwojM2 table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-txgwqwojM2 table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-txgwqwojM2 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-txgwqwojM2 table.table {
  background: #fbfbfb;
}
.cid-txgwqwojM2 tr:hover {
  background-color: #e1f4ff !important;
}
.cid-txgwqwojM2 .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-txgwqwojM2 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-txgwqwojM2 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-txgwqwojM2 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding: 0;
  background: #fbfbfb;
}
.cid-txgwqwojM2 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-txgwqwojM2 .dataTables_wrapper {
  display: block;
}
.cid-txgwqwojM2 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-txgwqwojM2 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-txgwqwojM2 .head-item:after,
.cid-txgwqwojM2 .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-txgwqwojM2 .dataTables_filter {
    text-align: center;
  }
  .cid-txgwqwojM2 .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-txgwqwojM2 .dataTables_filter {
    text-align: center;
  }
  .cid-txgwqwojM2 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-txgwqwojM2 .container-fluid {
    padding: 0 1rem;
  }
  .cid-txgwqwojM2 table th,
  .cid-txgwqwojM2 table td {
    padding: .75rem;
  }
}
.cid-txgwqwojM2 .body-item {
  text-align: left;
}
.cid-txgwqwojM2 .head-item {
  color: #000000;
  text-align: left;
}
.cid-txgwqwojM2 .mbr-section-title,
.cid-txgwqwojM2 .underline {
  color: #777777;
}
.cid-txgAKqVlyc {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-txgAKqVlyc .media-container-row {
  margin-top: 0.5rem;
}
.cid-txgAKqVlyc .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-txgAKqVlyc .card-img span {
  color: #ffffff;
}
.cid-txgAKqVlyc .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-txgAKqVlyc .card-title,
.cid-txgAKqVlyc .card-img {
  color: #555555;
}
.cid-txgAKqVlyc .mbr-section-title {
  font-size: 60px;
}
.cid-txgAKqVlyc .mbr-text,
.cid-txgAKqVlyc .mbr-section-btn {
  color: #777777;
}
.cid-txgAKqVlyc .mbr-title,
.cid-txgAKqVlyc .ornament {
  color: #005990;
  text-align: center;
}
.cid-txgwqz24Z2 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-txgwqz24Z2 img,
.cid-txgwqz24Z2 .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txgwqz24Z2 .item:focus,
.cid-txgwqz24Z2 span:focus {
  outline: none;
}
.cid-txgwqz24Z2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txgwqz24Z2 .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txgwqz24Z2 .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txgwqz24Z2 .item-img {
    padding: 1rem;
  }
}
.cid-txgwqz24Z2 .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txgwqz24Z2 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txgwqz24Z2 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txgwqz24Z2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txgwqz24Z2 .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txgwqz24Z2 .mbr-text,
.cid-txgwqz24Z2 .mbr-section-btn {
  text-align: center;
}
.cid-txgwqz24Z2 .item-title {
  text-align: center;
}
.cid-txgwqz24Z2 .item-subtitle {
  text-align: center;
}
.cid-txgwqAXEML.popup-builder {
  background-color: #ffffff;
}
.cid-txgwqAXEML.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txgwqAXEML.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txgwqAXEML .modal-content,
.cid-txgwqAXEML .modal-dialog {
  height: auto;
}
.cid-txgwqAXEML .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txgwqAXEML .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txgwqAXEML .form-wrapper .mbr-form .form-group,
  .cid-txgwqAXEML .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txgwqAXEML .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txgwqAXEML .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txgwqAXEML .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txgwqAXEML .pt-0 {
  padding-top: 0 !important;
}
.cid-txgwqAXEML .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txgwqAXEML .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txgwqAXEML .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txgwqAXEML .modal-open {
  overflow: hidden;
}
.cid-txgwqAXEML .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txgwqAXEML .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txgwqAXEML .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txgwqAXEML .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txgwqAXEML .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txgwqAXEML .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txgwqAXEML .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txgwqAXEML .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txgwqAXEML .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txgwqAXEML .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txgwqAXEML .modal-backdrop.fade {
  opacity: 0;
}
.cid-txgwqAXEML .modal-backdrop.show {
  opacity: .5;
}
.cid-txgwqAXEML .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txgwqAXEML .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txgwqAXEML .modal-header {
    padding: 1rem;
  }
}
.cid-txgwqAXEML .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txgwqAXEML .modal-header .close svg {
  fill: #ffffff;
}
.cid-txgwqAXEML .modal-header .close:hover {
  opacity: 1;
}
.cid-txgwqAXEML .modal-header .close:focus {
  outline: none;
}
.cid-txgwqAXEML .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txgwqAXEML .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txgwqAXEML .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txgwqAXEML .modal-body {
    padding: 1rem;
  }
}
.cid-txgwqAXEML .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txgwqAXEML .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txgwqAXEML .modal-footer {
    padding: 1rem;
  }
}
.cid-txgwqAXEML .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txgwqAXEML .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txgwqAXEML .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txgwqAXEML .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txgwqAXEML .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txgwqAXEML .modal-lg,
  .cid-txgwqAXEML .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txgwqAXEML .modal-xl {
    max-width: 1140px;
  }
}
.cid-txgwqAXEML .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txgwqAXEML .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txgwqAXEML .form-group {
  margin-bottom: 1rem;
}
.cid-txgwqAXEML .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txgwqAXEML .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txgwqAXEML .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txgwqAXEML .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txgwqAXEML .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txgwqBZyMa {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txgwqBZyMa .mbr-fallback-image.disabled {
  display: none;
}
.cid-txgwqBZyMa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txgwqBZyMa .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txgwqBZyMa .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txgwqBZyMa .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txgwqBZyMa .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txgwqBZyMa .container {
    max-width: 100%;
  }
  .cid-txgwqBZyMa .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txgwqBZyMa .item-wrap {
  width: 100%;
}
.cid-txgwqBZyMa .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txgwqBZyMa .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txgwqBZyMa .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txgwqBZyMa .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txgwqBZyMa .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txgwqBZyMa .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txgwqBZyMa .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txgwqBZyMa .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txgwqBZyMa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txgwqBZyMa .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txgwqBZyMa .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txgwqBZyMa .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txgwqBZyMa .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txgwqBZyMa .col-links {
    padding-top: 20px;
  }
}
.cid-txgwqBZyMa .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txgwqBZyMa .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txgwqBZyMa .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txgwqBZyMa .list {
    text-align: center !important;
  }
}
.cid-txgwqBZyMa .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txgwqBZyMa .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txgwqBZyMa .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txgwqBZyMa .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txgwqBZyMa .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txgwqBZyMa .list a:hover:before {
  width: 100%;
}
.cid-txgwqBZyMa .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txgwqBZyMa .col-copyright {
    padding-top: 40px;
  }
}
.cid-txgwqBZyMa .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txgwqBZyMa .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txhxmAj1sU {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-txhxmAj1sU .mbr-fallback-image.disabled {
  display: none;
}
.cid-txhxmAj1sU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txhxmAj1sU .mbr-text,
.cid-txhxmAj1sU .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-txhxmAj1sU .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-txhxmAj1sU .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-txhxmB5Wm5 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txhxmB5Wm5 .container-fluid {
  padding: 0 3rem;
}
.cid-txhxmB5Wm5 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-txhxmB5Wm5 .mbr-section-subtitle {
  color: #767676;
}
.cid-txhxmB5Wm5 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-txhxmB5Wm5 .table-wrapper {
  margin: 0 auto;
}
.cid-txhxmB5Wm5 table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-txhxmB5Wm5 table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-txhxmB5Wm5 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-txhxmB5Wm5 table.table {
  background: #fbfbfb;
}
.cid-txhxmB5Wm5 tr:hover {
  background-color: #e1f4ff !important;
}
.cid-txhxmB5Wm5 .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-txhxmB5Wm5 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-txhxmB5Wm5 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-txhxmB5Wm5 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding: 0;
  background: #fbfbfb;
}
.cid-txhxmB5Wm5 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-txhxmB5Wm5 .dataTables_wrapper {
  display: block;
}
.cid-txhxmB5Wm5 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-txhxmB5Wm5 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-txhxmB5Wm5 .head-item:after,
.cid-txhxmB5Wm5 .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-txhxmB5Wm5 .dataTables_filter {
    text-align: center;
  }
  .cid-txhxmB5Wm5 .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-txhxmB5Wm5 .dataTables_filter {
    text-align: center;
  }
  .cid-txhxmB5Wm5 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-txhxmB5Wm5 .container-fluid {
    padding: 0 1rem;
  }
  .cid-txhxmB5Wm5 table th,
  .cid-txhxmB5Wm5 table td {
    padding: .75rem;
  }
}
.cid-txhxmB5Wm5 .body-item {
  text-align: left;
}
.cid-txhxmB5Wm5 .head-item {
  color: #000000;
  text-align: left;
}
.cid-txhxmB5Wm5 .mbr-section-title,
.cid-txhxmB5Wm5 .underline {
  color: #777777;
}
.cid-txhxmEevO6 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-txhxmEevO6 img,
.cid-txhxmEevO6 .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txhxmEevO6 .item:focus,
.cid-txhxmEevO6 span:focus {
  outline: none;
}
.cid-txhxmEevO6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txhxmEevO6 .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txhxmEevO6 .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txhxmEevO6 .item-img {
    padding: 1rem;
  }
}
.cid-txhxmEevO6 .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txhxmEevO6 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txhxmEevO6 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txhxmEevO6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txhxmEevO6 .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txhxmEevO6 .mbr-text,
.cid-txhxmEevO6 .mbr-section-btn {
  text-align: center;
}
.cid-txhxmEevO6 .item-title {
  text-align: center;
}
.cid-txhxmEevO6 .item-subtitle {
  text-align: center;
}
.cid-txhxmG2f4l.popup-builder {
  background-color: #ffffff;
}
.cid-txhxmG2f4l.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txhxmG2f4l.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txhxmG2f4l .modal-content,
.cid-txhxmG2f4l .modal-dialog {
  height: auto;
}
.cid-txhxmG2f4l .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txhxmG2f4l .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txhxmG2f4l .form-wrapper .mbr-form .form-group,
  .cid-txhxmG2f4l .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txhxmG2f4l .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txhxmG2f4l .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txhxmG2f4l .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txhxmG2f4l .pt-0 {
  padding-top: 0 !important;
}
.cid-txhxmG2f4l .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txhxmG2f4l .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txhxmG2f4l .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txhxmG2f4l .modal-open {
  overflow: hidden;
}
.cid-txhxmG2f4l .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txhxmG2f4l .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txhxmG2f4l .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txhxmG2f4l .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txhxmG2f4l .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txhxmG2f4l .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txhxmG2f4l .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txhxmG2f4l .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txhxmG2f4l .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txhxmG2f4l .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txhxmG2f4l .modal-backdrop.fade {
  opacity: 0;
}
.cid-txhxmG2f4l .modal-backdrop.show {
  opacity: .5;
}
.cid-txhxmG2f4l .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txhxmG2f4l .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txhxmG2f4l .modal-header {
    padding: 1rem;
  }
}
.cid-txhxmG2f4l .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txhxmG2f4l .modal-header .close svg {
  fill: #ffffff;
}
.cid-txhxmG2f4l .modal-header .close:hover {
  opacity: 1;
}
.cid-txhxmG2f4l .modal-header .close:focus {
  outline: none;
}
.cid-txhxmG2f4l .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txhxmG2f4l .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txhxmG2f4l .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txhxmG2f4l .modal-body {
    padding: 1rem;
  }
}
.cid-txhxmG2f4l .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txhxmG2f4l .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txhxmG2f4l .modal-footer {
    padding: 1rem;
  }
}
.cid-txhxmG2f4l .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txhxmG2f4l .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txhxmG2f4l .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txhxmG2f4l .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txhxmG2f4l .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txhxmG2f4l .modal-lg,
  .cid-txhxmG2f4l .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txhxmG2f4l .modal-xl {
    max-width: 1140px;
  }
}
.cid-txhxmG2f4l .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txhxmG2f4l .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txhxmG2f4l .form-group {
  margin-bottom: 1rem;
}
.cid-txhxmG2f4l .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txhxmG2f4l .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txhxmG2f4l .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txhxmG2f4l .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txhxmG2f4l .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txhxmGSKqv {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txhxmGSKqv .mbr-fallback-image.disabled {
  display: none;
}
.cid-txhxmGSKqv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txhxmGSKqv .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txhxmGSKqv .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txhxmGSKqv .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txhxmGSKqv .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txhxmGSKqv .container {
    max-width: 100%;
  }
  .cid-txhxmGSKqv .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txhxmGSKqv .item-wrap {
  width: 100%;
}
.cid-txhxmGSKqv .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txhxmGSKqv .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txhxmGSKqv .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txhxmGSKqv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txhxmGSKqv .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txhxmGSKqv .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txhxmGSKqv .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txhxmGSKqv .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txhxmGSKqv .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txhxmGSKqv .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txhxmGSKqv .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txhxmGSKqv .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txhxmGSKqv .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txhxmGSKqv .col-links {
    padding-top: 20px;
  }
}
.cid-txhxmGSKqv .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txhxmGSKqv .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txhxmGSKqv .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txhxmGSKqv .list {
    text-align: center !important;
  }
}
.cid-txhxmGSKqv .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txhxmGSKqv .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txhxmGSKqv .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txhxmGSKqv .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txhxmGSKqv .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txhxmGSKqv .list a:hover:before {
  width: 100%;
}
.cid-txhxmGSKqv .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txhxmGSKqv .col-copyright {
    padding-top: 40px;
  }
}
.cid-txhxmGSKqv .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txhxmGSKqv .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txhIXNuEKL {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-txhIXNuEKL .mbr-fallback-image.disabled {
  display: none;
}
.cid-txhIXNuEKL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txhIXNuEKL .mbr-text,
.cid-txhIXNuEKL .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-txhIXNuEKL .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-txhIXNuEKL .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-txhIXOtRZf {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txhIXOtRZf .container-fluid {
  padding: 0 3rem;
}
.cid-txhIXOtRZf .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-txhIXOtRZf .mbr-section-subtitle {
  color: #767676;
}
.cid-txhIXOtRZf .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-txhIXOtRZf .table-wrapper {
  margin: 0 auto;
}
.cid-txhIXOtRZf table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-txhIXOtRZf table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-txhIXOtRZf table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-txhIXOtRZf table.table {
  background: #fbfbfb;
}
.cid-txhIXOtRZf tr:hover {
  background-color: #e1f4ff !important;
}
.cid-txhIXOtRZf .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-txhIXOtRZf .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-txhIXOtRZf .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-txhIXOtRZf .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding: 0;
  background: #fbfbfb;
}
.cid-txhIXOtRZf .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-txhIXOtRZf .dataTables_wrapper {
  display: block;
}
.cid-txhIXOtRZf .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-txhIXOtRZf .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-txhIXOtRZf .head-item:after,
.cid-txhIXOtRZf .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-txhIXOtRZf .dataTables_filter {
    text-align: center;
  }
  .cid-txhIXOtRZf .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-txhIXOtRZf .dataTables_filter {
    text-align: center;
  }
  .cid-txhIXOtRZf .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-txhIXOtRZf .container-fluid {
    padding: 0 1rem;
  }
  .cid-txhIXOtRZf table th,
  .cid-txhIXOtRZf table td {
    padding: .75rem;
  }
}
.cid-txhIXOtRZf .body-item {
  text-align: left;
}
.cid-txhIXOtRZf .head-item {
  color: #000000;
  text-align: left;
}
.cid-txhIXOtRZf .mbr-section-title,
.cid-txhIXOtRZf .underline {
  color: #777777;
}
.cid-txhIXQMHBv {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-txhIXQMHBv img,
.cid-txhIXQMHBv .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txhIXQMHBv .item:focus,
.cid-txhIXQMHBv span:focus {
  outline: none;
}
.cid-txhIXQMHBv .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txhIXQMHBv .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txhIXQMHBv .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txhIXQMHBv .item-img {
    padding: 1rem;
  }
}
.cid-txhIXQMHBv .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txhIXQMHBv .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txhIXQMHBv .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txhIXQMHBv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txhIXQMHBv .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txhIXQMHBv .mbr-text,
.cid-txhIXQMHBv .mbr-section-btn {
  text-align: center;
}
.cid-txhIXQMHBv .item-title {
  text-align: center;
}
.cid-txhIXQMHBv .item-subtitle {
  text-align: center;
}
.cid-txhIXSFYvJ.popup-builder {
  background-color: #ffffff;
}
.cid-txhIXSFYvJ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txhIXSFYvJ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txhIXSFYvJ .modal-content,
.cid-txhIXSFYvJ .modal-dialog {
  height: auto;
}
.cid-txhIXSFYvJ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txhIXSFYvJ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txhIXSFYvJ .form-wrapper .mbr-form .form-group,
  .cid-txhIXSFYvJ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txhIXSFYvJ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txhIXSFYvJ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txhIXSFYvJ .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txhIXSFYvJ .pt-0 {
  padding-top: 0 !important;
}
.cid-txhIXSFYvJ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txhIXSFYvJ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txhIXSFYvJ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txhIXSFYvJ .modal-open {
  overflow: hidden;
}
.cid-txhIXSFYvJ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txhIXSFYvJ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txhIXSFYvJ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txhIXSFYvJ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txhIXSFYvJ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txhIXSFYvJ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txhIXSFYvJ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txhIXSFYvJ .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txhIXSFYvJ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txhIXSFYvJ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txhIXSFYvJ .modal-backdrop.fade {
  opacity: 0;
}
.cid-txhIXSFYvJ .modal-backdrop.show {
  opacity: .5;
}
.cid-txhIXSFYvJ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txhIXSFYvJ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txhIXSFYvJ .modal-header {
    padding: 1rem;
  }
}
.cid-txhIXSFYvJ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txhIXSFYvJ .modal-header .close svg {
  fill: #ffffff;
}
.cid-txhIXSFYvJ .modal-header .close:hover {
  opacity: 1;
}
.cid-txhIXSFYvJ .modal-header .close:focus {
  outline: none;
}
.cid-txhIXSFYvJ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txhIXSFYvJ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txhIXSFYvJ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txhIXSFYvJ .modal-body {
    padding: 1rem;
  }
}
.cid-txhIXSFYvJ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txhIXSFYvJ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txhIXSFYvJ .modal-footer {
    padding: 1rem;
  }
}
.cid-txhIXSFYvJ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txhIXSFYvJ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txhIXSFYvJ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txhIXSFYvJ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txhIXSFYvJ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txhIXSFYvJ .modal-lg,
  .cid-txhIXSFYvJ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txhIXSFYvJ .modal-xl {
    max-width: 1140px;
  }
}
.cid-txhIXSFYvJ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txhIXSFYvJ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txhIXSFYvJ .form-group {
  margin-bottom: 1rem;
}
.cid-txhIXSFYvJ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txhIXSFYvJ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txhIXSFYvJ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txhIXSFYvJ .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txhIXSFYvJ .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txhIXTvRYd {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txhIXTvRYd .mbr-fallback-image.disabled {
  display: none;
}
.cid-txhIXTvRYd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txhIXTvRYd .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txhIXTvRYd .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txhIXTvRYd .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txhIXTvRYd .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txhIXTvRYd .container {
    max-width: 100%;
  }
  .cid-txhIXTvRYd .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txhIXTvRYd .item-wrap {
  width: 100%;
}
.cid-txhIXTvRYd .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txhIXTvRYd .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txhIXTvRYd .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txhIXTvRYd .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txhIXTvRYd .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txhIXTvRYd .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txhIXTvRYd .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txhIXTvRYd .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txhIXTvRYd .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txhIXTvRYd .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txhIXTvRYd .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txhIXTvRYd .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txhIXTvRYd .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txhIXTvRYd .col-links {
    padding-top: 20px;
  }
}
.cid-txhIXTvRYd .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txhIXTvRYd .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txhIXTvRYd .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txhIXTvRYd .list {
    text-align: center !important;
  }
}
.cid-txhIXTvRYd .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txhIXTvRYd .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txhIXTvRYd .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txhIXTvRYd .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txhIXTvRYd .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txhIXTvRYd .list a:hover:before {
  width: 100%;
}
.cid-txhIXTvRYd .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txhIXTvRYd .col-copyright {
    padding-top: 40px;
  }
}
.cid-txhIXTvRYd .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txhIXTvRYd .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txhY8gqHRB {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-txhY8gqHRB .mbr-fallback-image.disabled {
  display: none;
}
.cid-txhY8gqHRB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txhY8gqHRB .mbr-text,
.cid-txhY8gqHRB .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-txhY8gqHRB .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-txhY8gqHRB .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-txhY8hgpAe {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txhY8hgpAe .container-fluid {
  padding: 0 3rem;
}
.cid-txhY8hgpAe .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-txhY8hgpAe .mbr-section-subtitle {
  color: #767676;
}
.cid-txhY8hgpAe .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-txhY8hgpAe .table-wrapper {
  margin: 0 auto;
}
.cid-txhY8hgpAe table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-txhY8hgpAe table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-txhY8hgpAe table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-txhY8hgpAe table.table {
  background: #fbfbfb;
}
.cid-txhY8hgpAe tr:hover {
  background-color: #e1f4ff !important;
}
.cid-txhY8hgpAe .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-txhY8hgpAe .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-txhY8hgpAe .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-txhY8hgpAe .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding: 0;
  background: #fbfbfb;
}
.cid-txhY8hgpAe .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-txhY8hgpAe .dataTables_wrapper {
  display: block;
}
.cid-txhY8hgpAe .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-txhY8hgpAe .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-txhY8hgpAe .head-item:after,
.cid-txhY8hgpAe .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-txhY8hgpAe .dataTables_filter {
    text-align: center;
  }
  .cid-txhY8hgpAe .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-txhY8hgpAe .dataTables_filter {
    text-align: center;
  }
  .cid-txhY8hgpAe .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-txhY8hgpAe .container-fluid {
    padding: 0 1rem;
  }
  .cid-txhY8hgpAe table th,
  .cid-txhY8hgpAe table td {
    padding: .75rem;
  }
}
.cid-txhY8hgpAe .body-item {
  text-align: left;
}
.cid-txhY8hgpAe .head-item {
  color: #000000;
  text-align: left;
}
.cid-txhY8hgpAe .mbr-section-title,
.cid-txhY8hgpAe .underline {
  color: #777777;
}
.cid-txlSY1WpVq {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-txlSY1WpVq .media-container-row {
  margin-top: 0.5rem;
}
.cid-txlSY1WpVq .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-txlSY1WpVq .card-img span {
  color: #ffffff;
}
.cid-txlSY1WpVq .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-txlSY1WpVq .card-title,
.cid-txlSY1WpVq .card-img {
  color: #555555;
}
.cid-txlSY1WpVq .mbr-section-title {
  font-size: 60px;
}
.cid-txlSY1WpVq .mbr-text,
.cid-txlSY1WpVq .mbr-section-btn {
  color: #777777;
}
.cid-txlSY1WpVq .mbr-title,
.cid-txlSY1WpVq .ornament {
  color: #005990;
  text-align: center;
}
.cid-txhY8jHTqY {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-txhY8jHTqY img,
.cid-txhY8jHTqY .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txhY8jHTqY .item:focus,
.cid-txhY8jHTqY span:focus {
  outline: none;
}
.cid-txhY8jHTqY .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txhY8jHTqY .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txhY8jHTqY .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txhY8jHTqY .item-img {
    padding: 1rem;
  }
}
.cid-txhY8jHTqY .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txhY8jHTqY .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txhY8jHTqY .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txhY8jHTqY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txhY8jHTqY .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txhY8jHTqY .mbr-text,
.cid-txhY8jHTqY .mbr-section-btn {
  text-align: center;
}
.cid-txhY8jHTqY .item-title {
  text-align: center;
}
.cid-txhY8jHTqY .item-subtitle {
  text-align: center;
}
.cid-txhY8lxDW0.popup-builder {
  background-color: #ffffff;
}
.cid-txhY8lxDW0.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txhY8lxDW0.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txhY8lxDW0 .modal-content,
.cid-txhY8lxDW0 .modal-dialog {
  height: auto;
}
.cid-txhY8lxDW0 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txhY8lxDW0 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txhY8lxDW0 .form-wrapper .mbr-form .form-group,
  .cid-txhY8lxDW0 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txhY8lxDW0 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txhY8lxDW0 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txhY8lxDW0 .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txhY8lxDW0 .pt-0 {
  padding-top: 0 !important;
}
.cid-txhY8lxDW0 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txhY8lxDW0 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txhY8lxDW0 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txhY8lxDW0 .modal-open {
  overflow: hidden;
}
.cid-txhY8lxDW0 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txhY8lxDW0 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txhY8lxDW0 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txhY8lxDW0 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txhY8lxDW0 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txhY8lxDW0 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txhY8lxDW0 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txhY8lxDW0 .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txhY8lxDW0 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txhY8lxDW0 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txhY8lxDW0 .modal-backdrop.fade {
  opacity: 0;
}
.cid-txhY8lxDW0 .modal-backdrop.show {
  opacity: .5;
}
.cid-txhY8lxDW0 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txhY8lxDW0 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txhY8lxDW0 .modal-header {
    padding: 1rem;
  }
}
.cid-txhY8lxDW0 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txhY8lxDW0 .modal-header .close svg {
  fill: #ffffff;
}
.cid-txhY8lxDW0 .modal-header .close:hover {
  opacity: 1;
}
.cid-txhY8lxDW0 .modal-header .close:focus {
  outline: none;
}
.cid-txhY8lxDW0 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txhY8lxDW0 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txhY8lxDW0 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txhY8lxDW0 .modal-body {
    padding: 1rem;
  }
}
.cid-txhY8lxDW0 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txhY8lxDW0 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txhY8lxDW0 .modal-footer {
    padding: 1rem;
  }
}
.cid-txhY8lxDW0 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txhY8lxDW0 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txhY8lxDW0 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txhY8lxDW0 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txhY8lxDW0 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txhY8lxDW0 .modal-lg,
  .cid-txhY8lxDW0 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txhY8lxDW0 .modal-xl {
    max-width: 1140px;
  }
}
.cid-txhY8lxDW0 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txhY8lxDW0 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txhY8lxDW0 .form-group {
  margin-bottom: 1rem;
}
.cid-txhY8lxDW0 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txhY8lxDW0 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txhY8lxDW0 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txhY8lxDW0 .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txhY8lxDW0 .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txhY8mniJd {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txhY8mniJd .mbr-fallback-image.disabled {
  display: none;
}
.cid-txhY8mniJd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txhY8mniJd .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txhY8mniJd .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txhY8mniJd .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txhY8mniJd .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txhY8mniJd .container {
    max-width: 100%;
  }
  .cid-txhY8mniJd .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txhY8mniJd .item-wrap {
  width: 100%;
}
.cid-txhY8mniJd .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txhY8mniJd .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txhY8mniJd .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txhY8mniJd .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txhY8mniJd .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txhY8mniJd .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txhY8mniJd .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txhY8mniJd .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txhY8mniJd .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txhY8mniJd .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txhY8mniJd .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txhY8mniJd .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txhY8mniJd .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txhY8mniJd .col-links {
    padding-top: 20px;
  }
}
.cid-txhY8mniJd .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txhY8mniJd .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txhY8mniJd .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txhY8mniJd .list {
    text-align: center !important;
  }
}
.cid-txhY8mniJd .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txhY8mniJd .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txhY8mniJd .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txhY8mniJd .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txhY8mniJd .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txhY8mniJd .list a:hover:before {
  width: 100%;
}
.cid-txhY8mniJd .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txhY8mniJd .col-copyright {
    padding-top: 40px;
  }
}
.cid-txhY8mniJd .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txhY8mniJd .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txlT1ey2eq {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-txlT1ey2eq .mbr-fallback-image.disabled {
  display: none;
}
.cid-txlT1ey2eq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txlT1ey2eq .mbr-text,
.cid-txlT1ey2eq .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-txlT1ey2eq .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-txlT1ey2eq .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-txlT1flIqA {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txlT1flIqA .container-fluid {
  padding: 0 3rem;
}
.cid-txlT1flIqA .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-txlT1flIqA .mbr-section-subtitle {
  color: #767676;
}
.cid-txlT1flIqA .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-txlT1flIqA .table-wrapper {
  margin: 0 auto;
}
.cid-txlT1flIqA table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-txlT1flIqA table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-txlT1flIqA table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-txlT1flIqA table.table {
  background: #fbfbfb;
}
.cid-txlT1flIqA tr:hover {
  background-color: #e1f4ff !important;
}
.cid-txlT1flIqA .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-txlT1flIqA .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-txlT1flIqA .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-txlT1flIqA .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding: 0;
  background: #fbfbfb;
}
.cid-txlT1flIqA .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-txlT1flIqA .dataTables_wrapper {
  display: block;
}
.cid-txlT1flIqA .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-txlT1flIqA .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-txlT1flIqA .head-item:after,
.cid-txlT1flIqA .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-txlT1flIqA .dataTables_filter {
    text-align: center;
  }
  .cid-txlT1flIqA .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-txlT1flIqA .dataTables_filter {
    text-align: center;
  }
  .cid-txlT1flIqA .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-txlT1flIqA .container-fluid {
    padding: 0 1rem;
  }
  .cid-txlT1flIqA table th,
  .cid-txlT1flIqA table td {
    padding: .75rem;
  }
}
.cid-txlT1flIqA .body-item {
  text-align: left;
}
.cid-txlT1flIqA .head-item {
  color: #000000;
  text-align: left;
}
.cid-txlT1flIqA .mbr-section-title,
.cid-txlT1flIqA .underline {
  color: #777777;
}
.cid-txlT1h0uP0 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-txlT1h0uP0 .media-container-row {
  margin-top: 0.5rem;
}
.cid-txlT1h0uP0 .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-txlT1h0uP0 .card-img span {
  color: #ffffff;
}
.cid-txlT1h0uP0 .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-txlT1h0uP0 .card-title,
.cid-txlT1h0uP0 .card-img {
  color: #555555;
}
.cid-txlT1h0uP0 .mbr-section-title {
  font-size: 60px;
}
.cid-txlT1h0uP0 .mbr-text,
.cid-txlT1h0uP0 .mbr-section-btn {
  color: #777777;
}
.cid-txlT1h0uP0 .mbr-title,
.cid-txlT1h0uP0 .ornament {
  color: #005990;
  text-align: center;
}
.cid-txlT1hw2L7 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-txlT1hw2L7 img,
.cid-txlT1hw2L7 .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txlT1hw2L7 .item:focus,
.cid-txlT1hw2L7 span:focus {
  outline: none;
}
.cid-txlT1hw2L7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txlT1hw2L7 .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txlT1hw2L7 .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txlT1hw2L7 .item-img {
    padding: 1rem;
  }
}
.cid-txlT1hw2L7 .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txlT1hw2L7 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txlT1hw2L7 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txlT1hw2L7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txlT1hw2L7 .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txlT1hw2L7 .mbr-text,
.cid-txlT1hw2L7 .mbr-section-btn {
  text-align: center;
}
.cid-txlT1hw2L7 .item-title {
  text-align: center;
}
.cid-txlT1hw2L7 .item-subtitle {
  text-align: center;
}
.cid-txlT1j8MQ1.popup-builder {
  background-color: #ffffff;
}
.cid-txlT1j8MQ1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txlT1j8MQ1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txlT1j8MQ1 .modal-content,
.cid-txlT1j8MQ1 .modal-dialog {
  height: auto;
}
.cid-txlT1j8MQ1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txlT1j8MQ1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txlT1j8MQ1 .form-wrapper .mbr-form .form-group,
  .cid-txlT1j8MQ1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txlT1j8MQ1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txlT1j8MQ1 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txlT1j8MQ1 .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txlT1j8MQ1 .pt-0 {
  padding-top: 0 !important;
}
.cid-txlT1j8MQ1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txlT1j8MQ1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txlT1j8MQ1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txlT1j8MQ1 .modal-open {
  overflow: hidden;
}
.cid-txlT1j8MQ1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txlT1j8MQ1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txlT1j8MQ1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txlT1j8MQ1 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txlT1j8MQ1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txlT1j8MQ1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txlT1j8MQ1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txlT1j8MQ1 .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txlT1j8MQ1 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txlT1j8MQ1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txlT1j8MQ1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-txlT1j8MQ1 .modal-backdrop.show {
  opacity: .5;
}
.cid-txlT1j8MQ1 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txlT1j8MQ1 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txlT1j8MQ1 .modal-header {
    padding: 1rem;
  }
}
.cid-txlT1j8MQ1 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txlT1j8MQ1 .modal-header .close svg {
  fill: #ffffff;
}
.cid-txlT1j8MQ1 .modal-header .close:hover {
  opacity: 1;
}
.cid-txlT1j8MQ1 .modal-header .close:focus {
  outline: none;
}
.cid-txlT1j8MQ1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txlT1j8MQ1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txlT1j8MQ1 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txlT1j8MQ1 .modal-body {
    padding: 1rem;
  }
}
.cid-txlT1j8MQ1 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txlT1j8MQ1 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txlT1j8MQ1 .modal-footer {
    padding: 1rem;
  }
}
.cid-txlT1j8MQ1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txlT1j8MQ1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txlT1j8MQ1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txlT1j8MQ1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txlT1j8MQ1 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txlT1j8MQ1 .modal-lg,
  .cid-txlT1j8MQ1 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txlT1j8MQ1 .modal-xl {
    max-width: 1140px;
  }
}
.cid-txlT1j8MQ1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txlT1j8MQ1 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txlT1j8MQ1 .form-group {
  margin-bottom: 1rem;
}
.cid-txlT1j8MQ1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txlT1j8MQ1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txlT1j8MQ1 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txlT1j8MQ1 .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txlT1j8MQ1 .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txlT1jPq2U {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txlT1jPq2U .mbr-fallback-image.disabled {
  display: none;
}
.cid-txlT1jPq2U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txlT1jPq2U .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txlT1jPq2U .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txlT1jPq2U .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txlT1jPq2U .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txlT1jPq2U .container {
    max-width: 100%;
  }
  .cid-txlT1jPq2U .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txlT1jPq2U .item-wrap {
  width: 100%;
}
.cid-txlT1jPq2U .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txlT1jPq2U .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txlT1jPq2U .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txlT1jPq2U .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txlT1jPq2U .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txlT1jPq2U .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txlT1jPq2U .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txlT1jPq2U .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txlT1jPq2U .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txlT1jPq2U .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txlT1jPq2U .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txlT1jPq2U .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txlT1jPq2U .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txlT1jPq2U .col-links {
    padding-top: 20px;
  }
}
.cid-txlT1jPq2U .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txlT1jPq2U .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txlT1jPq2U .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txlT1jPq2U .list {
    text-align: center !important;
  }
}
.cid-txlT1jPq2U .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txlT1jPq2U .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txlT1jPq2U .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txlT1jPq2U .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txlT1jPq2U .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txlT1jPq2U .list a:hover:before {
  width: 100%;
}
.cid-txlT1jPq2U .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txlT1jPq2U .col-copyright {
    padding-top: 40px;
  }
}
.cid-txlT1jPq2U .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txlT1jPq2U .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txlVXsRulP {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-txlVXsRulP .mbr-fallback-image.disabled {
  display: none;
}
.cid-txlVXsRulP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txlVXsRulP .mbr-text,
.cid-txlVXsRulP .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-txlVXsRulP .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-txlVXsRulP .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-txlVXtDrAH {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txlVXtDrAH .container-fluid {
  padding: 0 3rem;
}
.cid-txlVXtDrAH .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-txlVXtDrAH .mbr-section-subtitle {
  color: #767676;
}
.cid-txlVXtDrAH .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-txlVXtDrAH .table-wrapper {
  margin: 0 auto;
}
.cid-txlVXtDrAH table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-txlVXtDrAH table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-txlVXtDrAH table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-txlVXtDrAH table.table {
  background: #fbfbfb;
}
.cid-txlVXtDrAH tr:hover {
  background-color: #e1f4ff !important;
}
.cid-txlVXtDrAH .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-txlVXtDrAH .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-txlVXtDrAH .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-txlVXtDrAH .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding: 0;
  background: #fbfbfb;
}
.cid-txlVXtDrAH .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-txlVXtDrAH .dataTables_wrapper {
  display: block;
}
.cid-txlVXtDrAH .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-txlVXtDrAH .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-txlVXtDrAH .head-item:after,
.cid-txlVXtDrAH .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-txlVXtDrAH .dataTables_filter {
    text-align: center;
  }
  .cid-txlVXtDrAH .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-txlVXtDrAH .dataTables_filter {
    text-align: center;
  }
  .cid-txlVXtDrAH .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-txlVXtDrAH .container-fluid {
    padding: 0 1rem;
  }
  .cid-txlVXtDrAH table th,
  .cid-txlVXtDrAH table td {
    padding: .75rem;
  }
}
.cid-txlVXtDrAH .body-item {
  text-align: left;
}
.cid-txlVXtDrAH .head-item {
  color: #000000;
  text-align: left;
}
.cid-txlVXtDrAH .mbr-section-title,
.cid-txlVXtDrAH .underline {
  color: #777777;
}
.cid-txlVXvr04d {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-txlVXvr04d .media-container-row {
  margin-top: 0.5rem;
}
.cid-txlVXvr04d .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-txlVXvr04d .card-img span {
  color: #ffffff;
}
.cid-txlVXvr04d .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-txlVXvr04d .card-title,
.cid-txlVXvr04d .card-img {
  color: #555555;
}
.cid-txlVXvr04d .mbr-section-title {
  font-size: 60px;
}
.cid-txlVXvr04d .mbr-text,
.cid-txlVXvr04d .mbr-section-btn {
  color: #777777;
  text-align: center;
}
.cid-txlVXvr04d .mbr-title,
.cid-txlVXvr04d .ornament {
  color: #005990;
  text-align: center;
}
.cid-txlVXvZbuN {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-txlVXvZbuN img,
.cid-txlVXvZbuN .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txlVXvZbuN .item:focus,
.cid-txlVXvZbuN span:focus {
  outline: none;
}
.cid-txlVXvZbuN .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txlVXvZbuN .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txlVXvZbuN .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txlVXvZbuN .item-img {
    padding: 1rem;
  }
}
.cid-txlVXvZbuN .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txlVXvZbuN .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txlVXvZbuN .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txlVXvZbuN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txlVXvZbuN .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txlVXvZbuN .mbr-text,
.cid-txlVXvZbuN .mbr-section-btn {
  text-align: center;
}
.cid-txlVXvZbuN .item-title {
  text-align: center;
}
.cid-txlVXvZbuN .item-subtitle {
  text-align: center;
}
.cid-txlVXxxUVJ.popup-builder {
  background-color: #ffffff;
}
.cid-txlVXxxUVJ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txlVXxxUVJ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txlVXxxUVJ .modal-content,
.cid-txlVXxxUVJ .modal-dialog {
  height: auto;
}
.cid-txlVXxxUVJ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txlVXxxUVJ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txlVXxxUVJ .form-wrapper .mbr-form .form-group,
  .cid-txlVXxxUVJ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txlVXxxUVJ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txlVXxxUVJ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txlVXxxUVJ .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txlVXxxUVJ .pt-0 {
  padding-top: 0 !important;
}
.cid-txlVXxxUVJ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txlVXxxUVJ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txlVXxxUVJ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txlVXxxUVJ .modal-open {
  overflow: hidden;
}
.cid-txlVXxxUVJ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txlVXxxUVJ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txlVXxxUVJ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txlVXxxUVJ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txlVXxxUVJ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txlVXxxUVJ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txlVXxxUVJ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txlVXxxUVJ .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txlVXxxUVJ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txlVXxxUVJ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txlVXxxUVJ .modal-backdrop.fade {
  opacity: 0;
}
.cid-txlVXxxUVJ .modal-backdrop.show {
  opacity: .5;
}
.cid-txlVXxxUVJ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txlVXxxUVJ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txlVXxxUVJ .modal-header {
    padding: 1rem;
  }
}
.cid-txlVXxxUVJ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txlVXxxUVJ .modal-header .close svg {
  fill: #ffffff;
}
.cid-txlVXxxUVJ .modal-header .close:hover {
  opacity: 1;
}
.cid-txlVXxxUVJ .modal-header .close:focus {
  outline: none;
}
.cid-txlVXxxUVJ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txlVXxxUVJ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txlVXxxUVJ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txlVXxxUVJ .modal-body {
    padding: 1rem;
  }
}
.cid-txlVXxxUVJ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txlVXxxUVJ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txlVXxxUVJ .modal-footer {
    padding: 1rem;
  }
}
.cid-txlVXxxUVJ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txlVXxxUVJ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txlVXxxUVJ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txlVXxxUVJ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txlVXxxUVJ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txlVXxxUVJ .modal-lg,
  .cid-txlVXxxUVJ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txlVXxxUVJ .modal-xl {
    max-width: 1140px;
  }
}
.cid-txlVXxxUVJ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txlVXxxUVJ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txlVXxxUVJ .form-group {
  margin-bottom: 1rem;
}
.cid-txlVXxxUVJ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txlVXxxUVJ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txlVXxxUVJ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txlVXxxUVJ .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txlVXxxUVJ .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txlVXyg36K {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txlVXyg36K .mbr-fallback-image.disabled {
  display: none;
}
.cid-txlVXyg36K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txlVXyg36K .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txlVXyg36K .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txlVXyg36K .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txlVXyg36K .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txlVXyg36K .container {
    max-width: 100%;
  }
  .cid-txlVXyg36K .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txlVXyg36K .item-wrap {
  width: 100%;
}
.cid-txlVXyg36K .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txlVXyg36K .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txlVXyg36K .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txlVXyg36K .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txlVXyg36K .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txlVXyg36K .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txlVXyg36K .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txlVXyg36K .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txlVXyg36K .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txlVXyg36K .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txlVXyg36K .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txlVXyg36K .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txlVXyg36K .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txlVXyg36K .col-links {
    padding-top: 20px;
  }
}
.cid-txlVXyg36K .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txlVXyg36K .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txlVXyg36K .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txlVXyg36K .list {
    text-align: center !important;
  }
}
.cid-txlVXyg36K .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txlVXyg36K .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txlVXyg36K .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txlVXyg36K .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txlVXyg36K .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txlVXyg36K .list a:hover:before {
  width: 100%;
}
.cid-txlVXyg36K .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txlVXyg36K .col-copyright {
    padding-top: 40px;
  }
}
.cid-txlVXyg36K .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txlVXyg36K .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txi1hQLPdk {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-txi1hQLPdk .mbr-fallback-image.disabled {
  display: none;
}
.cid-txi1hQLPdk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txi1hQLPdk .mbr-text,
.cid-txi1hQLPdk .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-txi1hQLPdk .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-txi1hQLPdk .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-txi1hRNvFJ {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txi1hRNvFJ .container-fluid {
  padding: 0 3rem;
}
.cid-txi1hRNvFJ .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-txi1hRNvFJ .mbr-section-subtitle {
  color: #767676;
}
.cid-txi1hRNvFJ .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-txi1hRNvFJ .table-wrapper {
  margin: 0 auto;
}
.cid-txi1hRNvFJ table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-txi1hRNvFJ table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-txi1hRNvFJ table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-txi1hRNvFJ table.table {
  background: #fbfbfb;
}
.cid-txi1hRNvFJ tr:hover {
  background-color: #e1f4ff !important;
}
.cid-txi1hRNvFJ .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-txi1hRNvFJ .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-txi1hRNvFJ .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-txi1hRNvFJ .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding: 0;
  background: #fbfbfb;
}
.cid-txi1hRNvFJ .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-txi1hRNvFJ .dataTables_wrapper {
  display: block;
}
.cid-txi1hRNvFJ .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-txi1hRNvFJ .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-txi1hRNvFJ .head-item:after,
.cid-txi1hRNvFJ .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-txi1hRNvFJ .dataTables_filter {
    text-align: center;
  }
  .cid-txi1hRNvFJ .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-txi1hRNvFJ .dataTables_filter {
    text-align: center;
  }
  .cid-txi1hRNvFJ .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-txi1hRNvFJ .container-fluid {
    padding: 0 1rem;
  }
  .cid-txi1hRNvFJ table th,
  .cid-txi1hRNvFJ table td {
    padding: .75rem;
  }
}
.cid-txi1hRNvFJ .body-item {
  text-align: left;
}
.cid-txi1hRNvFJ .head-item {
  color: #000000;
  text-align: left;
}
.cid-txi1hRNvFJ .mbr-section-title,
.cid-txi1hRNvFJ .underline {
  color: #777777;
}
.cid-txi1hTQAIP {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-txi1hTQAIP .media-container-row {
  margin-top: 0.5rem;
}
.cid-txi1hTQAIP .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-txi1hTQAIP .card-img span {
  color: #ffffff;
}
.cid-txi1hTQAIP .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-txi1hTQAIP .card-title,
.cid-txi1hTQAIP .card-img {
  color: #555555;
}
.cid-txi1hTQAIP .mbr-section-title {
  font-size: 60px;
}
.cid-txi1hTQAIP .mbr-text,
.cid-txi1hTQAIP .mbr-section-btn {
  color: #777777;
  text-align: center;
}
.cid-txi1hTQAIP .mbr-title,
.cid-txi1hTQAIP .ornament {
  color: #005990;
  text-align: center;
}
.cid-txi1hUrjER {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-txi1hUrjER img,
.cid-txi1hUrjER .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txi1hUrjER .item:focus,
.cid-txi1hUrjER span:focus {
  outline: none;
}
.cid-txi1hUrjER .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txi1hUrjER .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txi1hUrjER .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txi1hUrjER .item-img {
    padding: 1rem;
  }
}
.cid-txi1hUrjER .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txi1hUrjER .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txi1hUrjER .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txi1hUrjER .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txi1hUrjER .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txi1hUrjER .mbr-text,
.cid-txi1hUrjER .mbr-section-btn {
  text-align: center;
}
.cid-txi1hUrjER .item-title {
  text-align: center;
}
.cid-txi1hUrjER .item-subtitle {
  text-align: center;
}
.cid-txi1hWhwqu.popup-builder {
  background-color: #ffffff;
}
.cid-txi1hWhwqu.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txi1hWhwqu.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txi1hWhwqu .modal-content,
.cid-txi1hWhwqu .modal-dialog {
  height: auto;
}
.cid-txi1hWhwqu .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txi1hWhwqu .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txi1hWhwqu .form-wrapper .mbr-form .form-group,
  .cid-txi1hWhwqu .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txi1hWhwqu .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txi1hWhwqu .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txi1hWhwqu .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txi1hWhwqu .pt-0 {
  padding-top: 0 !important;
}
.cid-txi1hWhwqu .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txi1hWhwqu .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txi1hWhwqu .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txi1hWhwqu .modal-open {
  overflow: hidden;
}
.cid-txi1hWhwqu .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txi1hWhwqu .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txi1hWhwqu .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txi1hWhwqu .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txi1hWhwqu .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txi1hWhwqu .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txi1hWhwqu .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txi1hWhwqu .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txi1hWhwqu .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txi1hWhwqu .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txi1hWhwqu .modal-backdrop.fade {
  opacity: 0;
}
.cid-txi1hWhwqu .modal-backdrop.show {
  opacity: .5;
}
.cid-txi1hWhwqu .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txi1hWhwqu .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txi1hWhwqu .modal-header {
    padding: 1rem;
  }
}
.cid-txi1hWhwqu .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txi1hWhwqu .modal-header .close svg {
  fill: #ffffff;
}
.cid-txi1hWhwqu .modal-header .close:hover {
  opacity: 1;
}
.cid-txi1hWhwqu .modal-header .close:focus {
  outline: none;
}
.cid-txi1hWhwqu .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txi1hWhwqu .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txi1hWhwqu .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txi1hWhwqu .modal-body {
    padding: 1rem;
  }
}
.cid-txi1hWhwqu .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txi1hWhwqu .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txi1hWhwqu .modal-footer {
    padding: 1rem;
  }
}
.cid-txi1hWhwqu .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txi1hWhwqu .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txi1hWhwqu .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txi1hWhwqu .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txi1hWhwqu .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txi1hWhwqu .modal-lg,
  .cid-txi1hWhwqu .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txi1hWhwqu .modal-xl {
    max-width: 1140px;
  }
}
.cid-txi1hWhwqu .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txi1hWhwqu .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txi1hWhwqu .form-group {
  margin-bottom: 1rem;
}
.cid-txi1hWhwqu .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txi1hWhwqu .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txi1hWhwqu .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txi1hWhwqu .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txi1hWhwqu .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txi1hX8YHO {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txi1hX8YHO .mbr-fallback-image.disabled {
  display: none;
}
.cid-txi1hX8YHO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txi1hX8YHO .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txi1hX8YHO .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txi1hX8YHO .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txi1hX8YHO .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txi1hX8YHO .container {
    max-width: 100%;
  }
  .cid-txi1hX8YHO .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txi1hX8YHO .item-wrap {
  width: 100%;
}
.cid-txi1hX8YHO .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txi1hX8YHO .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txi1hX8YHO .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txi1hX8YHO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txi1hX8YHO .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txi1hX8YHO .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txi1hX8YHO .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txi1hX8YHO .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txi1hX8YHO .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txi1hX8YHO .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txi1hX8YHO .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txi1hX8YHO .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txi1hX8YHO .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txi1hX8YHO .col-links {
    padding-top: 20px;
  }
}
.cid-txi1hX8YHO .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txi1hX8YHO .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txi1hX8YHO .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txi1hX8YHO .list {
    text-align: center !important;
  }
}
.cid-txi1hX8YHO .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txi1hX8YHO .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txi1hX8YHO .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txi1hX8YHO .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txi1hX8YHO .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txi1hX8YHO .list a:hover:before {
  width: 100%;
}
.cid-txi1hX8YHO .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txi1hX8YHO .col-copyright {
    padding-top: 40px;
  }
}
.cid-txi1hX8YHO .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txi1hX8YHO .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txlLPipJcH {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-txlLPipJcH .mbr-fallback-image.disabled {
  display: none;
}
.cid-txlLPipJcH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txlLPipJcH .mbr-text,
.cid-txlLPipJcH .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-txlLPipJcH .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-txlLPipJcH .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-txlLPjhS7v {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txlLPjhS7v .container-fluid {
  padding: 0 3rem;
}
.cid-txlLPjhS7v .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-txlLPjhS7v .mbr-section-subtitle {
  color: #767676;
}
.cid-txlLPjhS7v .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-txlLPjhS7v .table-wrapper {
  margin: 0 auto;
}
.cid-txlLPjhS7v table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-txlLPjhS7v table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-txlLPjhS7v table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-txlLPjhS7v table.table {
  background: #fbfbfb;
}
.cid-txlLPjhS7v tr:hover {
  background-color: #e1f4ff !important;
}
.cid-txlLPjhS7v .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-txlLPjhS7v .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-txlLPjhS7v .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-txlLPjhS7v .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding: 0;
  background: #fbfbfb;
}
.cid-txlLPjhS7v .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-txlLPjhS7v .dataTables_wrapper {
  display: block;
}
.cid-txlLPjhS7v .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-txlLPjhS7v .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-txlLPjhS7v .head-item:after,
.cid-txlLPjhS7v .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-txlLPjhS7v .dataTables_filter {
    text-align: center;
  }
  .cid-txlLPjhS7v .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-txlLPjhS7v .dataTables_filter {
    text-align: center;
  }
  .cid-txlLPjhS7v .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-txlLPjhS7v .container-fluid {
    padding: 0 1rem;
  }
  .cid-txlLPjhS7v table th,
  .cid-txlLPjhS7v table td {
    padding: .75rem;
  }
}
.cid-txlLPjhS7v .body-item {
  text-align: left;
}
.cid-txlLPjhS7v .head-item {
  color: #000000;
  text-align: left;
}
.cid-txlLPjhS7v .mbr-section-title,
.cid-txlLPjhS7v .underline {
  color: #777777;
}
.cid-txlLPlktn3 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-txlLPlktn3 .media-container-row {
  margin-top: 0.5rem;
}
.cid-txlLPlktn3 .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-txlLPlktn3 .card-img span {
  color: #ffffff;
}
.cid-txlLPlktn3 .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-txlLPlktn3 .card-title,
.cid-txlLPlktn3 .card-img {
  color: #555555;
}
.cid-txlLPlktn3 .mbr-section-title {
  font-size: 60px;
}
.cid-txlLPlktn3 .mbr-text,
.cid-txlLPlktn3 .mbr-section-btn {
  color: #777777;
  text-align: center;
}
.cid-txlLPlktn3 .mbr-title,
.cid-txlLPlktn3 .ornament {
  color: #005990;
  text-align: center;
}
.cid-txlLPlROU2 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-txlLPlROU2 img,
.cid-txlLPlROU2 .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txlLPlROU2 .item:focus,
.cid-txlLPlROU2 span:focus {
  outline: none;
}
.cid-txlLPlROU2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txlLPlROU2 .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txlLPlROU2 .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txlLPlROU2 .item-img {
    padding: 1rem;
  }
}
.cid-txlLPlROU2 .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txlLPlROU2 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txlLPlROU2 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txlLPlROU2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txlLPlROU2 .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txlLPlROU2 .mbr-text,
.cid-txlLPlROU2 .mbr-section-btn {
  text-align: center;
}
.cid-txlLPlROU2 .item-title {
  text-align: center;
}
.cid-txlLPlROU2 .item-subtitle {
  text-align: center;
}
.cid-txlLPnzRvP.popup-builder {
  background-color: #ffffff;
}
.cid-txlLPnzRvP.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txlLPnzRvP.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txlLPnzRvP .modal-content,
.cid-txlLPnzRvP .modal-dialog {
  height: auto;
}
.cid-txlLPnzRvP .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txlLPnzRvP .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txlLPnzRvP .form-wrapper .mbr-form .form-group,
  .cid-txlLPnzRvP .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txlLPnzRvP .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txlLPnzRvP .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txlLPnzRvP .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txlLPnzRvP .pt-0 {
  padding-top: 0 !important;
}
.cid-txlLPnzRvP .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txlLPnzRvP .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txlLPnzRvP .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txlLPnzRvP .modal-open {
  overflow: hidden;
}
.cid-txlLPnzRvP .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txlLPnzRvP .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txlLPnzRvP .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txlLPnzRvP .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txlLPnzRvP .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txlLPnzRvP .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txlLPnzRvP .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txlLPnzRvP .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txlLPnzRvP .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txlLPnzRvP .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txlLPnzRvP .modal-backdrop.fade {
  opacity: 0;
}
.cid-txlLPnzRvP .modal-backdrop.show {
  opacity: .5;
}
.cid-txlLPnzRvP .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txlLPnzRvP .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txlLPnzRvP .modal-header {
    padding: 1rem;
  }
}
.cid-txlLPnzRvP .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txlLPnzRvP .modal-header .close svg {
  fill: #ffffff;
}
.cid-txlLPnzRvP .modal-header .close:hover {
  opacity: 1;
}
.cid-txlLPnzRvP .modal-header .close:focus {
  outline: none;
}
.cid-txlLPnzRvP .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txlLPnzRvP .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txlLPnzRvP .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txlLPnzRvP .modal-body {
    padding: 1rem;
  }
}
.cid-txlLPnzRvP .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txlLPnzRvP .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txlLPnzRvP .modal-footer {
    padding: 1rem;
  }
}
.cid-txlLPnzRvP .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txlLPnzRvP .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txlLPnzRvP .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txlLPnzRvP .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txlLPnzRvP .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txlLPnzRvP .modal-lg,
  .cid-txlLPnzRvP .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txlLPnzRvP .modal-xl {
    max-width: 1140px;
  }
}
.cid-txlLPnzRvP .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txlLPnzRvP .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txlLPnzRvP .form-group {
  margin-bottom: 1rem;
}
.cid-txlLPnzRvP .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txlLPnzRvP .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txlLPnzRvP .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txlLPnzRvP .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txlLPnzRvP .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txlLPooaDV {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txlLPooaDV .mbr-fallback-image.disabled {
  display: none;
}
.cid-txlLPooaDV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txlLPooaDV .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txlLPooaDV .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txlLPooaDV .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txlLPooaDV .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txlLPooaDV .container {
    max-width: 100%;
  }
  .cid-txlLPooaDV .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txlLPooaDV .item-wrap {
  width: 100%;
}
.cid-txlLPooaDV .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txlLPooaDV .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txlLPooaDV .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txlLPooaDV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txlLPooaDV .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txlLPooaDV .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txlLPooaDV .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txlLPooaDV .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txlLPooaDV .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txlLPooaDV .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txlLPooaDV .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txlLPooaDV .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txlLPooaDV .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txlLPooaDV .col-links {
    padding-top: 20px;
  }
}
.cid-txlLPooaDV .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txlLPooaDV .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txlLPooaDV .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txlLPooaDV .list {
    text-align: center !important;
  }
}
.cid-txlLPooaDV .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txlLPooaDV .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txlLPooaDV .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txlLPooaDV .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txlLPooaDV .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txlLPooaDV .list a:hover:before {
  width: 100%;
}
.cid-txlLPooaDV .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txlLPooaDV .col-copyright {
    padding-top: 40px;
  }
}
.cid-txlLPooaDV .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txlLPooaDV .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txlO42u0u4 {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-txlO42u0u4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txlO42u0u4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txlO42u0u4 .mbr-text,
.cid-txlO42u0u4 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-txlO42u0u4 .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-txlO42u0u4 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-txlO439kDr {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txlO439kDr .container-fluid {
  padding: 0 3rem;
}
.cid-txlO439kDr .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-txlO439kDr .mbr-section-subtitle {
  color: #767676;
}
.cid-txlO439kDr .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-txlO439kDr .table-wrapper {
  margin: 0 auto;
}
.cid-txlO439kDr table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-txlO439kDr table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-txlO439kDr table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-txlO439kDr table.table {
  background: #fbfbfb;
}
.cid-txlO439kDr tr:hover {
  background-color: #e1f4ff !important;
}
.cid-txlO439kDr .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-txlO439kDr .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-txlO439kDr .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-txlO439kDr .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding: 0;
  background: #fbfbfb;
}
.cid-txlO439kDr .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-txlO439kDr .dataTables_wrapper {
  display: block;
}
.cid-txlO439kDr .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-txlO439kDr .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-txlO439kDr .head-item:after,
.cid-txlO439kDr .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-txlO439kDr .dataTables_filter {
    text-align: center;
  }
  .cid-txlO439kDr .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-txlO439kDr .dataTables_filter {
    text-align: center;
  }
  .cid-txlO439kDr .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-txlO439kDr .container-fluid {
    padding: 0 1rem;
  }
  .cid-txlO439kDr table th,
  .cid-txlO439kDr table td {
    padding: .75rem;
  }
}
.cid-txlO439kDr .body-item {
  text-align: left;
}
.cid-txlO439kDr .head-item {
  color: #000000;
  text-align: left;
}
.cid-txlO439kDr .mbr-section-title,
.cid-txlO439kDr .underline {
  color: #777777;
}
.cid-txlO45cYbJ {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-txlO45cYbJ .media-container-row {
  margin-top: 0.5rem;
}
.cid-txlO45cYbJ .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-txlO45cYbJ .card-img span {
  color: #ffffff;
}
.cid-txlO45cYbJ .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-txlO45cYbJ .card-title,
.cid-txlO45cYbJ .card-img {
  color: #555555;
}
.cid-txlO45cYbJ .mbr-section-title {
  font-size: 60px;
}
.cid-txlO45cYbJ .mbr-text,
.cid-txlO45cYbJ .mbr-section-btn {
  color: #777777;
  text-align: center;
}
.cid-txlO45cYbJ .mbr-title,
.cid-txlO45cYbJ .ornament {
  color: #005990;
  text-align: center;
}
.cid-txlO45JQQC {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-txlO45JQQC img,
.cid-txlO45JQQC .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txlO45JQQC .item:focus,
.cid-txlO45JQQC span:focus {
  outline: none;
}
.cid-txlO45JQQC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txlO45JQQC .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txlO45JQQC .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txlO45JQQC .item-img {
    padding: 1rem;
  }
}
.cid-txlO45JQQC .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txlO45JQQC .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txlO45JQQC .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txlO45JQQC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txlO45JQQC .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txlO45JQQC .mbr-text,
.cid-txlO45JQQC .mbr-section-btn {
  text-align: center;
}
.cid-txlO45JQQC .item-title {
  text-align: center;
}
.cid-txlO45JQQC .item-subtitle {
  text-align: center;
}
.cid-txlO47jRTp.popup-builder {
  background-color: #ffffff;
}
.cid-txlO47jRTp.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txlO47jRTp.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txlO47jRTp .modal-content,
.cid-txlO47jRTp .modal-dialog {
  height: auto;
}
.cid-txlO47jRTp .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txlO47jRTp .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txlO47jRTp .form-wrapper .mbr-form .form-group,
  .cid-txlO47jRTp .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txlO47jRTp .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txlO47jRTp .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txlO47jRTp .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txlO47jRTp .pt-0 {
  padding-top: 0 !important;
}
.cid-txlO47jRTp .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txlO47jRTp .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txlO47jRTp .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txlO47jRTp .modal-open {
  overflow: hidden;
}
.cid-txlO47jRTp .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txlO47jRTp .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txlO47jRTp .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txlO47jRTp .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txlO47jRTp .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txlO47jRTp .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txlO47jRTp .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txlO47jRTp .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txlO47jRTp .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txlO47jRTp .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txlO47jRTp .modal-backdrop.fade {
  opacity: 0;
}
.cid-txlO47jRTp .modal-backdrop.show {
  opacity: .5;
}
.cid-txlO47jRTp .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txlO47jRTp .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txlO47jRTp .modal-header {
    padding: 1rem;
  }
}
.cid-txlO47jRTp .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txlO47jRTp .modal-header .close svg {
  fill: #ffffff;
}
.cid-txlO47jRTp .modal-header .close:hover {
  opacity: 1;
}
.cid-txlO47jRTp .modal-header .close:focus {
  outline: none;
}
.cid-txlO47jRTp .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txlO47jRTp .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txlO47jRTp .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txlO47jRTp .modal-body {
    padding: 1rem;
  }
}
.cid-txlO47jRTp .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txlO47jRTp .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txlO47jRTp .modal-footer {
    padding: 1rem;
  }
}
.cid-txlO47jRTp .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txlO47jRTp .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txlO47jRTp .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txlO47jRTp .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txlO47jRTp .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txlO47jRTp .modal-lg,
  .cid-txlO47jRTp .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txlO47jRTp .modal-xl {
    max-width: 1140px;
  }
}
.cid-txlO47jRTp .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txlO47jRTp .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txlO47jRTp .form-group {
  margin-bottom: 1rem;
}
.cid-txlO47jRTp .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txlO47jRTp .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txlO47jRTp .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txlO47jRTp .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txlO47jRTp .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txlO48ciAa {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txlO48ciAa .mbr-fallback-image.disabled {
  display: none;
}
.cid-txlO48ciAa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txlO48ciAa .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txlO48ciAa .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txlO48ciAa .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txlO48ciAa .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txlO48ciAa .container {
    max-width: 100%;
  }
  .cid-txlO48ciAa .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txlO48ciAa .item-wrap {
  width: 100%;
}
.cid-txlO48ciAa .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txlO48ciAa .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txlO48ciAa .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txlO48ciAa .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txlO48ciAa .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txlO48ciAa .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txlO48ciAa .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txlO48ciAa .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txlO48ciAa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txlO48ciAa .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txlO48ciAa .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txlO48ciAa .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txlO48ciAa .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txlO48ciAa .col-links {
    padding-top: 20px;
  }
}
.cid-txlO48ciAa .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txlO48ciAa .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txlO48ciAa .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txlO48ciAa .list {
    text-align: center !important;
  }
}
.cid-txlO48ciAa .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txlO48ciAa .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txlO48ciAa .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txlO48ciAa .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txlO48ciAa .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txlO48ciAa .list a:hover:before {
  width: 100%;
}
.cid-txlO48ciAa .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txlO48ciAa .col-copyright {
    padding-top: 40px;
  }
}
.cid-txlO48ciAa .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txlO48ciAa .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txmaer44km {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-txmaer44km .mbr-fallback-image.disabled {
  display: none;
}
.cid-txmaer44km .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txmaer44km .mbr-text,
.cid-txmaer44km .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-txmaer44km .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-txmaer44km .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-txmaerRkHK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txmaerRkHK .container-fluid {
  padding: 0 3rem;
}
.cid-txmaerRkHK .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-txmaerRkHK .mbr-section-subtitle {
  color: #767676;
}
.cid-txmaerRkHK .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-txmaerRkHK .table-wrapper {
  margin: 0 auto;
}
.cid-txmaerRkHK table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-txmaerRkHK table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-txmaerRkHK table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-txmaerRkHK tr:hover {
  background-color: #efefef !important;
}
.cid-txmaerRkHK .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-txmaerRkHK .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-txmaerRkHK .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-txmaerRkHK .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-txmaerRkHK .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-txmaerRkHK .dataTables_wrapper {
  display: block;
}
.cid-txmaerRkHK .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-txmaerRkHK .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-txmaerRkHK .head-item:after,
.cid-txmaerRkHK .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-txmaerRkHK .dataTables_filter {
    text-align: center;
  }
  .cid-txmaerRkHK .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-txmaerRkHK .dataTables_filter {
    text-align: center;
  }
  .cid-txmaerRkHK .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-txmaerRkHK .container-fluid {
    padding: 0 1rem;
  }
  .cid-txmaerRkHK table th,
  .cid-txmaerRkHK table td {
    padding: .75rem;
  }
}
.cid-txmaerRkHK .body-item {
  text-align: center;
}
.cid-txmaerRkHK .head-item {
  color: #000000;
}
.cid-txmbhnKoLa {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-txmbhnKoLa .media-container-row {
  margin-top: 0.5rem;
}
.cid-txmbhnKoLa .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-txmbhnKoLa .card-img span {
  color: #ffffff;
}
.cid-txmbhnKoLa .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-txmbhnKoLa .card-title,
.cid-txmbhnKoLa .card-img {
  color: #555555;
}
.cid-txmbhnKoLa .mbr-section-title {
  font-size: 60px;
}
.cid-txmbhnKoLa .mbr-text,
.cid-txmbhnKoLa .mbr-section-btn {
  color: #777777;
}
.cid-txmbhnKoLa .mbr-title,
.cid-txmbhnKoLa .ornament {
  color: #005990;
  text-align: center;
}
.cid-txmaettDKZ {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-txmaettDKZ img,
.cid-txmaettDKZ .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txmaettDKZ .item:focus,
.cid-txmaettDKZ span:focus {
  outline: none;
}
.cid-txmaettDKZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txmaettDKZ .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txmaettDKZ .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txmaettDKZ .item-img {
    padding: 1rem;
  }
}
.cid-txmaettDKZ .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txmaettDKZ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txmaettDKZ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txmaettDKZ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txmaettDKZ .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txmaettDKZ .mbr-text,
.cid-txmaettDKZ .mbr-section-btn {
  text-align: center;
}
.cid-txmaettDKZ .item-title {
  text-align: center;
}
.cid-txmaettDKZ .item-subtitle {
  text-align: center;
}
.cid-txmaev9gnh.popup-builder {
  background-color: #ffffff;
}
.cid-txmaev9gnh.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txmaev9gnh.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txmaev9gnh .modal-content,
.cid-txmaev9gnh .modal-dialog {
  height: auto;
}
.cid-txmaev9gnh .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txmaev9gnh .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txmaev9gnh .form-wrapper .mbr-form .form-group,
  .cid-txmaev9gnh .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txmaev9gnh .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txmaev9gnh .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txmaev9gnh .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txmaev9gnh .pt-0 {
  padding-top: 0 !important;
}
.cid-txmaev9gnh .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txmaev9gnh .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txmaev9gnh .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txmaev9gnh .modal-open {
  overflow: hidden;
}
.cid-txmaev9gnh .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txmaev9gnh .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txmaev9gnh .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txmaev9gnh .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txmaev9gnh .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txmaev9gnh .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txmaev9gnh .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txmaev9gnh .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txmaev9gnh .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txmaev9gnh .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txmaev9gnh .modal-backdrop.fade {
  opacity: 0;
}
.cid-txmaev9gnh .modal-backdrop.show {
  opacity: .5;
}
.cid-txmaev9gnh .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txmaev9gnh .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txmaev9gnh .modal-header {
    padding: 1rem;
  }
}
.cid-txmaev9gnh .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txmaev9gnh .modal-header .close svg {
  fill: #ffffff;
}
.cid-txmaev9gnh .modal-header .close:hover {
  opacity: 1;
}
.cid-txmaev9gnh .modal-header .close:focus {
  outline: none;
}
.cid-txmaev9gnh .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txmaev9gnh .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txmaev9gnh .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txmaev9gnh .modal-body {
    padding: 1rem;
  }
}
.cid-txmaev9gnh .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txmaev9gnh .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txmaev9gnh .modal-footer {
    padding: 1rem;
  }
}
.cid-txmaev9gnh .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txmaev9gnh .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txmaev9gnh .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txmaev9gnh .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txmaev9gnh .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txmaev9gnh .modal-lg,
  .cid-txmaev9gnh .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txmaev9gnh .modal-xl {
    max-width: 1140px;
  }
}
.cid-txmaev9gnh .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txmaev9gnh .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txmaev9gnh .form-group {
  margin-bottom: 1rem;
}
.cid-txmaev9gnh .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txmaev9gnh .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txmaev9gnh .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txmaev9gnh .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txmaev9gnh .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txmaew0UWQ {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txmaew0UWQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-txmaew0UWQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txmaew0UWQ .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txmaew0UWQ .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txmaew0UWQ .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txmaew0UWQ .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txmaew0UWQ .container {
    max-width: 100%;
  }
  .cid-txmaew0UWQ .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txmaew0UWQ .item-wrap {
  width: 100%;
}
.cid-txmaew0UWQ .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txmaew0UWQ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txmaew0UWQ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txmaew0UWQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txmaew0UWQ .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txmaew0UWQ .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txmaew0UWQ .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txmaew0UWQ .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txmaew0UWQ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txmaew0UWQ .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txmaew0UWQ .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txmaew0UWQ .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txmaew0UWQ .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txmaew0UWQ .col-links {
    padding-top: 20px;
  }
}
.cid-txmaew0UWQ .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txmaew0UWQ .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txmaew0UWQ .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txmaew0UWQ .list {
    text-align: center !important;
  }
}
.cid-txmaew0UWQ .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txmaew0UWQ .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txmaew0UWQ .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txmaew0UWQ .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txmaew0UWQ .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txmaew0UWQ .list a:hover:before {
  width: 100%;
}
.cid-txmaew0UWQ .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txmaew0UWQ .col-copyright {
    padding-top: 40px;
  }
}
.cid-txmaew0UWQ .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txmaew0UWQ .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txmbxuArcB {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-txmbxuArcB .mbr-fallback-image.disabled {
  display: none;
}
.cid-txmbxuArcB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txmbxuArcB .mbr-text,
.cid-txmbxuArcB .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-txmbxuArcB .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-txmbxuArcB .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-txmbxvo4HH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txmbxvo4HH .container-fluid {
  padding: 0 3rem;
}
.cid-txmbxvo4HH .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-txmbxvo4HH .mbr-section-subtitle {
  color: #767676;
}
.cid-txmbxvo4HH .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-txmbxvo4HH .table-wrapper {
  margin: 0 auto;
}
.cid-txmbxvo4HH table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-txmbxvo4HH table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-txmbxvo4HH table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-txmbxvo4HH tr:hover {
  background-color: #efefef !important;
}
.cid-txmbxvo4HH .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-txmbxvo4HH .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-txmbxvo4HH .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-txmbxvo4HH .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-txmbxvo4HH .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-txmbxvo4HH .dataTables_wrapper {
  display: block;
}
.cid-txmbxvo4HH .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-txmbxvo4HH .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-txmbxvo4HH .head-item:after,
.cid-txmbxvo4HH .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-txmbxvo4HH .dataTables_filter {
    text-align: center;
  }
  .cid-txmbxvo4HH .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-txmbxvo4HH .dataTables_filter {
    text-align: center;
  }
  .cid-txmbxvo4HH .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-txmbxvo4HH .container-fluid {
    padding: 0 1rem;
  }
  .cid-txmbxvo4HH table th,
  .cid-txmbxvo4HH table td {
    padding: .75rem;
  }
}
.cid-txmbxvo4HH .body-item {
  text-align: center;
}
.cid-txmbxvo4HH .head-item {
  color: #000000;
}
.cid-txmbxxwfJR {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-txmbxxwfJR .media-container-row {
  margin-top: 0.5rem;
}
.cid-txmbxxwfJR .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-txmbxxwfJR .card-img span {
  color: #ffffff;
}
.cid-txmbxxwfJR .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-txmbxxwfJR .card-title,
.cid-txmbxxwfJR .card-img {
  color: #555555;
}
.cid-txmbxxwfJR .mbr-section-title {
  font-size: 60px;
}
.cid-txmbxxwfJR .mbr-text,
.cid-txmbxxwfJR .mbr-section-btn {
  color: #777777;
}
.cid-txmbxxwfJR .mbr-title,
.cid-txmbxxwfJR .ornament {
  color: #005990;
  text-align: center;
}
.cid-txmbxy5RUD {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-txmbxy5RUD img,
.cid-txmbxy5RUD .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txmbxy5RUD .item:focus,
.cid-txmbxy5RUD span:focus {
  outline: none;
}
.cid-txmbxy5RUD .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txmbxy5RUD .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txmbxy5RUD .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txmbxy5RUD .item-img {
    padding: 1rem;
  }
}
.cid-txmbxy5RUD .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txmbxy5RUD .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txmbxy5RUD .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txmbxy5RUD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txmbxy5RUD .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txmbxy5RUD .mbr-text,
.cid-txmbxy5RUD .mbr-section-btn {
  text-align: center;
}
.cid-txmbxy5RUD .item-title {
  text-align: center;
}
.cid-txmbxy5RUD .item-subtitle {
  text-align: center;
}
.cid-txmbxzKgRO.popup-builder {
  background-color: #ffffff;
}
.cid-txmbxzKgRO.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txmbxzKgRO.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txmbxzKgRO .modal-content,
.cid-txmbxzKgRO .modal-dialog {
  height: auto;
}
.cid-txmbxzKgRO .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txmbxzKgRO .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txmbxzKgRO .form-wrapper .mbr-form .form-group,
  .cid-txmbxzKgRO .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txmbxzKgRO .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txmbxzKgRO .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txmbxzKgRO .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txmbxzKgRO .pt-0 {
  padding-top: 0 !important;
}
.cid-txmbxzKgRO .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txmbxzKgRO .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txmbxzKgRO .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txmbxzKgRO .modal-open {
  overflow: hidden;
}
.cid-txmbxzKgRO .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txmbxzKgRO .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txmbxzKgRO .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txmbxzKgRO .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txmbxzKgRO .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txmbxzKgRO .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txmbxzKgRO .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txmbxzKgRO .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txmbxzKgRO .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txmbxzKgRO .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txmbxzKgRO .modal-backdrop.fade {
  opacity: 0;
}
.cid-txmbxzKgRO .modal-backdrop.show {
  opacity: .5;
}
.cid-txmbxzKgRO .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txmbxzKgRO .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txmbxzKgRO .modal-header {
    padding: 1rem;
  }
}
.cid-txmbxzKgRO .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txmbxzKgRO .modal-header .close svg {
  fill: #ffffff;
}
.cid-txmbxzKgRO .modal-header .close:hover {
  opacity: 1;
}
.cid-txmbxzKgRO .modal-header .close:focus {
  outline: none;
}
.cid-txmbxzKgRO .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txmbxzKgRO .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txmbxzKgRO .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txmbxzKgRO .modal-body {
    padding: 1rem;
  }
}
.cid-txmbxzKgRO .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txmbxzKgRO .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txmbxzKgRO .modal-footer {
    padding: 1rem;
  }
}
.cid-txmbxzKgRO .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txmbxzKgRO .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txmbxzKgRO .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txmbxzKgRO .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txmbxzKgRO .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txmbxzKgRO .modal-lg,
  .cid-txmbxzKgRO .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txmbxzKgRO .modal-xl {
    max-width: 1140px;
  }
}
.cid-txmbxzKgRO .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txmbxzKgRO .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txmbxzKgRO .form-group {
  margin-bottom: 1rem;
}
.cid-txmbxzKgRO .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txmbxzKgRO .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txmbxzKgRO .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txmbxzKgRO .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txmbxzKgRO .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txmbxAvSh0 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txmbxAvSh0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txmbxAvSh0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txmbxAvSh0 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txmbxAvSh0 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txmbxAvSh0 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txmbxAvSh0 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txmbxAvSh0 .container {
    max-width: 100%;
  }
  .cid-txmbxAvSh0 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txmbxAvSh0 .item-wrap {
  width: 100%;
}
.cid-txmbxAvSh0 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txmbxAvSh0 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txmbxAvSh0 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txmbxAvSh0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txmbxAvSh0 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txmbxAvSh0 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txmbxAvSh0 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txmbxAvSh0 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txmbxAvSh0 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txmbxAvSh0 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txmbxAvSh0 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txmbxAvSh0 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txmbxAvSh0 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txmbxAvSh0 .col-links {
    padding-top: 20px;
  }
}
.cid-txmbxAvSh0 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txmbxAvSh0 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txmbxAvSh0 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txmbxAvSh0 .list {
    text-align: center !important;
  }
}
.cid-txmbxAvSh0 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txmbxAvSh0 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txmbxAvSh0 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txmbxAvSh0 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txmbxAvSh0 .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txmbxAvSh0 .list a:hover:before {
  width: 100%;
}
.cid-txmbxAvSh0 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txmbxAvSh0 .col-copyright {
    padding-top: 40px;
  }
}
.cid-txmbxAvSh0 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txmbxAvSh0 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txmeaCpZDQ {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-txmeaCpZDQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-txmeaCpZDQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txmeaCpZDQ .mbr-text,
.cid-txmeaCpZDQ .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-txmeaCpZDQ .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-txmeaCpZDQ .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-txmeaDlt4P {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txmeaDlt4P .container-fluid {
  padding: 0 3rem;
}
.cid-txmeaDlt4P .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-txmeaDlt4P .mbr-section-subtitle {
  color: #767676;
}
.cid-txmeaDlt4P .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-txmeaDlt4P .table-wrapper {
  margin: 0 auto;
}
.cid-txmeaDlt4P table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-txmeaDlt4P table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-txmeaDlt4P table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-txmeaDlt4P tr:hover {
  background-color: #efefef !important;
}
.cid-txmeaDlt4P .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-txmeaDlt4P .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-txmeaDlt4P .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-txmeaDlt4P .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-txmeaDlt4P .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-txmeaDlt4P .dataTables_wrapper {
  display: block;
}
.cid-txmeaDlt4P .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-txmeaDlt4P .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-txmeaDlt4P .head-item:after,
.cid-txmeaDlt4P .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-txmeaDlt4P .dataTables_filter {
    text-align: center;
  }
  .cid-txmeaDlt4P .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-txmeaDlt4P .dataTables_filter {
    text-align: center;
  }
  .cid-txmeaDlt4P .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-txmeaDlt4P .container-fluid {
    padding: 0 1rem;
  }
  .cid-txmeaDlt4P table th,
  .cid-txmeaDlt4P table td {
    padding: .75rem;
  }
}
.cid-txmeaDlt4P .body-item {
  text-align: center;
}
.cid-txmeaDlt4P .head-item {
  color: #000000;
}
.cid-txmeaFkGPS {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-txmeaFkGPS .media-container-row {
  margin-top: 0.5rem;
}
.cid-txmeaFkGPS .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-txmeaFkGPS .card-img span {
  color: #ffffff;
}
.cid-txmeaFkGPS .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-txmeaFkGPS .card-title,
.cid-txmeaFkGPS .card-img {
  color: #555555;
}
.cid-txmeaFkGPS .mbr-section-title {
  font-size: 60px;
}
.cid-txmeaFkGPS .mbr-text,
.cid-txmeaFkGPS .mbr-section-btn {
  color: #777777;
}
.cid-txmeaFkGPS .mbr-title,
.cid-txmeaFkGPS .ornament {
  color: #005990;
  text-align: center;
}
.cid-txmeaFUCxo {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-txmeaFUCxo img,
.cid-txmeaFUCxo .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txmeaFUCxo .item:focus,
.cid-txmeaFUCxo span:focus {
  outline: none;
}
.cid-txmeaFUCxo .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txmeaFUCxo .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txmeaFUCxo .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txmeaFUCxo .item-img {
    padding: 1rem;
  }
}
.cid-txmeaFUCxo .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txmeaFUCxo .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txmeaFUCxo .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txmeaFUCxo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txmeaFUCxo .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txmeaFUCxo .mbr-text,
.cid-txmeaFUCxo .mbr-section-btn {
  text-align: center;
}
.cid-txmeaFUCxo .item-title {
  text-align: center;
}
.cid-txmeaFUCxo .item-subtitle {
  text-align: center;
}
.cid-txmeaHBm1B.popup-builder {
  background-color: #ffffff;
}
.cid-txmeaHBm1B.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txmeaHBm1B.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txmeaHBm1B .modal-content,
.cid-txmeaHBm1B .modal-dialog {
  height: auto;
}
.cid-txmeaHBm1B .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txmeaHBm1B .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txmeaHBm1B .form-wrapper .mbr-form .form-group,
  .cid-txmeaHBm1B .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txmeaHBm1B .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txmeaHBm1B .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txmeaHBm1B .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txmeaHBm1B .pt-0 {
  padding-top: 0 !important;
}
.cid-txmeaHBm1B .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txmeaHBm1B .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txmeaHBm1B .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txmeaHBm1B .modal-open {
  overflow: hidden;
}
.cid-txmeaHBm1B .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txmeaHBm1B .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txmeaHBm1B .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txmeaHBm1B .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txmeaHBm1B .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txmeaHBm1B .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txmeaHBm1B .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txmeaHBm1B .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txmeaHBm1B .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txmeaHBm1B .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txmeaHBm1B .modal-backdrop.fade {
  opacity: 0;
}
.cid-txmeaHBm1B .modal-backdrop.show {
  opacity: .5;
}
.cid-txmeaHBm1B .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txmeaHBm1B .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txmeaHBm1B .modal-header {
    padding: 1rem;
  }
}
.cid-txmeaHBm1B .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txmeaHBm1B .modal-header .close svg {
  fill: #ffffff;
}
.cid-txmeaHBm1B .modal-header .close:hover {
  opacity: 1;
}
.cid-txmeaHBm1B .modal-header .close:focus {
  outline: none;
}
.cid-txmeaHBm1B .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txmeaHBm1B .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txmeaHBm1B .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txmeaHBm1B .modal-body {
    padding: 1rem;
  }
}
.cid-txmeaHBm1B .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txmeaHBm1B .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txmeaHBm1B .modal-footer {
    padding: 1rem;
  }
}
.cid-txmeaHBm1B .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txmeaHBm1B .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txmeaHBm1B .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txmeaHBm1B .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txmeaHBm1B .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txmeaHBm1B .modal-lg,
  .cid-txmeaHBm1B .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txmeaHBm1B .modal-xl {
    max-width: 1140px;
  }
}
.cid-txmeaHBm1B .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txmeaHBm1B .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txmeaHBm1B .form-group {
  margin-bottom: 1rem;
}
.cid-txmeaHBm1B .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txmeaHBm1B .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txmeaHBm1B .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txmeaHBm1B .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txmeaHBm1B .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txmeaIobCk {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txmeaIobCk .mbr-fallback-image.disabled {
  display: none;
}
.cid-txmeaIobCk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txmeaIobCk .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txmeaIobCk .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txmeaIobCk .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txmeaIobCk .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txmeaIobCk .container {
    max-width: 100%;
  }
  .cid-txmeaIobCk .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txmeaIobCk .item-wrap {
  width: 100%;
}
.cid-txmeaIobCk .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txmeaIobCk .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txmeaIobCk .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txmeaIobCk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txmeaIobCk .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txmeaIobCk .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txmeaIobCk .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txmeaIobCk .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txmeaIobCk .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txmeaIobCk .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txmeaIobCk .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txmeaIobCk .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txmeaIobCk .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txmeaIobCk .col-links {
    padding-top: 20px;
  }
}
.cid-txmeaIobCk .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txmeaIobCk .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txmeaIobCk .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txmeaIobCk .list {
    text-align: center !important;
  }
}
.cid-txmeaIobCk .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txmeaIobCk .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txmeaIobCk .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txmeaIobCk .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txmeaIobCk .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txmeaIobCk .list a:hover:before {
  width: 100%;
}
.cid-txmeaIobCk .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txmeaIobCk .col-copyright {
    padding-top: 40px;
  }
}
.cid-txmeaIobCk .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txmeaIobCk .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txmfmRUJtw {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-txmfmRUJtw .mbr-fallback-image.disabled {
  display: none;
}
.cid-txmfmRUJtw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txmfmRUJtw .mbr-text,
.cid-txmfmRUJtw .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-txmfmRUJtw .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-txmfmRUJtw .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-txmfmSLJDI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txmfmSLJDI .container-fluid {
  padding: 0 3rem;
}
.cid-txmfmSLJDI .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-txmfmSLJDI .mbr-section-subtitle {
  color: #767676;
}
.cid-txmfmSLJDI .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-txmfmSLJDI .table-wrapper {
  margin: 0 auto;
}
.cid-txmfmSLJDI table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-txmfmSLJDI table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-txmfmSLJDI table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-txmfmSLJDI tr:hover {
  background-color: #efefef !important;
}
.cid-txmfmSLJDI .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-txmfmSLJDI .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-txmfmSLJDI .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-txmfmSLJDI .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-txmfmSLJDI .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-txmfmSLJDI .dataTables_wrapper {
  display: block;
}
.cid-txmfmSLJDI .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-txmfmSLJDI .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-txmfmSLJDI .head-item:after,
.cid-txmfmSLJDI .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-txmfmSLJDI .dataTables_filter {
    text-align: center;
  }
  .cid-txmfmSLJDI .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-txmfmSLJDI .dataTables_filter {
    text-align: center;
  }
  .cid-txmfmSLJDI .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-txmfmSLJDI .container-fluid {
    padding: 0 1rem;
  }
  .cid-txmfmSLJDI table th,
  .cid-txmfmSLJDI table td {
    padding: .75rem;
  }
}
.cid-txmfmSLJDI .body-item {
  text-align: center;
}
.cid-txmfmSLJDI .head-item {
  color: #000000;
}
.cid-txmfmUz1yi {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-txmfmUz1yi .media-container-row {
  margin-top: 0.5rem;
}
.cid-txmfmUz1yi .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-txmfmUz1yi .card-img span {
  color: #ffffff;
}
.cid-txmfmUz1yi .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-txmfmUz1yi .card-title,
.cid-txmfmUz1yi .card-img {
  color: #555555;
}
.cid-txmfmUz1yi .mbr-section-title {
  font-size: 60px;
}
.cid-txmfmUz1yi .mbr-text,
.cid-txmfmUz1yi .mbr-section-btn {
  color: #777777;
}
.cid-txmfmUz1yi .mbr-title,
.cid-txmfmUz1yi .ornament {
  color: #005990;
  text-align: center;
}
.cid-txmfmVbxRf {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-txmfmVbxRf img,
.cid-txmfmVbxRf .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txmfmVbxRf .item:focus,
.cid-txmfmVbxRf span:focus {
  outline: none;
}
.cid-txmfmVbxRf .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txmfmVbxRf .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txmfmVbxRf .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txmfmVbxRf .item-img {
    padding: 1rem;
  }
}
.cid-txmfmVbxRf .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txmfmVbxRf .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txmfmVbxRf .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txmfmVbxRf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txmfmVbxRf .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txmfmVbxRf .mbr-text,
.cid-txmfmVbxRf .mbr-section-btn {
  text-align: center;
}
.cid-txmfmVbxRf .item-title {
  text-align: center;
}
.cid-txmfmVbxRf .item-subtitle {
  text-align: center;
}
.cid-txmfmWIAbg.popup-builder {
  background-color: #ffffff;
}
.cid-txmfmWIAbg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txmfmWIAbg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txmfmWIAbg .modal-content,
.cid-txmfmWIAbg .modal-dialog {
  height: auto;
}
.cid-txmfmWIAbg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txmfmWIAbg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txmfmWIAbg .form-wrapper .mbr-form .form-group,
  .cid-txmfmWIAbg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txmfmWIAbg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txmfmWIAbg .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txmfmWIAbg .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txmfmWIAbg .pt-0 {
  padding-top: 0 !important;
}
.cid-txmfmWIAbg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txmfmWIAbg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txmfmWIAbg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txmfmWIAbg .modal-open {
  overflow: hidden;
}
.cid-txmfmWIAbg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txmfmWIAbg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txmfmWIAbg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txmfmWIAbg .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txmfmWIAbg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txmfmWIAbg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txmfmWIAbg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txmfmWIAbg .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txmfmWIAbg .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txmfmWIAbg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txmfmWIAbg .modal-backdrop.fade {
  opacity: 0;
}
.cid-txmfmWIAbg .modal-backdrop.show {
  opacity: .5;
}
.cid-txmfmWIAbg .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txmfmWIAbg .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txmfmWIAbg .modal-header {
    padding: 1rem;
  }
}
.cid-txmfmWIAbg .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txmfmWIAbg .modal-header .close svg {
  fill: #ffffff;
}
.cid-txmfmWIAbg .modal-header .close:hover {
  opacity: 1;
}
.cid-txmfmWIAbg .modal-header .close:focus {
  outline: none;
}
.cid-txmfmWIAbg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txmfmWIAbg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txmfmWIAbg .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txmfmWIAbg .modal-body {
    padding: 1rem;
  }
}
.cid-txmfmWIAbg .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txmfmWIAbg .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txmfmWIAbg .modal-footer {
    padding: 1rem;
  }
}
.cid-txmfmWIAbg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txmfmWIAbg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txmfmWIAbg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txmfmWIAbg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txmfmWIAbg .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txmfmWIAbg .modal-lg,
  .cid-txmfmWIAbg .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txmfmWIAbg .modal-xl {
    max-width: 1140px;
  }
}
.cid-txmfmWIAbg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txmfmWIAbg .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txmfmWIAbg .form-group {
  margin-bottom: 1rem;
}
.cid-txmfmWIAbg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txmfmWIAbg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txmfmWIAbg .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txmfmWIAbg .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txmfmWIAbg .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txmfmXwZMA {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txmfmXwZMA .mbr-fallback-image.disabled {
  display: none;
}
.cid-txmfmXwZMA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txmfmXwZMA .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txmfmXwZMA .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txmfmXwZMA .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txmfmXwZMA .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txmfmXwZMA .container {
    max-width: 100%;
  }
  .cid-txmfmXwZMA .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txmfmXwZMA .item-wrap {
  width: 100%;
}
.cid-txmfmXwZMA .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txmfmXwZMA .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txmfmXwZMA .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txmfmXwZMA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txmfmXwZMA .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txmfmXwZMA .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txmfmXwZMA .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txmfmXwZMA .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txmfmXwZMA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txmfmXwZMA .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txmfmXwZMA .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txmfmXwZMA .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txmfmXwZMA .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txmfmXwZMA .col-links {
    padding-top: 20px;
  }
}
.cid-txmfmXwZMA .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txmfmXwZMA .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txmfmXwZMA .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txmfmXwZMA .list {
    text-align: center !important;
  }
}
.cid-txmfmXwZMA .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txmfmXwZMA .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txmfmXwZMA .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txmfmXwZMA .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txmfmXwZMA .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txmfmXwZMA .list a:hover:before {
  width: 100%;
}
.cid-txmfmXwZMA .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txmfmXwZMA .col-copyright {
    padding-top: 40px;
  }
}
.cid-txmfmXwZMA .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txmfmXwZMA .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txmgCtlYzl {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-txmgCtlYzl .mbr-fallback-image.disabled {
  display: none;
}
.cid-txmgCtlYzl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txmgCtlYzl .mbr-text,
.cid-txmgCtlYzl .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-txmgCtlYzl .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-txmgCtlYzl .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-txmgCub3C2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txmgCub3C2 .container-fluid {
  padding: 0 3rem;
}
.cid-txmgCub3C2 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-txmgCub3C2 .mbr-section-subtitle {
  color: #767676;
}
.cid-txmgCub3C2 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-txmgCub3C2 .table-wrapper {
  margin: 0 auto;
}
.cid-txmgCub3C2 table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-txmgCub3C2 table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-txmgCub3C2 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-txmgCub3C2 tr:hover {
  background-color: #efefef !important;
}
.cid-txmgCub3C2 .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-txmgCub3C2 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-txmgCub3C2 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-txmgCub3C2 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-txmgCub3C2 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-txmgCub3C2 .dataTables_wrapper {
  display: block;
}
.cid-txmgCub3C2 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-txmgCub3C2 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-txmgCub3C2 .head-item:after,
.cid-txmgCub3C2 .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-txmgCub3C2 .dataTables_filter {
    text-align: center;
  }
  .cid-txmgCub3C2 .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-txmgCub3C2 .dataTables_filter {
    text-align: center;
  }
  .cid-txmgCub3C2 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-txmgCub3C2 .container-fluid {
    padding: 0 1rem;
  }
  .cid-txmgCub3C2 table th,
  .cid-txmgCub3C2 table td {
    padding: .75rem;
  }
}
.cid-txmgCub3C2 .body-item {
  text-align: center;
}
.cid-txmgCub3C2 .head-item {
  color: #000000;
}
.cid-txmgCw137u {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-txmgCw137u .media-container-row {
  margin-top: 0.5rem;
}
.cid-txmgCw137u .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-txmgCw137u .card-img span {
  color: #ffffff;
}
.cid-txmgCw137u .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-txmgCw137u .card-title,
.cid-txmgCw137u .card-img {
  color: #555555;
}
.cid-txmgCw137u .mbr-section-title {
  font-size: 60px;
}
.cid-txmgCw137u .mbr-text,
.cid-txmgCw137u .mbr-section-btn {
  color: #777777;
}
.cid-txmgCw137u .mbr-title,
.cid-txmgCw137u .ornament {
  color: #005990;
  text-align: center;
}
.cid-txmgCwxLdC {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-txmgCwxLdC img,
.cid-txmgCwxLdC .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txmgCwxLdC .item:focus,
.cid-txmgCwxLdC span:focus {
  outline: none;
}
.cid-txmgCwxLdC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txmgCwxLdC .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txmgCwxLdC .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txmgCwxLdC .item-img {
    padding: 1rem;
  }
}
.cid-txmgCwxLdC .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txmgCwxLdC .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txmgCwxLdC .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txmgCwxLdC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txmgCwxLdC .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txmgCwxLdC .mbr-text,
.cid-txmgCwxLdC .mbr-section-btn {
  text-align: center;
}
.cid-txmgCwxLdC .item-title {
  text-align: center;
}
.cid-txmgCwxLdC .item-subtitle {
  text-align: center;
}
.cid-txmgCybBxl.popup-builder {
  background-color: #ffffff;
}
.cid-txmgCybBxl.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txmgCybBxl.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txmgCybBxl .modal-content,
.cid-txmgCybBxl .modal-dialog {
  height: auto;
}
.cid-txmgCybBxl .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txmgCybBxl .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txmgCybBxl .form-wrapper .mbr-form .form-group,
  .cid-txmgCybBxl .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txmgCybBxl .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txmgCybBxl .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txmgCybBxl .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txmgCybBxl .pt-0 {
  padding-top: 0 !important;
}
.cid-txmgCybBxl .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txmgCybBxl .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txmgCybBxl .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txmgCybBxl .modal-open {
  overflow: hidden;
}
.cid-txmgCybBxl .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txmgCybBxl .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txmgCybBxl .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txmgCybBxl .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txmgCybBxl .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txmgCybBxl .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txmgCybBxl .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txmgCybBxl .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txmgCybBxl .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txmgCybBxl .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txmgCybBxl .modal-backdrop.fade {
  opacity: 0;
}
.cid-txmgCybBxl .modal-backdrop.show {
  opacity: .5;
}
.cid-txmgCybBxl .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txmgCybBxl .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txmgCybBxl .modal-header {
    padding: 1rem;
  }
}
.cid-txmgCybBxl .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txmgCybBxl .modal-header .close svg {
  fill: #ffffff;
}
.cid-txmgCybBxl .modal-header .close:hover {
  opacity: 1;
}
.cid-txmgCybBxl .modal-header .close:focus {
  outline: none;
}
.cid-txmgCybBxl .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txmgCybBxl .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txmgCybBxl .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txmgCybBxl .modal-body {
    padding: 1rem;
  }
}
.cid-txmgCybBxl .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txmgCybBxl .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txmgCybBxl .modal-footer {
    padding: 1rem;
  }
}
.cid-txmgCybBxl .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txmgCybBxl .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txmgCybBxl .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txmgCybBxl .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txmgCybBxl .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txmgCybBxl .modal-lg,
  .cid-txmgCybBxl .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txmgCybBxl .modal-xl {
    max-width: 1140px;
  }
}
.cid-txmgCybBxl .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txmgCybBxl .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txmgCybBxl .form-group {
  margin-bottom: 1rem;
}
.cid-txmgCybBxl .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txmgCybBxl .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txmgCybBxl .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txmgCybBxl .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txmgCybBxl .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txmgCyXdVu {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txmgCyXdVu .mbr-fallback-image.disabled {
  display: none;
}
.cid-txmgCyXdVu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txmgCyXdVu .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txmgCyXdVu .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txmgCyXdVu .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txmgCyXdVu .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txmgCyXdVu .container {
    max-width: 100%;
  }
  .cid-txmgCyXdVu .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txmgCyXdVu .item-wrap {
  width: 100%;
}
.cid-txmgCyXdVu .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txmgCyXdVu .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txmgCyXdVu .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txmgCyXdVu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txmgCyXdVu .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txmgCyXdVu .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txmgCyXdVu .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txmgCyXdVu .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txmgCyXdVu .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txmgCyXdVu .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txmgCyXdVu .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txmgCyXdVu .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txmgCyXdVu .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txmgCyXdVu .col-links {
    padding-top: 20px;
  }
}
.cid-txmgCyXdVu .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txmgCyXdVu .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txmgCyXdVu .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txmgCyXdVu .list {
    text-align: center !important;
  }
}
.cid-txmgCyXdVu .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txmgCyXdVu .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txmgCyXdVu .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txmgCyXdVu .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txmgCyXdVu .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txmgCyXdVu .list a:hover:before {
  width: 100%;
}
.cid-txmgCyXdVu .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txmgCyXdVu .col-copyright {
    padding-top: 40px;
  }
}
.cid-txmgCyXdVu .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txmgCyXdVu .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txmiflr7DT {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-txmiflr7DT .mbr-fallback-image.disabled {
  display: none;
}
.cid-txmiflr7DT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txmiflr7DT .mbr-text,
.cid-txmiflr7DT .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-txmiflr7DT .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-txmiflr7DT .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-txmifmi23W {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txmifmi23W .container-fluid {
  padding: 0 3rem;
}
.cid-txmifmi23W .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-txmifmi23W .mbr-section-subtitle {
  color: #767676;
}
.cid-txmifmi23W .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-txmifmi23W .table-wrapper {
  margin: 0 auto;
}
.cid-txmifmi23W table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-txmifmi23W table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-txmifmi23W table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-txmifmi23W tr:hover {
  background-color: #efefef !important;
}
.cid-txmifmi23W .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-txmifmi23W .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-txmifmi23W .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-txmifmi23W .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-txmifmi23W .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-txmifmi23W .dataTables_wrapper {
  display: block;
}
.cid-txmifmi23W .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-txmifmi23W .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-txmifmi23W .head-item:after,
.cid-txmifmi23W .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-txmifmi23W .dataTables_filter {
    text-align: center;
  }
  .cid-txmifmi23W .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-txmifmi23W .dataTables_filter {
    text-align: center;
  }
  .cid-txmifmi23W .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-txmifmi23W .container-fluid {
    padding: 0 1rem;
  }
  .cid-txmifmi23W table th,
  .cid-txmifmi23W table td {
    padding: .75rem;
  }
}
.cid-txmifmi23W .body-item {
  text-align: center;
}
.cid-txmifmi23W .head-item {
  color: #000000;
}
.cid-txmifo9CnG {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-txmifo9CnG .media-container-row {
  margin-top: 0.5rem;
}
.cid-txmifo9CnG .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-txmifo9CnG .card-img span {
  color: #ffffff;
}
.cid-txmifo9CnG .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-txmifo9CnG .card-title,
.cid-txmifo9CnG .card-img {
  color: #555555;
}
.cid-txmifo9CnG .mbr-section-title {
  font-size: 60px;
}
.cid-txmifo9CnG .mbr-text,
.cid-txmifo9CnG .mbr-section-btn {
  color: #777777;
}
.cid-txmifo9CnG .mbr-title,
.cid-txmifo9CnG .ornament {
  color: #005990;
  text-align: center;
}
.cid-txmifoKrST {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-txmifoKrST img,
.cid-txmifoKrST .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txmifoKrST .item:focus,
.cid-txmifoKrST span:focus {
  outline: none;
}
.cid-txmifoKrST .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txmifoKrST .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txmifoKrST .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txmifoKrST .item-img {
    padding: 1rem;
  }
}
.cid-txmifoKrST .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txmifoKrST .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txmifoKrST .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txmifoKrST .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txmifoKrST .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txmifoKrST .mbr-text,
.cid-txmifoKrST .mbr-section-btn {
  text-align: center;
}
.cid-txmifoKrST .item-title {
  text-align: center;
}
.cid-txmifoKrST .item-subtitle {
  text-align: center;
}
.cid-txmifqofW3.popup-builder {
  background-color: #ffffff;
}
.cid-txmifqofW3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txmifqofW3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txmifqofW3 .modal-content,
.cid-txmifqofW3 .modal-dialog {
  height: auto;
}
.cid-txmifqofW3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txmifqofW3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txmifqofW3 .form-wrapper .mbr-form .form-group,
  .cid-txmifqofW3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txmifqofW3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txmifqofW3 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txmifqofW3 .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txmifqofW3 .pt-0 {
  padding-top: 0 !important;
}
.cid-txmifqofW3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txmifqofW3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txmifqofW3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txmifqofW3 .modal-open {
  overflow: hidden;
}
.cid-txmifqofW3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txmifqofW3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txmifqofW3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txmifqofW3 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txmifqofW3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txmifqofW3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txmifqofW3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txmifqofW3 .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txmifqofW3 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txmifqofW3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txmifqofW3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-txmifqofW3 .modal-backdrop.show {
  opacity: .5;
}
.cid-txmifqofW3 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txmifqofW3 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txmifqofW3 .modal-header {
    padding: 1rem;
  }
}
.cid-txmifqofW3 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txmifqofW3 .modal-header .close svg {
  fill: #ffffff;
}
.cid-txmifqofW3 .modal-header .close:hover {
  opacity: 1;
}
.cid-txmifqofW3 .modal-header .close:focus {
  outline: none;
}
.cid-txmifqofW3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txmifqofW3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txmifqofW3 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txmifqofW3 .modal-body {
    padding: 1rem;
  }
}
.cid-txmifqofW3 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txmifqofW3 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txmifqofW3 .modal-footer {
    padding: 1rem;
  }
}
.cid-txmifqofW3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txmifqofW3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txmifqofW3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txmifqofW3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txmifqofW3 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txmifqofW3 .modal-lg,
  .cid-txmifqofW3 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txmifqofW3 .modal-xl {
    max-width: 1140px;
  }
}
.cid-txmifqofW3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txmifqofW3 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txmifqofW3 .form-group {
  margin-bottom: 1rem;
}
.cid-txmifqofW3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txmifqofW3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txmifqofW3 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txmifqofW3 .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txmifqofW3 .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txmifriXdb {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txmifriXdb .mbr-fallback-image.disabled {
  display: none;
}
.cid-txmifriXdb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txmifriXdb .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txmifriXdb .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txmifriXdb .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txmifriXdb .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txmifriXdb .container {
    max-width: 100%;
  }
  .cid-txmifriXdb .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txmifriXdb .item-wrap {
  width: 100%;
}
.cid-txmifriXdb .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txmifriXdb .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txmifriXdb .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txmifriXdb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txmifriXdb .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txmifriXdb .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txmifriXdb .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txmifriXdb .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txmifriXdb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txmifriXdb .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txmifriXdb .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txmifriXdb .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txmifriXdb .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txmifriXdb .col-links {
    padding-top: 20px;
  }
}
.cid-txmifriXdb .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txmifriXdb .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txmifriXdb .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txmifriXdb .list {
    text-align: center !important;
  }
}
.cid-txmifriXdb .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txmifriXdb .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txmifriXdb .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txmifriXdb .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txmifriXdb .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txmifriXdb .list a:hover:before {
  width: 100%;
}
.cid-txmifriXdb .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txmifriXdb .col-copyright {
    padding-top: 40px;
  }
}
.cid-txmifriXdb .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txmifriXdb .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txmjBHwgsC {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-txmjBHwgsC .mbr-fallback-image.disabled {
  display: none;
}
.cid-txmjBHwgsC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txmjBHwgsC .mbr-text,
.cid-txmjBHwgsC .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-txmjBHwgsC .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-txmjBHwgsC .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-txmjBIdzIh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txmjBIdzIh .container-fluid {
  padding: 0 3rem;
}
.cid-txmjBIdzIh .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-txmjBIdzIh .mbr-section-subtitle {
  color: #767676;
}
.cid-txmjBIdzIh .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-txmjBIdzIh .table-wrapper {
  margin: 0 auto;
}
.cid-txmjBIdzIh table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-txmjBIdzIh table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-txmjBIdzIh table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-txmjBIdzIh tr:hover {
  background-color: #efefef !important;
}
.cid-txmjBIdzIh .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-txmjBIdzIh .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-txmjBIdzIh .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-txmjBIdzIh .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-txmjBIdzIh .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-txmjBIdzIh .dataTables_wrapper {
  display: block;
}
.cid-txmjBIdzIh .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-txmjBIdzIh .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-txmjBIdzIh .head-item:after,
.cid-txmjBIdzIh .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-txmjBIdzIh .dataTables_filter {
    text-align: center;
  }
  .cid-txmjBIdzIh .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-txmjBIdzIh .dataTables_filter {
    text-align: center;
  }
  .cid-txmjBIdzIh .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-txmjBIdzIh .container-fluid {
    padding: 0 1rem;
  }
  .cid-txmjBIdzIh table th,
  .cid-txmjBIdzIh table td {
    padding: .75rem;
  }
}
.cid-txmjBIdzIh .body-item {
  text-align: center;
}
.cid-txmjBIdzIh .head-item {
  color: #000000;
}
.cid-txmjBKlIKN {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-txmjBKlIKN .media-container-row {
  margin-top: 0.5rem;
}
.cid-txmjBKlIKN .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-txmjBKlIKN .card-img span {
  color: #ffffff;
}
.cid-txmjBKlIKN .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-txmjBKlIKN .card-title,
.cid-txmjBKlIKN .card-img {
  color: #555555;
}
.cid-txmjBKlIKN .mbr-section-title {
  font-size: 60px;
}
.cid-txmjBKlIKN .mbr-text,
.cid-txmjBKlIKN .mbr-section-btn {
  color: #777777;
}
.cid-txmjBKlIKN .mbr-title,
.cid-txmjBKlIKN .ornament {
  color: #005990;
  text-align: center;
}
.cid-txmjBKRBy5 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-txmjBKRBy5 img,
.cid-txmjBKRBy5 .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txmjBKRBy5 .item:focus,
.cid-txmjBKRBy5 span:focus {
  outline: none;
}
.cid-txmjBKRBy5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txmjBKRBy5 .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txmjBKRBy5 .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txmjBKRBy5 .item-img {
    padding: 1rem;
  }
}
.cid-txmjBKRBy5 .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txmjBKRBy5 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txmjBKRBy5 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txmjBKRBy5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txmjBKRBy5 .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txmjBKRBy5 .mbr-text,
.cid-txmjBKRBy5 .mbr-section-btn {
  text-align: center;
}
.cid-txmjBKRBy5 .item-title {
  text-align: center;
}
.cid-txmjBKRBy5 .item-subtitle {
  text-align: center;
}
.cid-txmjBMwI1D.popup-builder {
  background-color: #ffffff;
}
.cid-txmjBMwI1D.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txmjBMwI1D.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txmjBMwI1D .modal-content,
.cid-txmjBMwI1D .modal-dialog {
  height: auto;
}
.cid-txmjBMwI1D .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txmjBMwI1D .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txmjBMwI1D .form-wrapper .mbr-form .form-group,
  .cid-txmjBMwI1D .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txmjBMwI1D .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txmjBMwI1D .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txmjBMwI1D .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txmjBMwI1D .pt-0 {
  padding-top: 0 !important;
}
.cid-txmjBMwI1D .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txmjBMwI1D .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txmjBMwI1D .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txmjBMwI1D .modal-open {
  overflow: hidden;
}
.cid-txmjBMwI1D .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txmjBMwI1D .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txmjBMwI1D .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txmjBMwI1D .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txmjBMwI1D .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txmjBMwI1D .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txmjBMwI1D .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txmjBMwI1D .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txmjBMwI1D .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txmjBMwI1D .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txmjBMwI1D .modal-backdrop.fade {
  opacity: 0;
}
.cid-txmjBMwI1D .modal-backdrop.show {
  opacity: .5;
}
.cid-txmjBMwI1D .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txmjBMwI1D .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txmjBMwI1D .modal-header {
    padding: 1rem;
  }
}
.cid-txmjBMwI1D .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txmjBMwI1D .modal-header .close svg {
  fill: #ffffff;
}
.cid-txmjBMwI1D .modal-header .close:hover {
  opacity: 1;
}
.cid-txmjBMwI1D .modal-header .close:focus {
  outline: none;
}
.cid-txmjBMwI1D .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txmjBMwI1D .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txmjBMwI1D .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txmjBMwI1D .modal-body {
    padding: 1rem;
  }
}
.cid-txmjBMwI1D .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txmjBMwI1D .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txmjBMwI1D .modal-footer {
    padding: 1rem;
  }
}
.cid-txmjBMwI1D .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txmjBMwI1D .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txmjBMwI1D .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txmjBMwI1D .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txmjBMwI1D .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txmjBMwI1D .modal-lg,
  .cid-txmjBMwI1D .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txmjBMwI1D .modal-xl {
    max-width: 1140px;
  }
}
.cid-txmjBMwI1D .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txmjBMwI1D .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txmjBMwI1D .form-group {
  margin-bottom: 1rem;
}
.cid-txmjBMwI1D .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txmjBMwI1D .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txmjBMwI1D .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txmjBMwI1D .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txmjBMwI1D .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txmjBNhuC0 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txmjBNhuC0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txmjBNhuC0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txmjBNhuC0 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txmjBNhuC0 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txmjBNhuC0 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txmjBNhuC0 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txmjBNhuC0 .container {
    max-width: 100%;
  }
  .cid-txmjBNhuC0 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txmjBNhuC0 .item-wrap {
  width: 100%;
}
.cid-txmjBNhuC0 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txmjBNhuC0 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txmjBNhuC0 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txmjBNhuC0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txmjBNhuC0 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txmjBNhuC0 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txmjBNhuC0 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txmjBNhuC0 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txmjBNhuC0 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txmjBNhuC0 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txmjBNhuC0 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txmjBNhuC0 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txmjBNhuC0 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txmjBNhuC0 .col-links {
    padding-top: 20px;
  }
}
.cid-txmjBNhuC0 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txmjBNhuC0 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txmjBNhuC0 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txmjBNhuC0 .list {
    text-align: center !important;
  }
}
.cid-txmjBNhuC0 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txmjBNhuC0 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txmjBNhuC0 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txmjBNhuC0 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txmjBNhuC0 .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txmjBNhuC0 .list a:hover:before {
  width: 100%;
}
.cid-txmjBNhuC0 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txmjBNhuC0 .col-copyright {
    padding-top: 40px;
  }
}
.cid-txmjBNhuC0 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txmjBNhuC0 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txmkF3DJgf {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-txmkF3DJgf .mbr-fallback-image.disabled {
  display: none;
}
.cid-txmkF3DJgf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txmkF3DJgf .mbr-text,
.cid-txmkF3DJgf .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-txmkF3DJgf .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-txmkF3DJgf .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-txmkF4G8GS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txmkF4G8GS .container-fluid {
  padding: 0 3rem;
}
.cid-txmkF4G8GS .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-txmkF4G8GS .mbr-section-subtitle {
  color: #767676;
}
.cid-txmkF4G8GS .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-txmkF4G8GS .table-wrapper {
  margin: 0 auto;
}
.cid-txmkF4G8GS table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-txmkF4G8GS table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-txmkF4G8GS table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-txmkF4G8GS tr:hover {
  background-color: #efefef !important;
}
.cid-txmkF4G8GS .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-txmkF4G8GS .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-txmkF4G8GS .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-txmkF4G8GS .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-txmkF4G8GS .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-txmkF4G8GS .dataTables_wrapper {
  display: block;
}
.cid-txmkF4G8GS .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-txmkF4G8GS .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-txmkF4G8GS .head-item:after,
.cid-txmkF4G8GS .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-txmkF4G8GS .dataTables_filter {
    text-align: center;
  }
  .cid-txmkF4G8GS .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-txmkF4G8GS .dataTables_filter {
    text-align: center;
  }
  .cid-txmkF4G8GS .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-txmkF4G8GS .container-fluid {
    padding: 0 1rem;
  }
  .cid-txmkF4G8GS table th,
  .cid-txmkF4G8GS table td {
    padding: .75rem;
  }
}
.cid-txmkF4G8GS .body-item {
  text-align: center;
}
.cid-txmkF4G8GS .head-item {
  color: #000000;
}
.cid-txmkF72ewg {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-txmkF72ewg .media-container-row {
  margin-top: 0.5rem;
}
.cid-txmkF72ewg .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-txmkF72ewg .card-img span {
  color: #ffffff;
}
.cid-txmkF72ewg .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-txmkF72ewg .card-title,
.cid-txmkF72ewg .card-img {
  color: #555555;
}
.cid-txmkF72ewg .mbr-section-title {
  font-size: 60px;
}
.cid-txmkF72ewg .mbr-text,
.cid-txmkF72ewg .mbr-section-btn {
  color: #777777;
}
.cid-txmkF72ewg .mbr-title,
.cid-txmkF72ewg .ornament {
  color: #005990;
  text-align: center;
}
.cid-txmkF7CUXF {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-txmkF7CUXF img,
.cid-txmkF7CUXF .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txmkF7CUXF .item:focus,
.cid-txmkF7CUXF span:focus {
  outline: none;
}
.cid-txmkF7CUXF .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txmkF7CUXF .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txmkF7CUXF .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txmkF7CUXF .item-img {
    padding: 1rem;
  }
}
.cid-txmkF7CUXF .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txmkF7CUXF .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txmkF7CUXF .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txmkF7CUXF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txmkF7CUXF .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txmkF7CUXF .mbr-text,
.cid-txmkF7CUXF .mbr-section-btn {
  text-align: center;
}
.cid-txmkF7CUXF .item-title {
  text-align: center;
}
.cid-txmkF7CUXF .item-subtitle {
  text-align: center;
}
.cid-txmkF9gpgb.popup-builder {
  background-color: #ffffff;
}
.cid-txmkF9gpgb.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txmkF9gpgb.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txmkF9gpgb .modal-content,
.cid-txmkF9gpgb .modal-dialog {
  height: auto;
}
.cid-txmkF9gpgb .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txmkF9gpgb .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txmkF9gpgb .form-wrapper .mbr-form .form-group,
  .cid-txmkF9gpgb .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txmkF9gpgb .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txmkF9gpgb .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txmkF9gpgb .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txmkF9gpgb .pt-0 {
  padding-top: 0 !important;
}
.cid-txmkF9gpgb .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txmkF9gpgb .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txmkF9gpgb .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txmkF9gpgb .modal-open {
  overflow: hidden;
}
.cid-txmkF9gpgb .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txmkF9gpgb .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txmkF9gpgb .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txmkF9gpgb .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txmkF9gpgb .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txmkF9gpgb .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txmkF9gpgb .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txmkF9gpgb .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txmkF9gpgb .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txmkF9gpgb .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txmkF9gpgb .modal-backdrop.fade {
  opacity: 0;
}
.cid-txmkF9gpgb .modal-backdrop.show {
  opacity: .5;
}
.cid-txmkF9gpgb .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txmkF9gpgb .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txmkF9gpgb .modal-header {
    padding: 1rem;
  }
}
.cid-txmkF9gpgb .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txmkF9gpgb .modal-header .close svg {
  fill: #ffffff;
}
.cid-txmkF9gpgb .modal-header .close:hover {
  opacity: 1;
}
.cid-txmkF9gpgb .modal-header .close:focus {
  outline: none;
}
.cid-txmkF9gpgb .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txmkF9gpgb .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txmkF9gpgb .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txmkF9gpgb .modal-body {
    padding: 1rem;
  }
}
.cid-txmkF9gpgb .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txmkF9gpgb .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txmkF9gpgb .modal-footer {
    padding: 1rem;
  }
}
.cid-txmkF9gpgb .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txmkF9gpgb .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txmkF9gpgb .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txmkF9gpgb .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txmkF9gpgb .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txmkF9gpgb .modal-lg,
  .cid-txmkF9gpgb .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txmkF9gpgb .modal-xl {
    max-width: 1140px;
  }
}
.cid-txmkF9gpgb .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txmkF9gpgb .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txmkF9gpgb .form-group {
  margin-bottom: 1rem;
}
.cid-txmkF9gpgb .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txmkF9gpgb .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txmkF9gpgb .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txmkF9gpgb .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txmkF9gpgb .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txmkFa8Nwk {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txmkFa8Nwk .mbr-fallback-image.disabled {
  display: none;
}
.cid-txmkFa8Nwk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txmkFa8Nwk .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txmkFa8Nwk .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txmkFa8Nwk .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txmkFa8Nwk .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txmkFa8Nwk .container {
    max-width: 100%;
  }
  .cid-txmkFa8Nwk .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txmkFa8Nwk .item-wrap {
  width: 100%;
}
.cid-txmkFa8Nwk .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txmkFa8Nwk .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txmkFa8Nwk .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txmkFa8Nwk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txmkFa8Nwk .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txmkFa8Nwk .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txmkFa8Nwk .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txmkFa8Nwk .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txmkFa8Nwk .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txmkFa8Nwk .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txmkFa8Nwk .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txmkFa8Nwk .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txmkFa8Nwk .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txmkFa8Nwk .col-links {
    padding-top: 20px;
  }
}
.cid-txmkFa8Nwk .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txmkFa8Nwk .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txmkFa8Nwk .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txmkFa8Nwk .list {
    text-align: center !important;
  }
}
.cid-txmkFa8Nwk .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txmkFa8Nwk .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txmkFa8Nwk .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txmkFa8Nwk .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txmkFa8Nwk .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txmkFa8Nwk .list a:hover:before {
  width: 100%;
}
.cid-txmkFa8Nwk .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txmkFa8Nwk .col-copyright {
    padding-top: 40px;
  }
}
.cid-txmkFa8Nwk .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txmkFa8Nwk .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txmmMzsyYf {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-txmmMzsyYf .mbr-fallback-image.disabled {
  display: none;
}
.cid-txmmMzsyYf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txmmMzsyYf .mbr-text,
.cid-txmmMzsyYf .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-txmmMzsyYf .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-txmmMzsyYf .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-txmmMAvhoa {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txmmMAvhoa .container-fluid {
  padding: 0 3rem;
}
.cid-txmmMAvhoa .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-txmmMAvhoa .mbr-section-subtitle {
  color: #767676;
}
.cid-txmmMAvhoa .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-txmmMAvhoa .table-wrapper {
  margin: 0 auto;
}
.cid-txmmMAvhoa table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-txmmMAvhoa table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-txmmMAvhoa table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-txmmMAvhoa tr:hover {
  background-color: #efefef !important;
}
.cid-txmmMAvhoa .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-txmmMAvhoa .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-txmmMAvhoa .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-txmmMAvhoa .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-txmmMAvhoa .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-txmmMAvhoa .dataTables_wrapper {
  display: block;
}
.cid-txmmMAvhoa .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-txmmMAvhoa .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-txmmMAvhoa .head-item:after,
.cid-txmmMAvhoa .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-txmmMAvhoa .dataTables_filter {
    text-align: center;
  }
  .cid-txmmMAvhoa .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-txmmMAvhoa .dataTables_filter {
    text-align: center;
  }
  .cid-txmmMAvhoa .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-txmmMAvhoa .container-fluid {
    padding: 0 1rem;
  }
  .cid-txmmMAvhoa table th,
  .cid-txmmMAvhoa table td {
    padding: .75rem;
  }
}
.cid-txmmMAvhoa .body-item {
  text-align: center;
}
.cid-txmmMAvhoa .head-item {
  color: #000000;
}
.cid-txmmMCBF5H {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-txmmMCBF5H .media-container-row {
  margin-top: 0.5rem;
}
.cid-txmmMCBF5H .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-txmmMCBF5H .card-img span {
  color: #ffffff;
}
.cid-txmmMCBF5H .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-txmmMCBF5H .card-title,
.cid-txmmMCBF5H .card-img {
  color: #555555;
}
.cid-txmmMCBF5H .mbr-section-title {
  font-size: 60px;
}
.cid-txmmMCBF5H .mbr-text,
.cid-txmmMCBF5H .mbr-section-btn {
  color: #777777;
}
.cid-txmmMCBF5H .mbr-title,
.cid-txmmMCBF5H .ornament {
  color: #005990;
  text-align: center;
}
.cid-txmmMDbJTM {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-txmmMDbJTM img,
.cid-txmmMDbJTM .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txmmMDbJTM .item:focus,
.cid-txmmMDbJTM span:focus {
  outline: none;
}
.cid-txmmMDbJTM .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txmmMDbJTM .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txmmMDbJTM .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txmmMDbJTM .item-img {
    padding: 1rem;
  }
}
.cid-txmmMDbJTM .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txmmMDbJTM .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txmmMDbJTM .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txmmMDbJTM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txmmMDbJTM .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txmmMDbJTM .mbr-text,
.cid-txmmMDbJTM .mbr-section-btn {
  text-align: center;
}
.cid-txmmMDbJTM .item-title {
  text-align: center;
}
.cid-txmmMDbJTM .item-subtitle {
  text-align: center;
}
.cid-txmmMF0gYQ.popup-builder {
  background-color: #ffffff;
}
.cid-txmmMF0gYQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txmmMF0gYQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txmmMF0gYQ .modal-content,
.cid-txmmMF0gYQ .modal-dialog {
  height: auto;
}
.cid-txmmMF0gYQ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txmmMF0gYQ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txmmMF0gYQ .form-wrapper .mbr-form .form-group,
  .cid-txmmMF0gYQ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txmmMF0gYQ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txmmMF0gYQ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txmmMF0gYQ .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txmmMF0gYQ .pt-0 {
  padding-top: 0 !important;
}
.cid-txmmMF0gYQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txmmMF0gYQ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txmmMF0gYQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txmmMF0gYQ .modal-open {
  overflow: hidden;
}
.cid-txmmMF0gYQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txmmMF0gYQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txmmMF0gYQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txmmMF0gYQ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txmmMF0gYQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txmmMF0gYQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txmmMF0gYQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txmmMF0gYQ .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txmmMF0gYQ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txmmMF0gYQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txmmMF0gYQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-txmmMF0gYQ .modal-backdrop.show {
  opacity: .5;
}
.cid-txmmMF0gYQ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txmmMF0gYQ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txmmMF0gYQ .modal-header {
    padding: 1rem;
  }
}
.cid-txmmMF0gYQ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txmmMF0gYQ .modal-header .close svg {
  fill: #ffffff;
}
.cid-txmmMF0gYQ .modal-header .close:hover {
  opacity: 1;
}
.cid-txmmMF0gYQ .modal-header .close:focus {
  outline: none;
}
.cid-txmmMF0gYQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txmmMF0gYQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txmmMF0gYQ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txmmMF0gYQ .modal-body {
    padding: 1rem;
  }
}
.cid-txmmMF0gYQ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txmmMF0gYQ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txmmMF0gYQ .modal-footer {
    padding: 1rem;
  }
}
.cid-txmmMF0gYQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txmmMF0gYQ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txmmMF0gYQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txmmMF0gYQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txmmMF0gYQ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txmmMF0gYQ .modal-lg,
  .cid-txmmMF0gYQ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txmmMF0gYQ .modal-xl {
    max-width: 1140px;
  }
}
.cid-txmmMF0gYQ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txmmMF0gYQ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txmmMF0gYQ .form-group {
  margin-bottom: 1rem;
}
.cid-txmmMF0gYQ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txmmMF0gYQ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txmmMF0gYQ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txmmMF0gYQ .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txmmMF0gYQ .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txmmMFQJcY {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txmmMFQJcY .mbr-fallback-image.disabled {
  display: none;
}
.cid-txmmMFQJcY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txmmMFQJcY .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txmmMFQJcY .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txmmMFQJcY .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txmmMFQJcY .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txmmMFQJcY .container {
    max-width: 100%;
  }
  .cid-txmmMFQJcY .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txmmMFQJcY .item-wrap {
  width: 100%;
}
.cid-txmmMFQJcY .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txmmMFQJcY .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txmmMFQJcY .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txmmMFQJcY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txmmMFQJcY .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txmmMFQJcY .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txmmMFQJcY .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txmmMFQJcY .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txmmMFQJcY .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txmmMFQJcY .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txmmMFQJcY .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txmmMFQJcY .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txmmMFQJcY .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txmmMFQJcY .col-links {
    padding-top: 20px;
  }
}
.cid-txmmMFQJcY .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txmmMFQJcY .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txmmMFQJcY .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txmmMFQJcY .list {
    text-align: center !important;
  }
}
.cid-txmmMFQJcY .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txmmMFQJcY .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txmmMFQJcY .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txmmMFQJcY .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txmmMFQJcY .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txmmMFQJcY .list a:hover:before {
  width: 100%;
}
.cid-txmmMFQJcY .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txmmMFQJcY .col-copyright {
    padding-top: 40px;
  }
}
.cid-txmmMFQJcY .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txmmMFQJcY .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txmQQLJliq {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-txmQQLJliq .mbr-fallback-image.disabled {
  display: none;
}
.cid-txmQQLJliq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txmQQLJliq .mbr-text,
.cid-txmQQLJliq .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-txmQQLJliq .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-txmQQLJliq .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-txmQQMypAE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txmQQMypAE .container-fluid {
  padding: 0 3rem;
}
.cid-txmQQMypAE .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-txmQQMypAE .mbr-section-subtitle {
  color: #767676;
}
.cid-txmQQMypAE .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-txmQQMypAE .table-wrapper {
  margin: 0 auto;
}
.cid-txmQQMypAE table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-txmQQMypAE table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-txmQQMypAE table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-txmQQMypAE tr:hover {
  background-color: #efefef !important;
}
.cid-txmQQMypAE .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-txmQQMypAE .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-txmQQMypAE .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-txmQQMypAE .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-txmQQMypAE .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-txmQQMypAE .dataTables_wrapper {
  display: block;
}
.cid-txmQQMypAE .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-txmQQMypAE .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-txmQQMypAE .head-item:after,
.cid-txmQQMypAE .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-txmQQMypAE .dataTables_filter {
    text-align: center;
  }
  .cid-txmQQMypAE .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-txmQQMypAE .dataTables_filter {
    text-align: center;
  }
  .cid-txmQQMypAE .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-txmQQMypAE .container-fluid {
    padding: 0 1rem;
  }
  .cid-txmQQMypAE table th,
  .cid-txmQQMypAE table td {
    padding: .75rem;
  }
}
.cid-txmQQMypAE .body-item {
  text-align: center;
}
.cid-txmQQMypAE .head-item {
  color: #000000;
}
.cid-txmQQMypAE .body-item DIV {
  text-align: center;
}
.cid-txmVh9UUh9 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-txmVh9UUh9 .media-container-row {
  margin-top: 0.5rem;
}
.cid-txmVh9UUh9 .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-txmVh9UUh9 .card-img span {
  color: #ffffff;
}
.cid-txmVh9UUh9 .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-txmVh9UUh9 .card-title,
.cid-txmVh9UUh9 .card-img {
  color: #555555;
}
.cid-txmVh9UUh9 .mbr-section-title {
  font-size: 60px;
}
.cid-txmVh9UUh9 .mbr-text,
.cid-txmVh9UUh9 .mbr-section-btn {
  color: #777777;
}
.cid-txmVh9UUh9 .mbr-title,
.cid-txmVh9UUh9 .ornament {
  color: #005990;
  text-align: center;
}
.cid-txmQQPqJrq {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-txmQQPqJrq img,
.cid-txmQQPqJrq .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txmQQPqJrq .item:focus,
.cid-txmQQPqJrq span:focus {
  outline: none;
}
.cid-txmQQPqJrq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txmQQPqJrq .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txmQQPqJrq .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txmQQPqJrq .item-img {
    padding: 1rem;
  }
}
.cid-txmQQPqJrq .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txmQQPqJrq .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txmQQPqJrq .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txmQQPqJrq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txmQQPqJrq .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txmQQPqJrq .mbr-text,
.cid-txmQQPqJrq .mbr-section-btn {
  text-align: center;
}
.cid-txmQQPqJrq .item-title {
  text-align: center;
}
.cid-txmQQPqJrq .item-subtitle {
  text-align: center;
}
.cid-txmQQR5M7F.popup-builder {
  background-color: #ffffff;
}
.cid-txmQQR5M7F.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txmQQR5M7F.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txmQQR5M7F .modal-content,
.cid-txmQQR5M7F .modal-dialog {
  height: auto;
}
.cid-txmQQR5M7F .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txmQQR5M7F .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txmQQR5M7F .form-wrapper .mbr-form .form-group,
  .cid-txmQQR5M7F .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txmQQR5M7F .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txmQQR5M7F .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txmQQR5M7F .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txmQQR5M7F .pt-0 {
  padding-top: 0 !important;
}
.cid-txmQQR5M7F .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txmQQR5M7F .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txmQQR5M7F .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txmQQR5M7F .modal-open {
  overflow: hidden;
}
.cid-txmQQR5M7F .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txmQQR5M7F .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txmQQR5M7F .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txmQQR5M7F .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txmQQR5M7F .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txmQQR5M7F .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txmQQR5M7F .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txmQQR5M7F .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txmQQR5M7F .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txmQQR5M7F .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txmQQR5M7F .modal-backdrop.fade {
  opacity: 0;
}
.cid-txmQQR5M7F .modal-backdrop.show {
  opacity: .5;
}
.cid-txmQQR5M7F .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txmQQR5M7F .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txmQQR5M7F .modal-header {
    padding: 1rem;
  }
}
.cid-txmQQR5M7F .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txmQQR5M7F .modal-header .close svg {
  fill: #ffffff;
}
.cid-txmQQR5M7F .modal-header .close:hover {
  opacity: 1;
}
.cid-txmQQR5M7F .modal-header .close:focus {
  outline: none;
}
.cid-txmQQR5M7F .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txmQQR5M7F .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txmQQR5M7F .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txmQQR5M7F .modal-body {
    padding: 1rem;
  }
}
.cid-txmQQR5M7F .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txmQQR5M7F .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txmQQR5M7F .modal-footer {
    padding: 1rem;
  }
}
.cid-txmQQR5M7F .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txmQQR5M7F .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txmQQR5M7F .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txmQQR5M7F .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txmQQR5M7F .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txmQQR5M7F .modal-lg,
  .cid-txmQQR5M7F .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txmQQR5M7F .modal-xl {
    max-width: 1140px;
  }
}
.cid-txmQQR5M7F .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txmQQR5M7F .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txmQQR5M7F .form-group {
  margin-bottom: 1rem;
}
.cid-txmQQR5M7F .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txmQQR5M7F .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txmQQR5M7F .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txmQQR5M7F .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txmQQR5M7F .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txmQQRThnN {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txmQQRThnN .mbr-fallback-image.disabled {
  display: none;
}
.cid-txmQQRThnN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txmQQRThnN .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txmQQRThnN .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txmQQRThnN .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txmQQRThnN .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txmQQRThnN .container {
    max-width: 100%;
  }
  .cid-txmQQRThnN .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txmQQRThnN .item-wrap {
  width: 100%;
}
.cid-txmQQRThnN .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txmQQRThnN .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txmQQRThnN .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txmQQRThnN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txmQQRThnN .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txmQQRThnN .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txmQQRThnN .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txmQQRThnN .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txmQQRThnN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txmQQRThnN .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txmQQRThnN .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txmQQRThnN .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txmQQRThnN .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txmQQRThnN .col-links {
    padding-top: 20px;
  }
}
.cid-txmQQRThnN .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txmQQRThnN .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txmQQRThnN .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txmQQRThnN .list {
    text-align: center !important;
  }
}
.cid-txmQQRThnN .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txmQQRThnN .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txmQQRThnN .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txmQQRThnN .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txmQQRThnN .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txmQQRThnN .list a:hover:before {
  width: 100%;
}
.cid-txmQQRThnN .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txmQQRThnN .col-copyright {
    padding-top: 40px;
  }
}
.cid-txmQQRThnN .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txmQQRThnN .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txmVm1MQj7 {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-txmVm1MQj7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txmVm1MQj7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txmVm1MQj7 .mbr-text,
.cid-txmVm1MQj7 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-txmVm1MQj7 .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-txmVm1MQj7 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-txmVm2Gfqf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txmVm2Gfqf .container-fluid {
  padding: 0 3rem;
}
.cid-txmVm2Gfqf .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-txmVm2Gfqf .mbr-section-subtitle {
  color: #767676;
}
.cid-txmVm2Gfqf .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-txmVm2Gfqf .table-wrapper {
  margin: 0 auto;
}
.cid-txmVm2Gfqf table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-txmVm2Gfqf table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-txmVm2Gfqf table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-txmVm2Gfqf tr:hover {
  background-color: #efefef !important;
}
.cid-txmVm2Gfqf .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-txmVm2Gfqf .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-txmVm2Gfqf .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-txmVm2Gfqf .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-txmVm2Gfqf .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-txmVm2Gfqf .dataTables_wrapper {
  display: block;
}
.cid-txmVm2Gfqf .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-txmVm2Gfqf .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-txmVm2Gfqf .head-item:after,
.cid-txmVm2Gfqf .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-txmVm2Gfqf .dataTables_filter {
    text-align: center;
  }
  .cid-txmVm2Gfqf .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-txmVm2Gfqf .dataTables_filter {
    text-align: center;
  }
  .cid-txmVm2Gfqf .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-txmVm2Gfqf .container-fluid {
    padding: 0 1rem;
  }
  .cid-txmVm2Gfqf table th,
  .cid-txmVm2Gfqf table td {
    padding: .75rem;
  }
}
.cid-txmVm2Gfqf .body-item {
  text-align: center;
}
.cid-txmVm2Gfqf .head-item {
  color: #000000;
}
.cid-txmVm2Gfqf .body-item DIV {
  text-align: center;
}
.cid-txmVm4FNqW {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-txmVm4FNqW .media-container-row {
  margin-top: 0.5rem;
}
.cid-txmVm4FNqW .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-txmVm4FNqW .card-img span {
  color: #ffffff;
}
.cid-txmVm4FNqW .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-txmVm4FNqW .card-title,
.cid-txmVm4FNqW .card-img {
  color: #555555;
}
.cid-txmVm4FNqW .mbr-section-title {
  font-size: 60px;
}
.cid-txmVm4FNqW .mbr-text,
.cid-txmVm4FNqW .mbr-section-btn {
  color: #777777;
}
.cid-txmVm4FNqW .mbr-title,
.cid-txmVm4FNqW .ornament {
  color: #005990;
  text-align: center;
}
.cid-txmVm5eByU {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-txmVm5eByU img,
.cid-txmVm5eByU .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txmVm5eByU .item:focus,
.cid-txmVm5eByU span:focus {
  outline: none;
}
.cid-txmVm5eByU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txmVm5eByU .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txmVm5eByU .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txmVm5eByU .item-img {
    padding: 1rem;
  }
}
.cid-txmVm5eByU .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txmVm5eByU .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txmVm5eByU .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txmVm5eByU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txmVm5eByU .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txmVm5eByU .mbr-text,
.cid-txmVm5eByU .mbr-section-btn {
  text-align: center;
}
.cid-txmVm5eByU .item-title {
  text-align: center;
}
.cid-txmVm5eByU .item-subtitle {
  text-align: center;
}
.cid-txmVm6NWO0.popup-builder {
  background-color: #ffffff;
}
.cid-txmVm6NWO0.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txmVm6NWO0.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txmVm6NWO0 .modal-content,
.cid-txmVm6NWO0 .modal-dialog {
  height: auto;
}
.cid-txmVm6NWO0 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txmVm6NWO0 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txmVm6NWO0 .form-wrapper .mbr-form .form-group,
  .cid-txmVm6NWO0 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txmVm6NWO0 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txmVm6NWO0 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txmVm6NWO0 .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txmVm6NWO0 .pt-0 {
  padding-top: 0 !important;
}
.cid-txmVm6NWO0 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txmVm6NWO0 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txmVm6NWO0 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txmVm6NWO0 .modal-open {
  overflow: hidden;
}
.cid-txmVm6NWO0 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txmVm6NWO0 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txmVm6NWO0 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txmVm6NWO0 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txmVm6NWO0 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txmVm6NWO0 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txmVm6NWO0 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txmVm6NWO0 .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txmVm6NWO0 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txmVm6NWO0 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txmVm6NWO0 .modal-backdrop.fade {
  opacity: 0;
}
.cid-txmVm6NWO0 .modal-backdrop.show {
  opacity: .5;
}
.cid-txmVm6NWO0 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txmVm6NWO0 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txmVm6NWO0 .modal-header {
    padding: 1rem;
  }
}
.cid-txmVm6NWO0 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txmVm6NWO0 .modal-header .close svg {
  fill: #ffffff;
}
.cid-txmVm6NWO0 .modal-header .close:hover {
  opacity: 1;
}
.cid-txmVm6NWO0 .modal-header .close:focus {
  outline: none;
}
.cid-txmVm6NWO0 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txmVm6NWO0 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txmVm6NWO0 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txmVm6NWO0 .modal-body {
    padding: 1rem;
  }
}
.cid-txmVm6NWO0 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txmVm6NWO0 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txmVm6NWO0 .modal-footer {
    padding: 1rem;
  }
}
.cid-txmVm6NWO0 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txmVm6NWO0 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txmVm6NWO0 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txmVm6NWO0 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txmVm6NWO0 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txmVm6NWO0 .modal-lg,
  .cid-txmVm6NWO0 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txmVm6NWO0 .modal-xl {
    max-width: 1140px;
  }
}
.cid-txmVm6NWO0 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txmVm6NWO0 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txmVm6NWO0 .form-group {
  margin-bottom: 1rem;
}
.cid-txmVm6NWO0 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txmVm6NWO0 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txmVm6NWO0 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txmVm6NWO0 .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txmVm6NWO0 .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txmVm7Ent4 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txmVm7Ent4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txmVm7Ent4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txmVm7Ent4 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txmVm7Ent4 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txmVm7Ent4 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txmVm7Ent4 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txmVm7Ent4 .container {
    max-width: 100%;
  }
  .cid-txmVm7Ent4 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txmVm7Ent4 .item-wrap {
  width: 100%;
}
.cid-txmVm7Ent4 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txmVm7Ent4 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txmVm7Ent4 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txmVm7Ent4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txmVm7Ent4 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txmVm7Ent4 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txmVm7Ent4 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txmVm7Ent4 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txmVm7Ent4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txmVm7Ent4 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txmVm7Ent4 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txmVm7Ent4 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txmVm7Ent4 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txmVm7Ent4 .col-links {
    padding-top: 20px;
  }
}
.cid-txmVm7Ent4 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txmVm7Ent4 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txmVm7Ent4 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txmVm7Ent4 .list {
    text-align: center !important;
  }
}
.cid-txmVm7Ent4 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txmVm7Ent4 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txmVm7Ent4 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txmVm7Ent4 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txmVm7Ent4 .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txmVm7Ent4 .list a:hover:before {
  width: 100%;
}
.cid-txmVm7Ent4 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txmVm7Ent4 .col-copyright {
    padding-top: 40px;
  }
}
.cid-txmVm7Ent4 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txmVm7Ent4 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txmXYTzBAc {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-txmXYTzBAc .mbr-fallback-image.disabled {
  display: none;
}
.cid-txmXYTzBAc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txmXYTzBAc .mbr-text,
.cid-txmXYTzBAc .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-txmXYTzBAc .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-txmXYTzBAc .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-txmXYUG3Vb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txmXYUG3Vb .container-fluid {
  padding: 0 3rem;
}
.cid-txmXYUG3Vb .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-txmXYUG3Vb .mbr-section-subtitle {
  color: #767676;
}
.cid-txmXYUG3Vb .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-txmXYUG3Vb .table-wrapper {
  margin: 0 auto;
}
.cid-txmXYUG3Vb table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-txmXYUG3Vb table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-txmXYUG3Vb table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-txmXYUG3Vb tr:hover {
  background-color: #efefef !important;
}
.cid-txmXYUG3Vb .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-txmXYUG3Vb .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-txmXYUG3Vb .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-txmXYUG3Vb .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-txmXYUG3Vb .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-txmXYUG3Vb .dataTables_wrapper {
  display: block;
}
.cid-txmXYUG3Vb .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-txmXYUG3Vb .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-txmXYUG3Vb .head-item:after,
.cid-txmXYUG3Vb .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-txmXYUG3Vb .dataTables_filter {
    text-align: center;
  }
  .cid-txmXYUG3Vb .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-txmXYUG3Vb .dataTables_filter {
    text-align: center;
  }
  .cid-txmXYUG3Vb .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-txmXYUG3Vb .container-fluid {
    padding: 0 1rem;
  }
  .cid-txmXYUG3Vb table th,
  .cid-txmXYUG3Vb table td {
    padding: .75rem;
  }
}
.cid-txmXYUG3Vb .body-item {
  text-align: center;
}
.cid-txmXYUG3Vb .head-item {
  color: #000000;
}
.cid-txmXYUG3Vb .body-item DIV {
  text-align: center;
}
.cid-txmXYWCLLr {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-txmXYWCLLr .media-container-row {
  margin-top: 0.5rem;
}
.cid-txmXYWCLLr .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-txmXYWCLLr .card-img span {
  color: #ffffff;
}
.cid-txmXYWCLLr .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-txmXYWCLLr .card-title,
.cid-txmXYWCLLr .card-img {
  color: #555555;
}
.cid-txmXYWCLLr .mbr-section-title {
  font-size: 60px;
}
.cid-txmXYWCLLr .mbr-text,
.cid-txmXYWCLLr .mbr-section-btn {
  color: #777777;
}
.cid-txmXYWCLLr .mbr-title,
.cid-txmXYWCLLr .ornament {
  color: #005990;
  text-align: center;
}
.cid-txmXYXdSaV {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-txmXYXdSaV img,
.cid-txmXYXdSaV .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txmXYXdSaV .item:focus,
.cid-txmXYXdSaV span:focus {
  outline: none;
}
.cid-txmXYXdSaV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txmXYXdSaV .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txmXYXdSaV .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txmXYXdSaV .item-img {
    padding: 1rem;
  }
}
.cid-txmXYXdSaV .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txmXYXdSaV .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txmXYXdSaV .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txmXYXdSaV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txmXYXdSaV .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txmXYXdSaV .mbr-text,
.cid-txmXYXdSaV .mbr-section-btn {
  text-align: center;
}
.cid-txmXYXdSaV .item-title {
  text-align: center;
}
.cid-txmXYXdSaV .item-subtitle {
  text-align: center;
}
.cid-txmXYYWqi2.popup-builder {
  background-color: #ffffff;
}
.cid-txmXYYWqi2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txmXYYWqi2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txmXYYWqi2 .modal-content,
.cid-txmXYYWqi2 .modal-dialog {
  height: auto;
}
.cid-txmXYYWqi2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txmXYYWqi2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txmXYYWqi2 .form-wrapper .mbr-form .form-group,
  .cid-txmXYYWqi2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txmXYYWqi2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txmXYYWqi2 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txmXYYWqi2 .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txmXYYWqi2 .pt-0 {
  padding-top: 0 !important;
}
.cid-txmXYYWqi2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txmXYYWqi2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txmXYYWqi2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txmXYYWqi2 .modal-open {
  overflow: hidden;
}
.cid-txmXYYWqi2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txmXYYWqi2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txmXYYWqi2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txmXYYWqi2 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txmXYYWqi2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txmXYYWqi2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txmXYYWqi2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txmXYYWqi2 .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txmXYYWqi2 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txmXYYWqi2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txmXYYWqi2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-txmXYYWqi2 .modal-backdrop.show {
  opacity: .5;
}
.cid-txmXYYWqi2 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txmXYYWqi2 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txmXYYWqi2 .modal-header {
    padding: 1rem;
  }
}
.cid-txmXYYWqi2 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txmXYYWqi2 .modal-header .close svg {
  fill: #ffffff;
}
.cid-txmXYYWqi2 .modal-header .close:hover {
  opacity: 1;
}
.cid-txmXYYWqi2 .modal-header .close:focus {
  outline: none;
}
.cid-txmXYYWqi2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txmXYYWqi2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txmXYYWqi2 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txmXYYWqi2 .modal-body {
    padding: 1rem;
  }
}
.cid-txmXYYWqi2 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txmXYYWqi2 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txmXYYWqi2 .modal-footer {
    padding: 1rem;
  }
}
.cid-txmXYYWqi2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txmXYYWqi2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txmXYYWqi2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txmXYYWqi2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txmXYYWqi2 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txmXYYWqi2 .modal-lg,
  .cid-txmXYYWqi2 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txmXYYWqi2 .modal-xl {
    max-width: 1140px;
  }
}
.cid-txmXYYWqi2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txmXYYWqi2 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txmXYYWqi2 .form-group {
  margin-bottom: 1rem;
}
.cid-txmXYYWqi2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txmXYYWqi2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txmXYYWqi2 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txmXYYWqi2 .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txmXYYWqi2 .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txmXYZMFDN {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txmXYZMFDN .mbr-fallback-image.disabled {
  display: none;
}
.cid-txmXYZMFDN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txmXYZMFDN .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txmXYZMFDN .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txmXYZMFDN .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txmXYZMFDN .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txmXYZMFDN .container {
    max-width: 100%;
  }
  .cid-txmXYZMFDN .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txmXYZMFDN .item-wrap {
  width: 100%;
}
.cid-txmXYZMFDN .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txmXYZMFDN .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txmXYZMFDN .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txmXYZMFDN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txmXYZMFDN .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txmXYZMFDN .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txmXYZMFDN .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txmXYZMFDN .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txmXYZMFDN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txmXYZMFDN .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txmXYZMFDN .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txmXYZMFDN .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txmXYZMFDN .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txmXYZMFDN .col-links {
    padding-top: 20px;
  }
}
.cid-txmXYZMFDN .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txmXYZMFDN .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txmXYZMFDN .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txmXYZMFDN .list {
    text-align: center !important;
  }
}
.cid-txmXYZMFDN .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txmXYZMFDN .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txmXYZMFDN .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txmXYZMFDN .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txmXYZMFDN .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txmXYZMFDN .list a:hover:before {
  width: 100%;
}
.cid-txmXYZMFDN .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txmXYZMFDN .col-copyright {
    padding-top: 40px;
  }
}
.cid-txmXYZMFDN .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txmXYZMFDN .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txPiKYXCh3 {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-txPiKYXCh3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txPiKYXCh3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txPiKYXCh3 .mbr-text,
.cid-txPiKYXCh3 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-txPiKYXCh3 .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-txPiKYXCh3 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-txPiKZpH6w {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txPiKZpH6w .container-fluid {
  padding: 0 3rem;
}
.cid-txPiKZpH6w .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-txPiKZpH6w .mbr-section-subtitle {
  color: #767676;
}
.cid-txPiKZpH6w .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-txPiKZpH6w .table-wrapper {
  margin: 0 auto;
}
.cid-txPiKZpH6w table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-txPiKZpH6w table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-txPiKZpH6w table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-txPiKZpH6w tr:hover {
  background-color: #efefef !important;
}
.cid-txPiKZpH6w .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-txPiKZpH6w .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-txPiKZpH6w .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-txPiKZpH6w .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-txPiKZpH6w .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-txPiKZpH6w .dataTables_wrapper {
  display: block;
}
.cid-txPiKZpH6w .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-txPiKZpH6w .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-txPiKZpH6w .head-item:after,
.cid-txPiKZpH6w .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-txPiKZpH6w .dataTables_filter {
    text-align: center;
  }
  .cid-txPiKZpH6w .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-txPiKZpH6w .dataTables_filter {
    text-align: center;
  }
  .cid-txPiKZpH6w .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-txPiKZpH6w .container-fluid {
    padding: 0 1rem;
  }
  .cid-txPiKZpH6w table th,
  .cid-txPiKZpH6w table td {
    padding: .75rem;
  }
}
.cid-txPiKZpH6w .body-item {
  text-align: center;
}
.cid-txPiKZpH6w .head-item {
  color: #000000;
}
.cid-txPiKZpH6w .body-item DIV {
  text-align: center;
}
.cid-txPiL1u9o1 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-txPiL1u9o1 img,
.cid-txPiL1u9o1 .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txPiL1u9o1 .item:focus,
.cid-txPiL1u9o1 span:focus {
  outline: none;
}
.cid-txPiL1u9o1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txPiL1u9o1 .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txPiL1u9o1 .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txPiL1u9o1 .item-img {
    padding: 1rem;
  }
}
.cid-txPiL1u9o1 .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txPiL1u9o1 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txPiL1u9o1 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txPiL1u9o1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txPiL1u9o1 .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txPiL1u9o1 .mbr-text,
.cid-txPiL1u9o1 .mbr-section-btn {
  text-align: center;
}
.cid-txPiL1u9o1 .item-title {
  text-align: center;
}
.cid-txPiL1u9o1 .item-subtitle {
  text-align: center;
}
.cid-txPiL3capY.popup-builder {
  background-color: #ffffff;
}
.cid-txPiL3capY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txPiL3capY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txPiL3capY .modal-content,
.cid-txPiL3capY .modal-dialog {
  height: auto;
}
.cid-txPiL3capY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txPiL3capY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txPiL3capY .form-wrapper .mbr-form .form-group,
  .cid-txPiL3capY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txPiL3capY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txPiL3capY .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txPiL3capY .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txPiL3capY .pt-0 {
  padding-top: 0 !important;
}
.cid-txPiL3capY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txPiL3capY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txPiL3capY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txPiL3capY .modal-open {
  overflow: hidden;
}
.cid-txPiL3capY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txPiL3capY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txPiL3capY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txPiL3capY .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txPiL3capY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txPiL3capY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txPiL3capY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txPiL3capY .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txPiL3capY .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txPiL3capY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txPiL3capY .modal-backdrop.fade {
  opacity: 0;
}
.cid-txPiL3capY .modal-backdrop.show {
  opacity: .5;
}
.cid-txPiL3capY .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txPiL3capY .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txPiL3capY .modal-header {
    padding: 1rem;
  }
}
.cid-txPiL3capY .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txPiL3capY .modal-header .close svg {
  fill: #ffffff;
}
.cid-txPiL3capY .modal-header .close:hover {
  opacity: 1;
}
.cid-txPiL3capY .modal-header .close:focus {
  outline: none;
}
.cid-txPiL3capY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txPiL3capY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txPiL3capY .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txPiL3capY .modal-body {
    padding: 1rem;
  }
}
.cid-txPiL3capY .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txPiL3capY .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txPiL3capY .modal-footer {
    padding: 1rem;
  }
}
.cid-txPiL3capY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txPiL3capY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txPiL3capY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txPiL3capY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txPiL3capY .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txPiL3capY .modal-lg,
  .cid-txPiL3capY .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txPiL3capY .modal-xl {
    max-width: 1140px;
  }
}
.cid-txPiL3capY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txPiL3capY .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txPiL3capY .form-group {
  margin-bottom: 1rem;
}
.cid-txPiL3capY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txPiL3capY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txPiL3capY .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txPiL3capY .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txPiL3capY .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txPiL3Y3B2 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txPiL3Y3B2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txPiL3Y3B2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txPiL3Y3B2 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txPiL3Y3B2 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txPiL3Y3B2 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txPiL3Y3B2 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txPiL3Y3B2 .container {
    max-width: 100%;
  }
  .cid-txPiL3Y3B2 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txPiL3Y3B2 .item-wrap {
  width: 100%;
}
.cid-txPiL3Y3B2 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txPiL3Y3B2 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txPiL3Y3B2 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txPiL3Y3B2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txPiL3Y3B2 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txPiL3Y3B2 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txPiL3Y3B2 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txPiL3Y3B2 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txPiL3Y3B2 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txPiL3Y3B2 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txPiL3Y3B2 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txPiL3Y3B2 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txPiL3Y3B2 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txPiL3Y3B2 .col-links {
    padding-top: 20px;
  }
}
.cid-txPiL3Y3B2 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txPiL3Y3B2 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txPiL3Y3B2 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txPiL3Y3B2 .list {
    text-align: center !important;
  }
}
.cid-txPiL3Y3B2 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txPiL3Y3B2 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txPiL3Y3B2 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txPiL3Y3B2 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txPiL3Y3B2 .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txPiL3Y3B2 .list a:hover:before {
  width: 100%;
}
.cid-txPiL3Y3B2 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txPiL3Y3B2 .col-copyright {
    padding-top: 40px;
  }
}
.cid-txPiL3Y3B2 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txPiL3Y3B2 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txPjOJ4SRg {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-txPjOJ4SRg .mbr-fallback-image.disabled {
  display: none;
}
.cid-txPjOJ4SRg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txPjOJ4SRg .mbr-text,
.cid-txPjOJ4SRg .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-txPjOJ4SRg .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-txPjOJ4SRg .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-txPjOJVQP1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txPjOJVQP1 .container-fluid {
  padding: 0 3rem;
}
.cid-txPjOJVQP1 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-txPjOJVQP1 .mbr-section-subtitle {
  color: #767676;
}
.cid-txPjOJVQP1 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-txPjOJVQP1 .table-wrapper {
  margin: 0 auto;
}
.cid-txPjOJVQP1 table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-txPjOJVQP1 table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-txPjOJVQP1 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-txPjOJVQP1 tr:hover {
  background-color: #efefef !important;
}
.cid-txPjOJVQP1 .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-txPjOJVQP1 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-txPjOJVQP1 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-txPjOJVQP1 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-txPjOJVQP1 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-txPjOJVQP1 .dataTables_wrapper {
  display: block;
}
.cid-txPjOJVQP1 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-txPjOJVQP1 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-txPjOJVQP1 .head-item:after,
.cid-txPjOJVQP1 .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-txPjOJVQP1 .dataTables_filter {
    text-align: center;
  }
  .cid-txPjOJVQP1 .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-txPjOJVQP1 .dataTables_filter {
    text-align: center;
  }
  .cid-txPjOJVQP1 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-txPjOJVQP1 .container-fluid {
    padding: 0 1rem;
  }
  .cid-txPjOJVQP1 table th,
  .cid-txPjOJVQP1 table td {
    padding: .75rem;
  }
}
.cid-txPjOJVQP1 .body-item {
  text-align: center;
}
.cid-txPjOJVQP1 .head-item {
  color: #000000;
}
.cid-txPjOJVQP1 .body-item DIV {
  text-align: center;
}
.cid-txPlAuAwPQ {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-txPlAuAwPQ .media-container-row {
  margin-top: 0.5rem;
}
.cid-txPlAuAwPQ .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-txPlAuAwPQ .card-img span {
  color: #ffffff;
}
.cid-txPlAuAwPQ .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-txPlAuAwPQ .card-title,
.cid-txPlAuAwPQ .card-img {
  color: #555555;
}
.cid-txPlAuAwPQ .mbr-section-title {
  font-size: 60px;
}
.cid-txPlAuAwPQ .mbr-text,
.cid-txPlAuAwPQ .mbr-section-btn {
  color: #777777;
}
.cid-txPlAuAwPQ .mbr-title,
.cid-txPlAuAwPQ .ornament {
  color: #005990;
  text-align: center;
}
.cid-txPjOLgCxB {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-txPjOLgCxB img,
.cid-txPjOLgCxB .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txPjOLgCxB .item:focus,
.cid-txPjOLgCxB span:focus {
  outline: none;
}
.cid-txPjOLgCxB .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txPjOLgCxB .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txPjOLgCxB .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txPjOLgCxB .item-img {
    padding: 1rem;
  }
}
.cid-txPjOLgCxB .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txPjOLgCxB .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txPjOLgCxB .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txPjOLgCxB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txPjOLgCxB .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txPjOLgCxB .mbr-text,
.cid-txPjOLgCxB .mbr-section-btn {
  text-align: center;
}
.cid-txPjOLgCxB .item-title {
  text-align: center;
}
.cid-txPjOLgCxB .item-subtitle {
  text-align: center;
}
.cid-txPjOMRqX1.popup-builder {
  background-color: #ffffff;
}
.cid-txPjOMRqX1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txPjOMRqX1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txPjOMRqX1 .modal-content,
.cid-txPjOMRqX1 .modal-dialog {
  height: auto;
}
.cid-txPjOMRqX1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txPjOMRqX1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txPjOMRqX1 .form-wrapper .mbr-form .form-group,
  .cid-txPjOMRqX1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txPjOMRqX1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txPjOMRqX1 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txPjOMRqX1 .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txPjOMRqX1 .pt-0 {
  padding-top: 0 !important;
}
.cid-txPjOMRqX1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txPjOMRqX1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txPjOMRqX1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txPjOMRqX1 .modal-open {
  overflow: hidden;
}
.cid-txPjOMRqX1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txPjOMRqX1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txPjOMRqX1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txPjOMRqX1 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txPjOMRqX1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txPjOMRqX1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txPjOMRqX1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txPjOMRqX1 .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txPjOMRqX1 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txPjOMRqX1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txPjOMRqX1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-txPjOMRqX1 .modal-backdrop.show {
  opacity: .5;
}
.cid-txPjOMRqX1 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txPjOMRqX1 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txPjOMRqX1 .modal-header {
    padding: 1rem;
  }
}
.cid-txPjOMRqX1 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txPjOMRqX1 .modal-header .close svg {
  fill: #ffffff;
}
.cid-txPjOMRqX1 .modal-header .close:hover {
  opacity: 1;
}
.cid-txPjOMRqX1 .modal-header .close:focus {
  outline: none;
}
.cid-txPjOMRqX1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txPjOMRqX1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txPjOMRqX1 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txPjOMRqX1 .modal-body {
    padding: 1rem;
  }
}
.cid-txPjOMRqX1 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txPjOMRqX1 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txPjOMRqX1 .modal-footer {
    padding: 1rem;
  }
}
.cid-txPjOMRqX1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txPjOMRqX1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txPjOMRqX1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txPjOMRqX1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txPjOMRqX1 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txPjOMRqX1 .modal-lg,
  .cid-txPjOMRqX1 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txPjOMRqX1 .modal-xl {
    max-width: 1140px;
  }
}
.cid-txPjOMRqX1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txPjOMRqX1 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txPjOMRqX1 .form-group {
  margin-bottom: 1rem;
}
.cid-txPjOMRqX1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txPjOMRqX1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txPjOMRqX1 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txPjOMRqX1 .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txPjOMRqX1 .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txPjONBAFX {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txPjONBAFX .mbr-fallback-image.disabled {
  display: none;
}
.cid-txPjONBAFX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txPjONBAFX .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txPjONBAFX .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txPjONBAFX .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txPjONBAFX .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txPjONBAFX .container {
    max-width: 100%;
  }
  .cid-txPjONBAFX .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txPjONBAFX .item-wrap {
  width: 100%;
}
.cid-txPjONBAFX .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txPjONBAFX .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txPjONBAFX .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txPjONBAFX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txPjONBAFX .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txPjONBAFX .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txPjONBAFX .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txPjONBAFX .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txPjONBAFX .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txPjONBAFX .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txPjONBAFX .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txPjONBAFX .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txPjONBAFX .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txPjONBAFX .col-links {
    padding-top: 20px;
  }
}
.cid-txPjONBAFX .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txPjONBAFX .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txPjONBAFX .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txPjONBAFX .list {
    text-align: center !important;
  }
}
.cid-txPjONBAFX .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txPjONBAFX .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txPjONBAFX .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txPjONBAFX .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txPjONBAFX .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txPjONBAFX .list a:hover:before {
  width: 100%;
}
.cid-txPjONBAFX .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txPjONBAFX .col-copyright {
    padding-top: 40px;
  }
}
.cid-txPjONBAFX .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txPjONBAFX .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txPlP1pVSz {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-txPlP1pVSz .mbr-fallback-image.disabled {
  display: none;
}
.cid-txPlP1pVSz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txPlP1pVSz .mbr-text,
.cid-txPlP1pVSz .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-txPlP1pVSz .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-txPlP1pVSz .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-txPlP2gJTc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txPlP2gJTc .container-fluid {
  padding: 0 3rem;
}
.cid-txPlP2gJTc .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-txPlP2gJTc .mbr-section-subtitle {
  color: #767676;
}
.cid-txPlP2gJTc .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-txPlP2gJTc .table-wrapper {
  margin: 0 auto;
}
.cid-txPlP2gJTc table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-txPlP2gJTc table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-txPlP2gJTc table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-txPlP2gJTc tr:hover {
  background-color: #efefef !important;
}
.cid-txPlP2gJTc .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-txPlP2gJTc .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-txPlP2gJTc .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-txPlP2gJTc .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-txPlP2gJTc .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-txPlP2gJTc .dataTables_wrapper {
  display: block;
}
.cid-txPlP2gJTc .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-txPlP2gJTc .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-txPlP2gJTc .head-item:after,
.cid-txPlP2gJTc .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-txPlP2gJTc .dataTables_filter {
    text-align: center;
  }
  .cid-txPlP2gJTc .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-txPlP2gJTc .dataTables_filter {
    text-align: center;
  }
  .cid-txPlP2gJTc .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-txPlP2gJTc .container-fluid {
    padding: 0 1rem;
  }
  .cid-txPlP2gJTc table th,
  .cid-txPlP2gJTc table td {
    padding: .75rem;
  }
}
.cid-txPlP2gJTc .body-item {
  text-align: center;
}
.cid-txPlP2gJTc .head-item {
  color: #000000;
}
.cid-txPlP2gJTc .body-item DIV {
  text-align: center;
}
.cid-txPn7CXO6m {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-txPn7CXO6m .media-container-row {
  margin-top: 0.5rem;
}
.cid-txPn7CXO6m .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-txPn7CXO6m .card-img span {
  color: #ffffff;
}
.cid-txPn7CXO6m .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-txPn7CXO6m .card-title,
.cid-txPn7CXO6m .card-img {
  color: #555555;
}
.cid-txPn7CXO6m .mbr-section-title {
  font-size: 60px;
}
.cid-txPn7CXO6m .mbr-text,
.cid-txPn7CXO6m .mbr-section-btn {
  color: #777777;
}
.cid-txPn7CXO6m .mbr-title,
.cid-txPn7CXO6m .ornament {
  color: #005990;
  text-align: center;
}
.cid-txPlP4I19m {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-txPlP4I19m img,
.cid-txPlP4I19m .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txPlP4I19m .item:focus,
.cid-txPlP4I19m span:focus {
  outline: none;
}
.cid-txPlP4I19m .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txPlP4I19m .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txPlP4I19m .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txPlP4I19m .item-img {
    padding: 1rem;
  }
}
.cid-txPlP4I19m .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txPlP4I19m .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txPlP4I19m .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txPlP4I19m .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txPlP4I19m .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txPlP4I19m .mbr-text,
.cid-txPlP4I19m .mbr-section-btn {
  text-align: center;
}
.cid-txPlP4I19m .item-title {
  text-align: center;
}
.cid-txPlP4I19m .item-subtitle {
  text-align: center;
}
.cid-txPlP6qzKN.popup-builder {
  background-color: #ffffff;
}
.cid-txPlP6qzKN.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txPlP6qzKN.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txPlP6qzKN .modal-content,
.cid-txPlP6qzKN .modal-dialog {
  height: auto;
}
.cid-txPlP6qzKN .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txPlP6qzKN .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txPlP6qzKN .form-wrapper .mbr-form .form-group,
  .cid-txPlP6qzKN .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txPlP6qzKN .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txPlP6qzKN .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txPlP6qzKN .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txPlP6qzKN .pt-0 {
  padding-top: 0 !important;
}
.cid-txPlP6qzKN .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txPlP6qzKN .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txPlP6qzKN .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txPlP6qzKN .modal-open {
  overflow: hidden;
}
.cid-txPlP6qzKN .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txPlP6qzKN .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txPlP6qzKN .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txPlP6qzKN .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txPlP6qzKN .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txPlP6qzKN .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txPlP6qzKN .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txPlP6qzKN .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txPlP6qzKN .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txPlP6qzKN .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txPlP6qzKN .modal-backdrop.fade {
  opacity: 0;
}
.cid-txPlP6qzKN .modal-backdrop.show {
  opacity: .5;
}
.cid-txPlP6qzKN .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txPlP6qzKN .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txPlP6qzKN .modal-header {
    padding: 1rem;
  }
}
.cid-txPlP6qzKN .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txPlP6qzKN .modal-header .close svg {
  fill: #ffffff;
}
.cid-txPlP6qzKN .modal-header .close:hover {
  opacity: 1;
}
.cid-txPlP6qzKN .modal-header .close:focus {
  outline: none;
}
.cid-txPlP6qzKN .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txPlP6qzKN .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txPlP6qzKN .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txPlP6qzKN .modal-body {
    padding: 1rem;
  }
}
.cid-txPlP6qzKN .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txPlP6qzKN .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txPlP6qzKN .modal-footer {
    padding: 1rem;
  }
}
.cid-txPlP6qzKN .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txPlP6qzKN .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txPlP6qzKN .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txPlP6qzKN .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txPlP6qzKN .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txPlP6qzKN .modal-lg,
  .cid-txPlP6qzKN .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txPlP6qzKN .modal-xl {
    max-width: 1140px;
  }
}
.cid-txPlP6qzKN .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txPlP6qzKN .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txPlP6qzKN .form-group {
  margin-bottom: 1rem;
}
.cid-txPlP6qzKN .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txPlP6qzKN .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txPlP6qzKN .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txPlP6qzKN .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txPlP6qzKN .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txPlP7dbLe {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txPlP7dbLe .mbr-fallback-image.disabled {
  display: none;
}
.cid-txPlP7dbLe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txPlP7dbLe .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txPlP7dbLe .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txPlP7dbLe .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txPlP7dbLe .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txPlP7dbLe .container {
    max-width: 100%;
  }
  .cid-txPlP7dbLe .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txPlP7dbLe .item-wrap {
  width: 100%;
}
.cid-txPlP7dbLe .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txPlP7dbLe .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txPlP7dbLe .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txPlP7dbLe .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txPlP7dbLe .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txPlP7dbLe .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txPlP7dbLe .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txPlP7dbLe .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txPlP7dbLe .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txPlP7dbLe .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txPlP7dbLe .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txPlP7dbLe .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txPlP7dbLe .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txPlP7dbLe .col-links {
    padding-top: 20px;
  }
}
.cid-txPlP7dbLe .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txPlP7dbLe .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txPlP7dbLe .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txPlP7dbLe .list {
    text-align: center !important;
  }
}
.cid-txPlP7dbLe .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txPlP7dbLe .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txPlP7dbLe .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txPlP7dbLe .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txPlP7dbLe .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txPlP7dbLe .list a:hover:before {
  width: 100%;
}
.cid-txPlP7dbLe .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txPlP7dbLe .col-copyright {
    padding-top: 40px;
  }
}
.cid-txPlP7dbLe .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txPlP7dbLe .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txPnfYPVXI {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-txPnfYPVXI .mbr-fallback-image.disabled {
  display: none;
}
.cid-txPnfYPVXI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txPnfYPVXI .mbr-text,
.cid-txPnfYPVXI .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-txPnfYPVXI .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-txPnfYPVXI .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-txPnfZCPdP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txPnfZCPdP .container-fluid {
  padding: 0 3rem;
}
.cid-txPnfZCPdP .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-txPnfZCPdP .mbr-section-subtitle {
  color: #767676;
}
.cid-txPnfZCPdP .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-txPnfZCPdP .table-wrapper {
  margin: 0 auto;
}
.cid-txPnfZCPdP table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-txPnfZCPdP table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-txPnfZCPdP table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-txPnfZCPdP tr:hover {
  background-color: #efefef !important;
}
.cid-txPnfZCPdP .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-txPnfZCPdP .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-txPnfZCPdP .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-txPnfZCPdP .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-txPnfZCPdP .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-txPnfZCPdP .dataTables_wrapper {
  display: block;
}
.cid-txPnfZCPdP .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-txPnfZCPdP .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-txPnfZCPdP .head-item:after,
.cid-txPnfZCPdP .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-txPnfZCPdP .dataTables_filter {
    text-align: center;
  }
  .cid-txPnfZCPdP .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-txPnfZCPdP .dataTables_filter {
    text-align: center;
  }
  .cid-txPnfZCPdP .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-txPnfZCPdP .container-fluid {
    padding: 0 1rem;
  }
  .cid-txPnfZCPdP table th,
  .cid-txPnfZCPdP table td {
    padding: .75rem;
  }
}
.cid-txPnfZCPdP .body-item {
  text-align: center;
}
.cid-txPnfZCPdP .head-item {
  color: #000000;
}
.cid-txPnfZCPdP .body-item DIV {
  text-align: center;
}
.cid-txPno5mGg7 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-txPno5mGg7 .media-container-row {
  margin-top: 0.5rem;
}
.cid-txPno5mGg7 .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-txPno5mGg7 .card-img span {
  color: #ffffff;
}
.cid-txPno5mGg7 .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-txPno5mGg7 .card-title,
.cid-txPno5mGg7 .card-img {
  color: #555555;
}
.cid-txPno5mGg7 .mbr-section-title {
  font-size: 60px;
}
.cid-txPno5mGg7 .mbr-text,
.cid-txPno5mGg7 .mbr-section-btn {
  color: #777777;
}
.cid-txPno5mGg7 .mbr-title,
.cid-txPno5mGg7 .ornament {
  color: #005990;
  text-align: center;
}
.cid-txPng1TRid {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-txPng1TRid img,
.cid-txPng1TRid .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txPng1TRid .item:focus,
.cid-txPng1TRid span:focus {
  outline: none;
}
.cid-txPng1TRid .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txPng1TRid .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txPng1TRid .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txPng1TRid .item-img {
    padding: 1rem;
  }
}
.cid-txPng1TRid .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txPng1TRid .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txPng1TRid .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txPng1TRid .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txPng1TRid .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txPng1TRid .mbr-text,
.cid-txPng1TRid .mbr-section-btn {
  text-align: center;
}
.cid-txPng1TRid .item-title {
  text-align: center;
}
.cid-txPng1TRid .item-subtitle {
  text-align: center;
}
.cid-txPng3o8HH.popup-builder {
  background-color: #ffffff;
}
.cid-txPng3o8HH.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txPng3o8HH.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txPng3o8HH .modal-content,
.cid-txPng3o8HH .modal-dialog {
  height: auto;
}
.cid-txPng3o8HH .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txPng3o8HH .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txPng3o8HH .form-wrapper .mbr-form .form-group,
  .cid-txPng3o8HH .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txPng3o8HH .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txPng3o8HH .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txPng3o8HH .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txPng3o8HH .pt-0 {
  padding-top: 0 !important;
}
.cid-txPng3o8HH .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txPng3o8HH .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txPng3o8HH .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txPng3o8HH .modal-open {
  overflow: hidden;
}
.cid-txPng3o8HH .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txPng3o8HH .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txPng3o8HH .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txPng3o8HH .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txPng3o8HH .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txPng3o8HH .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txPng3o8HH .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txPng3o8HH .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txPng3o8HH .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txPng3o8HH .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txPng3o8HH .modal-backdrop.fade {
  opacity: 0;
}
.cid-txPng3o8HH .modal-backdrop.show {
  opacity: .5;
}
.cid-txPng3o8HH .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txPng3o8HH .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txPng3o8HH .modal-header {
    padding: 1rem;
  }
}
.cid-txPng3o8HH .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txPng3o8HH .modal-header .close svg {
  fill: #ffffff;
}
.cid-txPng3o8HH .modal-header .close:hover {
  opacity: 1;
}
.cid-txPng3o8HH .modal-header .close:focus {
  outline: none;
}
.cid-txPng3o8HH .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txPng3o8HH .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txPng3o8HH .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txPng3o8HH .modal-body {
    padding: 1rem;
  }
}
.cid-txPng3o8HH .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txPng3o8HH .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txPng3o8HH .modal-footer {
    padding: 1rem;
  }
}
.cid-txPng3o8HH .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txPng3o8HH .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txPng3o8HH .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txPng3o8HH .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txPng3o8HH .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txPng3o8HH .modal-lg,
  .cid-txPng3o8HH .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txPng3o8HH .modal-xl {
    max-width: 1140px;
  }
}
.cid-txPng3o8HH .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txPng3o8HH .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txPng3o8HH .form-group {
  margin-bottom: 1rem;
}
.cid-txPng3o8HH .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txPng3o8HH .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txPng3o8HH .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txPng3o8HH .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txPng3o8HH .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txPng43RXj {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txPng43RXj .mbr-fallback-image.disabled {
  display: none;
}
.cid-txPng43RXj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txPng43RXj .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txPng43RXj .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txPng43RXj .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txPng43RXj .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txPng43RXj .container {
    max-width: 100%;
  }
  .cid-txPng43RXj .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txPng43RXj .item-wrap {
  width: 100%;
}
.cid-txPng43RXj .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txPng43RXj .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txPng43RXj .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txPng43RXj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txPng43RXj .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txPng43RXj .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txPng43RXj .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txPng43RXj .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txPng43RXj .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txPng43RXj .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txPng43RXj .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txPng43RXj .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txPng43RXj .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txPng43RXj .col-links {
    padding-top: 20px;
  }
}
.cid-txPng43RXj .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txPng43RXj .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txPng43RXj .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txPng43RXj .list {
    text-align: center !important;
  }
}
.cid-txPng43RXj .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txPng43RXj .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txPng43RXj .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txPng43RXj .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txPng43RXj .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txPng43RXj .list a:hover:before {
  width: 100%;
}
.cid-txPng43RXj .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txPng43RXj .col-copyright {
    padding-top: 40px;
  }
}
.cid-txPng43RXj .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txPng43RXj .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txPopqtPVZ {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-txPopqtPVZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-txPopqtPVZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txPopqtPVZ .mbr-text,
.cid-txPopqtPVZ .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-txPopqtPVZ .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-txPopqtPVZ .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-txPopr9oyM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txPopr9oyM .container-fluid {
  padding: 0 3rem;
}
.cid-txPopr9oyM .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-txPopr9oyM .mbr-section-subtitle {
  color: #767676;
}
.cid-txPopr9oyM .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-txPopr9oyM .table-wrapper {
  margin: 0 auto;
}
.cid-txPopr9oyM table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-txPopr9oyM table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-txPopr9oyM table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-txPopr9oyM tr:hover {
  background-color: #efefef !important;
}
.cid-txPopr9oyM .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-txPopr9oyM .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-txPopr9oyM .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-txPopr9oyM .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-txPopr9oyM .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-txPopr9oyM .dataTables_wrapper {
  display: block;
}
.cid-txPopr9oyM .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-txPopr9oyM .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-txPopr9oyM .head-item:after,
.cid-txPopr9oyM .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-txPopr9oyM .dataTables_filter {
    text-align: center;
  }
  .cid-txPopr9oyM .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-txPopr9oyM .dataTables_filter {
    text-align: center;
  }
  .cid-txPopr9oyM .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-txPopr9oyM .container-fluid {
    padding: 0 1rem;
  }
  .cid-txPopr9oyM table th,
  .cid-txPopr9oyM table td {
    padding: .75rem;
  }
}
.cid-txPopr9oyM .body-item {
  text-align: center;
}
.cid-txPopr9oyM .head-item {
  color: #000000;
}
.cid-txPopr9oyM .body-item DIV {
  text-align: center;
}
.cid-txPr3x5RGX {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-txPr3x5RGX .media-container-row {
  margin-top: 0.5rem;
}
.cid-txPr3x5RGX .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-txPr3x5RGX .card-img span {
  color: #ffffff;
}
.cid-txPr3x5RGX .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-txPr3x5RGX .card-title,
.cid-txPr3x5RGX .card-img {
  color: #555555;
}
.cid-txPr3x5RGX .mbr-section-title {
  font-size: 60px;
}
.cid-txPr3x5RGX .mbr-text,
.cid-txPr3x5RGX .mbr-section-btn {
  color: #777777;
}
.cid-txPr3x5RGX .mbr-title,
.cid-txPr3x5RGX .ornament {
  color: #005990;
  text-align: center;
}
.cid-txPopsBIu0 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-txPopsBIu0 img,
.cid-txPopsBIu0 .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txPopsBIu0 .item:focus,
.cid-txPopsBIu0 span:focus {
  outline: none;
}
.cid-txPopsBIu0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txPopsBIu0 .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txPopsBIu0 .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txPopsBIu0 .item-img {
    padding: 1rem;
  }
}
.cid-txPopsBIu0 .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txPopsBIu0 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txPopsBIu0 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txPopsBIu0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txPopsBIu0 .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txPopsBIu0 .mbr-text,
.cid-txPopsBIu0 .mbr-section-btn {
  text-align: center;
}
.cid-txPopsBIu0 .item-title {
  text-align: center;
}
.cid-txPopsBIu0 .item-subtitle {
  text-align: center;
}
.cid-txPopubVH2.popup-builder {
  background-color: #ffffff;
}
.cid-txPopubVH2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txPopubVH2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txPopubVH2 .modal-content,
.cid-txPopubVH2 .modal-dialog {
  height: auto;
}
.cid-txPopubVH2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txPopubVH2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txPopubVH2 .form-wrapper .mbr-form .form-group,
  .cid-txPopubVH2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txPopubVH2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txPopubVH2 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txPopubVH2 .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txPopubVH2 .pt-0 {
  padding-top: 0 !important;
}
.cid-txPopubVH2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txPopubVH2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txPopubVH2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txPopubVH2 .modal-open {
  overflow: hidden;
}
.cid-txPopubVH2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txPopubVH2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txPopubVH2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txPopubVH2 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txPopubVH2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txPopubVH2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txPopubVH2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txPopubVH2 .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txPopubVH2 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txPopubVH2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txPopubVH2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-txPopubVH2 .modal-backdrop.show {
  opacity: .5;
}
.cid-txPopubVH2 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txPopubVH2 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txPopubVH2 .modal-header {
    padding: 1rem;
  }
}
.cid-txPopubVH2 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txPopubVH2 .modal-header .close svg {
  fill: #ffffff;
}
.cid-txPopubVH2 .modal-header .close:hover {
  opacity: 1;
}
.cid-txPopubVH2 .modal-header .close:focus {
  outline: none;
}
.cid-txPopubVH2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txPopubVH2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txPopubVH2 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txPopubVH2 .modal-body {
    padding: 1rem;
  }
}
.cid-txPopubVH2 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txPopubVH2 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txPopubVH2 .modal-footer {
    padding: 1rem;
  }
}
.cid-txPopubVH2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txPopubVH2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txPopubVH2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txPopubVH2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txPopubVH2 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txPopubVH2 .modal-lg,
  .cid-txPopubVH2 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txPopubVH2 .modal-xl {
    max-width: 1140px;
  }
}
.cid-txPopubVH2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txPopubVH2 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txPopubVH2 .form-group {
  margin-bottom: 1rem;
}
.cid-txPopubVH2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txPopubVH2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txPopubVH2 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txPopubVH2 .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txPopubVH2 .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txPopuSP3f {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txPopuSP3f .mbr-fallback-image.disabled {
  display: none;
}
.cid-txPopuSP3f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txPopuSP3f .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txPopuSP3f .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txPopuSP3f .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txPopuSP3f .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txPopuSP3f .container {
    max-width: 100%;
  }
  .cid-txPopuSP3f .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txPopuSP3f .item-wrap {
  width: 100%;
}
.cid-txPopuSP3f .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txPopuSP3f .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txPopuSP3f .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txPopuSP3f .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txPopuSP3f .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txPopuSP3f .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txPopuSP3f .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txPopuSP3f .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txPopuSP3f .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txPopuSP3f .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txPopuSP3f .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txPopuSP3f .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txPopuSP3f .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txPopuSP3f .col-links {
    padding-top: 20px;
  }
}
.cid-txPopuSP3f .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txPopuSP3f .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txPopuSP3f .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txPopuSP3f .list {
    text-align: center !important;
  }
}
.cid-txPopuSP3f .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txPopuSP3f .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txPopuSP3f .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txPopuSP3f .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txPopuSP3f .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txPopuSP3f .list a:hover:before {
  width: 100%;
}
.cid-txPopuSP3f .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txPopuSP3f .col-copyright {
    padding-top: 40px;
  }
}
.cid-txPopuSP3f .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txPopuSP3f .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txPrcqwyFr {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-txPrcqwyFr .mbr-fallback-image.disabled {
  display: none;
}
.cid-txPrcqwyFr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txPrcqwyFr .mbr-text,
.cid-txPrcqwyFr .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-txPrcqwyFr .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-txPrcqwyFr .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-txPrcrpQzD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txPrcrpQzD .container-fluid {
  padding: 0 3rem;
}
.cid-txPrcrpQzD .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-txPrcrpQzD .mbr-section-subtitle {
  color: #767676;
}
.cid-txPrcrpQzD .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-txPrcrpQzD .table-wrapper {
  margin: 0 auto;
}
.cid-txPrcrpQzD table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-txPrcrpQzD table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-txPrcrpQzD table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-txPrcrpQzD tr:hover {
  background-color: #efefef !important;
}
.cid-txPrcrpQzD .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-txPrcrpQzD .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-txPrcrpQzD .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-txPrcrpQzD .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-txPrcrpQzD .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-txPrcrpQzD .dataTables_wrapper {
  display: block;
}
.cid-txPrcrpQzD .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-txPrcrpQzD .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-txPrcrpQzD .head-item:after,
.cid-txPrcrpQzD .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-txPrcrpQzD .dataTables_filter {
    text-align: center;
  }
  .cid-txPrcrpQzD .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-txPrcrpQzD .dataTables_filter {
    text-align: center;
  }
  .cid-txPrcrpQzD .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-txPrcrpQzD .container-fluid {
    padding: 0 1rem;
  }
  .cid-txPrcrpQzD table th,
  .cid-txPrcrpQzD table td {
    padding: .75rem;
  }
}
.cid-txPrcrpQzD .body-item {
  text-align: center;
}
.cid-txPrcrpQzD .head-item {
  color: #000000;
}
.cid-txPrcrpQzD .body-item DIV {
  text-align: center;
}
.cid-txPthqB2Rv {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-txPthqB2Rv .media-container-row {
  margin-top: 0.5rem;
}
.cid-txPthqB2Rv .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-txPthqB2Rv .card-img span {
  color: #ffffff;
}
.cid-txPthqB2Rv .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-txPthqB2Rv .card-title,
.cid-txPthqB2Rv .card-img {
  color: #555555;
}
.cid-txPthqB2Rv .mbr-section-title {
  font-size: 60px;
}
.cid-txPthqB2Rv .mbr-text,
.cid-txPthqB2Rv .mbr-section-btn {
  color: #777777;
}
.cid-txPthqB2Rv .mbr-title,
.cid-txPthqB2Rv .ornament {
  color: #005990;
  text-align: center;
}
.cid-txPrctIKoU {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-txPrctIKoU img,
.cid-txPrctIKoU .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txPrctIKoU .item:focus,
.cid-txPrctIKoU span:focus {
  outline: none;
}
.cid-txPrctIKoU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txPrctIKoU .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txPrctIKoU .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txPrctIKoU .item-img {
    padding: 1rem;
  }
}
.cid-txPrctIKoU .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txPrctIKoU .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txPrctIKoU .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txPrctIKoU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txPrctIKoU .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txPrctIKoU .mbr-text,
.cid-txPrctIKoU .mbr-section-btn {
  text-align: center;
}
.cid-txPrctIKoU .item-title {
  text-align: center;
}
.cid-txPrctIKoU .item-subtitle {
  text-align: center;
}
.cid-txPrcvt2tN.popup-builder {
  background-color: #ffffff;
}
.cid-txPrcvt2tN.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txPrcvt2tN.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txPrcvt2tN .modal-content,
.cid-txPrcvt2tN .modal-dialog {
  height: auto;
}
.cid-txPrcvt2tN .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txPrcvt2tN .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txPrcvt2tN .form-wrapper .mbr-form .form-group,
  .cid-txPrcvt2tN .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txPrcvt2tN .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txPrcvt2tN .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txPrcvt2tN .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txPrcvt2tN .pt-0 {
  padding-top: 0 !important;
}
.cid-txPrcvt2tN .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txPrcvt2tN .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txPrcvt2tN .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txPrcvt2tN .modal-open {
  overflow: hidden;
}
.cid-txPrcvt2tN .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txPrcvt2tN .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txPrcvt2tN .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txPrcvt2tN .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txPrcvt2tN .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txPrcvt2tN .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txPrcvt2tN .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txPrcvt2tN .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txPrcvt2tN .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txPrcvt2tN .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txPrcvt2tN .modal-backdrop.fade {
  opacity: 0;
}
.cid-txPrcvt2tN .modal-backdrop.show {
  opacity: .5;
}
.cid-txPrcvt2tN .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txPrcvt2tN .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txPrcvt2tN .modal-header {
    padding: 1rem;
  }
}
.cid-txPrcvt2tN .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txPrcvt2tN .modal-header .close svg {
  fill: #ffffff;
}
.cid-txPrcvt2tN .modal-header .close:hover {
  opacity: 1;
}
.cid-txPrcvt2tN .modal-header .close:focus {
  outline: none;
}
.cid-txPrcvt2tN .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txPrcvt2tN .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txPrcvt2tN .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txPrcvt2tN .modal-body {
    padding: 1rem;
  }
}
.cid-txPrcvt2tN .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txPrcvt2tN .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txPrcvt2tN .modal-footer {
    padding: 1rem;
  }
}
.cid-txPrcvt2tN .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txPrcvt2tN .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txPrcvt2tN .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txPrcvt2tN .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txPrcvt2tN .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txPrcvt2tN .modal-lg,
  .cid-txPrcvt2tN .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txPrcvt2tN .modal-xl {
    max-width: 1140px;
  }
}
.cid-txPrcvt2tN .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txPrcvt2tN .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txPrcvt2tN .form-group {
  margin-bottom: 1rem;
}
.cid-txPrcvt2tN .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txPrcvt2tN .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txPrcvt2tN .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txPrcvt2tN .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txPrcvt2tN .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txPrcwg9Kv {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txPrcwg9Kv .mbr-fallback-image.disabled {
  display: none;
}
.cid-txPrcwg9Kv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txPrcwg9Kv .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txPrcwg9Kv .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txPrcwg9Kv .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txPrcwg9Kv .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txPrcwg9Kv .container {
    max-width: 100%;
  }
  .cid-txPrcwg9Kv .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txPrcwg9Kv .item-wrap {
  width: 100%;
}
.cid-txPrcwg9Kv .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txPrcwg9Kv .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txPrcwg9Kv .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txPrcwg9Kv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txPrcwg9Kv .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txPrcwg9Kv .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txPrcwg9Kv .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txPrcwg9Kv .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txPrcwg9Kv .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txPrcwg9Kv .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txPrcwg9Kv .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txPrcwg9Kv .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txPrcwg9Kv .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txPrcwg9Kv .col-links {
    padding-top: 20px;
  }
}
.cid-txPrcwg9Kv .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txPrcwg9Kv .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txPrcwg9Kv .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txPrcwg9Kv .list {
    text-align: center !important;
  }
}
.cid-txPrcwg9Kv .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txPrcwg9Kv .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txPrcwg9Kv .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txPrcwg9Kv .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txPrcwg9Kv .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txPrcwg9Kv .list a:hover:before {
  width: 100%;
}
.cid-txPrcwg9Kv .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txPrcwg9Kv .col-copyright {
    padding-top: 40px;
  }
}
.cid-txPrcwg9Kv .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txPrcwg9Kv .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txPtmYy3zS {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-txPtmYy3zS .mbr-fallback-image.disabled {
  display: none;
}
.cid-txPtmYy3zS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txPtmYy3zS .mbr-text,
.cid-txPtmYy3zS .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-txPtmYy3zS .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-txPtmYy3zS .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-txPtmZoGRM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txPtmZoGRM .container-fluid {
  padding: 0 3rem;
}
.cid-txPtmZoGRM .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-txPtmZoGRM .mbr-section-subtitle {
  color: #767676;
}
.cid-txPtmZoGRM .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-txPtmZoGRM .table-wrapper {
  margin: 0 auto;
}
.cid-txPtmZoGRM table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-txPtmZoGRM table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-txPtmZoGRM table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-txPtmZoGRM tr:hover {
  background-color: #efefef !important;
}
.cid-txPtmZoGRM .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-txPtmZoGRM .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-txPtmZoGRM .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-txPtmZoGRM .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-txPtmZoGRM .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-txPtmZoGRM .dataTables_wrapper {
  display: block;
}
.cid-txPtmZoGRM .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-txPtmZoGRM .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-txPtmZoGRM .head-item:after,
.cid-txPtmZoGRM .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-txPtmZoGRM .dataTables_filter {
    text-align: center;
  }
  .cid-txPtmZoGRM .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-txPtmZoGRM .dataTables_filter {
    text-align: center;
  }
  .cid-txPtmZoGRM .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-txPtmZoGRM .container-fluid {
    padding: 0 1rem;
  }
  .cid-txPtmZoGRM table th,
  .cid-txPtmZoGRM table td {
    padding: .75rem;
  }
}
.cid-txPtmZoGRM .body-item {
  text-align: center;
}
.cid-txPtmZoGRM .head-item {
  color: #000000;
}
.cid-txPtmZoGRM .body-item DIV {
  text-align: center;
}
.cid-txPtn1mxPj {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-txPtn1mxPj .media-container-row {
  margin-top: 0.5rem;
}
.cid-txPtn1mxPj .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-txPtn1mxPj .card-img span {
  color: #ffffff;
}
.cid-txPtn1mxPj .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-txPtn1mxPj .card-title,
.cid-txPtn1mxPj .card-img {
  color: #555555;
}
.cid-txPtn1mxPj .mbr-section-title {
  font-size: 60px;
}
.cid-txPtn1mxPj .mbr-text,
.cid-txPtn1mxPj .mbr-section-btn {
  color: #777777;
}
.cid-txPtn1mxPj .mbr-title,
.cid-txPtn1mxPj .ornament {
  color: #005990;
  text-align: center;
}
.cid-txPtn1SBDZ {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-txPtn1SBDZ img,
.cid-txPtn1SBDZ .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txPtn1SBDZ .item:focus,
.cid-txPtn1SBDZ span:focus {
  outline: none;
}
.cid-txPtn1SBDZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txPtn1SBDZ .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txPtn1SBDZ .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txPtn1SBDZ .item-img {
    padding: 1rem;
  }
}
.cid-txPtn1SBDZ .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txPtn1SBDZ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txPtn1SBDZ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txPtn1SBDZ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txPtn1SBDZ .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txPtn1SBDZ .mbr-text,
.cid-txPtn1SBDZ .mbr-section-btn {
  text-align: center;
}
.cid-txPtn1SBDZ .item-title {
  text-align: center;
}
.cid-txPtn1SBDZ .item-subtitle {
  text-align: center;
}
.cid-txPtn3zGyh.popup-builder {
  background-color: #ffffff;
}
.cid-txPtn3zGyh.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txPtn3zGyh.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txPtn3zGyh .modal-content,
.cid-txPtn3zGyh .modal-dialog {
  height: auto;
}
.cid-txPtn3zGyh .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txPtn3zGyh .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txPtn3zGyh .form-wrapper .mbr-form .form-group,
  .cid-txPtn3zGyh .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txPtn3zGyh .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txPtn3zGyh .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txPtn3zGyh .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txPtn3zGyh .pt-0 {
  padding-top: 0 !important;
}
.cid-txPtn3zGyh .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txPtn3zGyh .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txPtn3zGyh .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txPtn3zGyh .modal-open {
  overflow: hidden;
}
.cid-txPtn3zGyh .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txPtn3zGyh .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txPtn3zGyh .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txPtn3zGyh .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txPtn3zGyh .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txPtn3zGyh .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txPtn3zGyh .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txPtn3zGyh .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txPtn3zGyh .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txPtn3zGyh .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txPtn3zGyh .modal-backdrop.fade {
  opacity: 0;
}
.cid-txPtn3zGyh .modal-backdrop.show {
  opacity: .5;
}
.cid-txPtn3zGyh .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txPtn3zGyh .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txPtn3zGyh .modal-header {
    padding: 1rem;
  }
}
.cid-txPtn3zGyh .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txPtn3zGyh .modal-header .close svg {
  fill: #ffffff;
}
.cid-txPtn3zGyh .modal-header .close:hover {
  opacity: 1;
}
.cid-txPtn3zGyh .modal-header .close:focus {
  outline: none;
}
.cid-txPtn3zGyh .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txPtn3zGyh .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txPtn3zGyh .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txPtn3zGyh .modal-body {
    padding: 1rem;
  }
}
.cid-txPtn3zGyh .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txPtn3zGyh .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txPtn3zGyh .modal-footer {
    padding: 1rem;
  }
}
.cid-txPtn3zGyh .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txPtn3zGyh .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txPtn3zGyh .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txPtn3zGyh .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txPtn3zGyh .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txPtn3zGyh .modal-lg,
  .cid-txPtn3zGyh .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txPtn3zGyh .modal-xl {
    max-width: 1140px;
  }
}
.cid-txPtn3zGyh .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txPtn3zGyh .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txPtn3zGyh .form-group {
  margin-bottom: 1rem;
}
.cid-txPtn3zGyh .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txPtn3zGyh .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txPtn3zGyh .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txPtn3zGyh .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txPtn3zGyh .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txPtn4ioL3 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txPtn4ioL3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txPtn4ioL3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txPtn4ioL3 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txPtn4ioL3 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txPtn4ioL3 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txPtn4ioL3 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txPtn4ioL3 .container {
    max-width: 100%;
  }
  .cid-txPtn4ioL3 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txPtn4ioL3 .item-wrap {
  width: 100%;
}
.cid-txPtn4ioL3 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txPtn4ioL3 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txPtn4ioL3 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txPtn4ioL3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txPtn4ioL3 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txPtn4ioL3 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txPtn4ioL3 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txPtn4ioL3 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txPtn4ioL3 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txPtn4ioL3 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txPtn4ioL3 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txPtn4ioL3 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txPtn4ioL3 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txPtn4ioL3 .col-links {
    padding-top: 20px;
  }
}
.cid-txPtn4ioL3 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txPtn4ioL3 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txPtn4ioL3 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txPtn4ioL3 .list {
    text-align: center !important;
  }
}
.cid-txPtn4ioL3 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txPtn4ioL3 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txPtn4ioL3 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txPtn4ioL3 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txPtn4ioL3 .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txPtn4ioL3 .list a:hover:before {
  width: 100%;
}
.cid-txPtn4ioL3 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txPtn4ioL3 .col-copyright {
    padding-top: 40px;
  }
}
.cid-txPtn4ioL3 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txPtn4ioL3 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txPujkXhlv {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-txPujkXhlv .mbr-fallback-image.disabled {
  display: none;
}
.cid-txPujkXhlv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txPujkXhlv .mbr-text,
.cid-txPujkXhlv .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-txPujkXhlv .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-txPujkXhlv .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-txPujlZOc5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txPujlZOc5 .container-fluid {
  padding: 0 3rem;
}
.cid-txPujlZOc5 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-txPujlZOc5 .mbr-section-subtitle {
  color: #767676;
}
.cid-txPujlZOc5 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-txPujlZOc5 .table-wrapper {
  margin: 0 auto;
}
.cid-txPujlZOc5 table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-txPujlZOc5 table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-txPujlZOc5 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-txPujlZOc5 tr:hover {
  background-color: #efefef !important;
}
.cid-txPujlZOc5 .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-txPujlZOc5 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-txPujlZOc5 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-txPujlZOc5 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-txPujlZOc5 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-txPujlZOc5 .dataTables_wrapper {
  display: block;
}
.cid-txPujlZOc5 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-txPujlZOc5 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-txPujlZOc5 .head-item:after,
.cid-txPujlZOc5 .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-txPujlZOc5 .dataTables_filter {
    text-align: center;
  }
  .cid-txPujlZOc5 .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-txPujlZOc5 .dataTables_filter {
    text-align: center;
  }
  .cid-txPujlZOc5 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-txPujlZOc5 .container-fluid {
    padding: 0 1rem;
  }
  .cid-txPujlZOc5 table th,
  .cid-txPujlZOc5 table td {
    padding: .75rem;
  }
}
.cid-txPujlZOc5 .body-item {
  text-align: center;
}
.cid-txPujlZOc5 .head-item {
  color: #000000;
}
.cid-txPujlZOc5 .body-item DIV {
  text-align: center;
}
.cid-txPujnR1KQ {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-txPujnR1KQ .media-container-row {
  margin-top: 0.5rem;
}
.cid-txPujnR1KQ .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-txPujnR1KQ .card-img span {
  color: #ffffff;
}
.cid-txPujnR1KQ .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-txPujnR1KQ .card-title,
.cid-txPujnR1KQ .card-img {
  color: #555555;
}
.cid-txPujnR1KQ .mbr-section-title {
  font-size: 60px;
}
.cid-txPujnR1KQ .mbr-text,
.cid-txPujnR1KQ .mbr-section-btn {
  color: #777777;
}
.cid-txPujnR1KQ .mbr-title,
.cid-txPujnR1KQ .ornament {
  color: #005990;
  text-align: center;
}
.cid-txPujoqo9r {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-txPujoqo9r img,
.cid-txPujoqo9r .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txPujoqo9r .item:focus,
.cid-txPujoqo9r span:focus {
  outline: none;
}
.cid-txPujoqo9r .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txPujoqo9r .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txPujoqo9r .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txPujoqo9r .item-img {
    padding: 1rem;
  }
}
.cid-txPujoqo9r .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txPujoqo9r .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txPujoqo9r .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txPujoqo9r .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txPujoqo9r .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txPujoqo9r .mbr-text,
.cid-txPujoqo9r .mbr-section-btn {
  text-align: center;
}
.cid-txPujoqo9r .item-title {
  text-align: center;
}
.cid-txPujoqo9r .item-subtitle {
  text-align: center;
}
.cid-txPujq9MWJ.popup-builder {
  background-color: #ffffff;
}
.cid-txPujq9MWJ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txPujq9MWJ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txPujq9MWJ .modal-content,
.cid-txPujq9MWJ .modal-dialog {
  height: auto;
}
.cid-txPujq9MWJ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txPujq9MWJ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txPujq9MWJ .form-wrapper .mbr-form .form-group,
  .cid-txPujq9MWJ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txPujq9MWJ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txPujq9MWJ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txPujq9MWJ .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txPujq9MWJ .pt-0 {
  padding-top: 0 !important;
}
.cid-txPujq9MWJ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txPujq9MWJ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txPujq9MWJ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txPujq9MWJ .modal-open {
  overflow: hidden;
}
.cid-txPujq9MWJ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txPujq9MWJ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txPujq9MWJ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txPujq9MWJ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txPujq9MWJ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txPujq9MWJ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txPujq9MWJ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txPujq9MWJ .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txPujq9MWJ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txPujq9MWJ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txPujq9MWJ .modal-backdrop.fade {
  opacity: 0;
}
.cid-txPujq9MWJ .modal-backdrop.show {
  opacity: .5;
}
.cid-txPujq9MWJ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txPujq9MWJ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txPujq9MWJ .modal-header {
    padding: 1rem;
  }
}
.cid-txPujq9MWJ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txPujq9MWJ .modal-header .close svg {
  fill: #ffffff;
}
.cid-txPujq9MWJ .modal-header .close:hover {
  opacity: 1;
}
.cid-txPujq9MWJ .modal-header .close:focus {
  outline: none;
}
.cid-txPujq9MWJ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txPujq9MWJ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txPujq9MWJ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txPujq9MWJ .modal-body {
    padding: 1rem;
  }
}
.cid-txPujq9MWJ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txPujq9MWJ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txPujq9MWJ .modal-footer {
    padding: 1rem;
  }
}
.cid-txPujq9MWJ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txPujq9MWJ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txPujq9MWJ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txPujq9MWJ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txPujq9MWJ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txPujq9MWJ .modal-lg,
  .cid-txPujq9MWJ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txPujq9MWJ .modal-xl {
    max-width: 1140px;
  }
}
.cid-txPujq9MWJ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txPujq9MWJ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txPujq9MWJ .form-group {
  margin-bottom: 1rem;
}
.cid-txPujq9MWJ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txPujq9MWJ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txPujq9MWJ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txPujq9MWJ .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txPujq9MWJ .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txPujr2eA6 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txPujr2eA6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txPujr2eA6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txPujr2eA6 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txPujr2eA6 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txPujr2eA6 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txPujr2eA6 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txPujr2eA6 .container {
    max-width: 100%;
  }
  .cid-txPujr2eA6 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txPujr2eA6 .item-wrap {
  width: 100%;
}
.cid-txPujr2eA6 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txPujr2eA6 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txPujr2eA6 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txPujr2eA6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txPujr2eA6 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txPujr2eA6 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txPujr2eA6 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txPujr2eA6 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txPujr2eA6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txPujr2eA6 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txPujr2eA6 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txPujr2eA6 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txPujr2eA6 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txPujr2eA6 .col-links {
    padding-top: 20px;
  }
}
.cid-txPujr2eA6 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txPujr2eA6 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txPujr2eA6 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txPujr2eA6 .list {
    text-align: center !important;
  }
}
.cid-txPujr2eA6 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txPujr2eA6 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txPujr2eA6 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txPujr2eA6 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txPujr2eA6 .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txPujr2eA6 .list a:hover:before {
  width: 100%;
}
.cid-txPujr2eA6 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txPujr2eA6 .col-copyright {
    padding-top: 40px;
  }
}
.cid-txPujr2eA6 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txPujr2eA6 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txPvcch1Kz {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-txPvcch1Kz .mbr-fallback-image.disabled {
  display: none;
}
.cid-txPvcch1Kz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txPvcch1Kz .mbr-text,
.cid-txPvcch1Kz .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-txPvcch1Kz .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-txPvcch1Kz .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-txPvcd7it4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txPvcd7it4 .container-fluid {
  padding: 0 3rem;
}
.cid-txPvcd7it4 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-txPvcd7it4 .mbr-section-subtitle {
  color: #767676;
}
.cid-txPvcd7it4 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-txPvcd7it4 .table-wrapper {
  margin: 0 auto;
}
.cid-txPvcd7it4 table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-txPvcd7it4 table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-txPvcd7it4 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-txPvcd7it4 tr:hover {
  background-color: #efefef !important;
}
.cid-txPvcd7it4 .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-txPvcd7it4 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-txPvcd7it4 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-txPvcd7it4 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-txPvcd7it4 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-txPvcd7it4 .dataTables_wrapper {
  display: block;
}
.cid-txPvcd7it4 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-txPvcd7it4 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-txPvcd7it4 .head-item:after,
.cid-txPvcd7it4 .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-txPvcd7it4 .dataTables_filter {
    text-align: center;
  }
  .cid-txPvcd7it4 .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-txPvcd7it4 .dataTables_filter {
    text-align: center;
  }
  .cid-txPvcd7it4 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-txPvcd7it4 .container-fluid {
    padding: 0 1rem;
  }
  .cid-txPvcd7it4 table th,
  .cid-txPvcd7it4 table td {
    padding: .75rem;
  }
}
.cid-txPvcd7it4 .body-item {
  text-align: center;
}
.cid-txPvcd7it4 .head-item {
  color: #000000;
}
.cid-txPvcd7it4 .body-item DIV {
  text-align: center;
}
.cid-txPvcfacyy {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-txPvcfacyy .media-container-row {
  margin-top: 0.5rem;
}
.cid-txPvcfacyy .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-txPvcfacyy .card-img span {
  color: #ffffff;
}
.cid-txPvcfacyy .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-txPvcfacyy .card-title,
.cid-txPvcfacyy .card-img {
  color: #555555;
}
.cid-txPvcfacyy .mbr-section-title {
  font-size: 60px;
}
.cid-txPvcfacyy .mbr-text,
.cid-txPvcfacyy .mbr-section-btn {
  color: #777777;
}
.cid-txPvcfacyy .mbr-title,
.cid-txPvcfacyy .ornament {
  color: #005990;
  text-align: center;
}
.cid-txPvcfKP9Y {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-txPvcfKP9Y img,
.cid-txPvcfKP9Y .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txPvcfKP9Y .item:focus,
.cid-txPvcfKP9Y span:focus {
  outline: none;
}
.cid-txPvcfKP9Y .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txPvcfKP9Y .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txPvcfKP9Y .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txPvcfKP9Y .item-img {
    padding: 1rem;
  }
}
.cid-txPvcfKP9Y .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txPvcfKP9Y .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txPvcfKP9Y .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txPvcfKP9Y .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txPvcfKP9Y .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txPvcfKP9Y .mbr-text,
.cid-txPvcfKP9Y .mbr-section-btn {
  text-align: center;
}
.cid-txPvcfKP9Y .item-title {
  text-align: center;
}
.cid-txPvcfKP9Y .item-subtitle {
  text-align: center;
}
.cid-txPvchl3R6.popup-builder {
  background-color: #ffffff;
}
.cid-txPvchl3R6.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txPvchl3R6.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txPvchl3R6 .modal-content,
.cid-txPvchl3R6 .modal-dialog {
  height: auto;
}
.cid-txPvchl3R6 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txPvchl3R6 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txPvchl3R6 .form-wrapper .mbr-form .form-group,
  .cid-txPvchl3R6 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txPvchl3R6 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txPvchl3R6 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txPvchl3R6 .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txPvchl3R6 .pt-0 {
  padding-top: 0 !important;
}
.cid-txPvchl3R6 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txPvchl3R6 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txPvchl3R6 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txPvchl3R6 .modal-open {
  overflow: hidden;
}
.cid-txPvchl3R6 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txPvchl3R6 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txPvchl3R6 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txPvchl3R6 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txPvchl3R6 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txPvchl3R6 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txPvchl3R6 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txPvchl3R6 .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txPvchl3R6 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txPvchl3R6 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txPvchl3R6 .modal-backdrop.fade {
  opacity: 0;
}
.cid-txPvchl3R6 .modal-backdrop.show {
  opacity: .5;
}
.cid-txPvchl3R6 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txPvchl3R6 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txPvchl3R6 .modal-header {
    padding: 1rem;
  }
}
.cid-txPvchl3R6 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txPvchl3R6 .modal-header .close svg {
  fill: #ffffff;
}
.cid-txPvchl3R6 .modal-header .close:hover {
  opacity: 1;
}
.cid-txPvchl3R6 .modal-header .close:focus {
  outline: none;
}
.cid-txPvchl3R6 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txPvchl3R6 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txPvchl3R6 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txPvchl3R6 .modal-body {
    padding: 1rem;
  }
}
.cid-txPvchl3R6 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txPvchl3R6 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txPvchl3R6 .modal-footer {
    padding: 1rem;
  }
}
.cid-txPvchl3R6 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txPvchl3R6 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txPvchl3R6 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txPvchl3R6 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txPvchl3R6 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txPvchl3R6 .modal-lg,
  .cid-txPvchl3R6 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txPvchl3R6 .modal-xl {
    max-width: 1140px;
  }
}
.cid-txPvchl3R6 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txPvchl3R6 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txPvchl3R6 .form-group {
  margin-bottom: 1rem;
}
.cid-txPvchl3R6 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txPvchl3R6 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txPvchl3R6 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txPvchl3R6 .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txPvchl3R6 .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txPvci7bzI {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txPvci7bzI .mbr-fallback-image.disabled {
  display: none;
}
.cid-txPvci7bzI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txPvci7bzI .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txPvci7bzI .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txPvci7bzI .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txPvci7bzI .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txPvci7bzI .container {
    max-width: 100%;
  }
  .cid-txPvci7bzI .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txPvci7bzI .item-wrap {
  width: 100%;
}
.cid-txPvci7bzI .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txPvci7bzI .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txPvci7bzI .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txPvci7bzI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txPvci7bzI .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txPvci7bzI .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txPvci7bzI .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txPvci7bzI .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txPvci7bzI .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txPvci7bzI .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txPvci7bzI .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txPvci7bzI .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txPvci7bzI .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txPvci7bzI .col-links {
    padding-top: 20px;
  }
}
.cid-txPvci7bzI .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txPvci7bzI .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txPvci7bzI .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txPvci7bzI .list {
    text-align: center !important;
  }
}
.cid-txPvci7bzI .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txPvci7bzI .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txPvci7bzI .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txPvci7bzI .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txPvci7bzI .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txPvci7bzI .list a:hover:before {
  width: 100%;
}
.cid-txPvci7bzI .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txPvci7bzI .col-copyright {
    padding-top: 40px;
  }
}
.cid-txPvci7bzI .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txPvci7bzI .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txPwfVHjSh {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-txPwfVHjSh .mbr-fallback-image.disabled {
  display: none;
}
.cid-txPwfVHjSh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txPwfVHjSh .mbr-text,
.cid-txPwfVHjSh .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-txPwfVHjSh .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-txPwfVHjSh .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-txPwfWB6dN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txPwfWB6dN .container-fluid {
  padding: 0 3rem;
}
.cid-txPwfWB6dN .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-txPwfWB6dN .mbr-section-subtitle {
  color: #767676;
}
.cid-txPwfWB6dN .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-txPwfWB6dN .table-wrapper {
  margin: 0 auto;
}
.cid-txPwfWB6dN table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-txPwfWB6dN table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-txPwfWB6dN table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-txPwfWB6dN tr:hover {
  background-color: #efefef !important;
}
.cid-txPwfWB6dN .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-txPwfWB6dN .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-txPwfWB6dN .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-txPwfWB6dN .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-txPwfWB6dN .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-txPwfWB6dN .dataTables_wrapper {
  display: block;
}
.cid-txPwfWB6dN .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-txPwfWB6dN .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-txPwfWB6dN .head-item:after,
.cid-txPwfWB6dN .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-txPwfWB6dN .dataTables_filter {
    text-align: center;
  }
  .cid-txPwfWB6dN .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-txPwfWB6dN .dataTables_filter {
    text-align: center;
  }
  .cid-txPwfWB6dN .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-txPwfWB6dN .container-fluid {
    padding: 0 1rem;
  }
  .cid-txPwfWB6dN table th,
  .cid-txPwfWB6dN table td {
    padding: .75rem;
  }
}
.cid-txPwfWB6dN .body-item {
  text-align: center;
}
.cid-txPwfWB6dN .head-item {
  color: #000000;
}
.cid-txPwfWB6dN .body-item DIV {
  text-align: center;
}
.cid-txPwfYAgli {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-txPwfYAgli .media-container-row {
  margin-top: 0.5rem;
}
.cid-txPwfYAgli .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-txPwfYAgli .card-img span {
  color: #ffffff;
}
.cid-txPwfYAgli .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-txPwfYAgli .card-title,
.cid-txPwfYAgli .card-img {
  color: #555555;
}
.cid-txPwfYAgli .mbr-section-title {
  font-size: 60px;
}
.cid-txPwfYAgli .mbr-text,
.cid-txPwfYAgli .mbr-section-btn {
  color: #777777;
}
.cid-txPwfYAgli .mbr-title,
.cid-txPwfYAgli .ornament {
  color: #005990;
  text-align: center;
}
.cid-txPwfZ97cg {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-txPwfZ97cg img,
.cid-txPwfZ97cg .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txPwfZ97cg .item:focus,
.cid-txPwfZ97cg span:focus {
  outline: none;
}
.cid-txPwfZ97cg .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txPwfZ97cg .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txPwfZ97cg .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txPwfZ97cg .item-img {
    padding: 1rem;
  }
}
.cid-txPwfZ97cg .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txPwfZ97cg .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txPwfZ97cg .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txPwfZ97cg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txPwfZ97cg .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txPwfZ97cg .mbr-text,
.cid-txPwfZ97cg .mbr-section-btn {
  text-align: center;
}
.cid-txPwfZ97cg .item-title {
  text-align: center;
}
.cid-txPwfZ97cg .item-subtitle {
  text-align: center;
}
.cid-txPwg0P3WT.popup-builder {
  background-color: #ffffff;
}
.cid-txPwg0P3WT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txPwg0P3WT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txPwg0P3WT .modal-content,
.cid-txPwg0P3WT .modal-dialog {
  height: auto;
}
.cid-txPwg0P3WT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txPwg0P3WT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txPwg0P3WT .form-wrapper .mbr-form .form-group,
  .cid-txPwg0P3WT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txPwg0P3WT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txPwg0P3WT .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txPwg0P3WT .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txPwg0P3WT .pt-0 {
  padding-top: 0 !important;
}
.cid-txPwg0P3WT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txPwg0P3WT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txPwg0P3WT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txPwg0P3WT .modal-open {
  overflow: hidden;
}
.cid-txPwg0P3WT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txPwg0P3WT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txPwg0P3WT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txPwg0P3WT .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txPwg0P3WT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txPwg0P3WT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txPwg0P3WT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txPwg0P3WT .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txPwg0P3WT .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txPwg0P3WT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txPwg0P3WT .modal-backdrop.fade {
  opacity: 0;
}
.cid-txPwg0P3WT .modal-backdrop.show {
  opacity: .5;
}
.cid-txPwg0P3WT .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txPwg0P3WT .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txPwg0P3WT .modal-header {
    padding: 1rem;
  }
}
.cid-txPwg0P3WT .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txPwg0P3WT .modal-header .close svg {
  fill: #ffffff;
}
.cid-txPwg0P3WT .modal-header .close:hover {
  opacity: 1;
}
.cid-txPwg0P3WT .modal-header .close:focus {
  outline: none;
}
.cid-txPwg0P3WT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txPwg0P3WT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txPwg0P3WT .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txPwg0P3WT .modal-body {
    padding: 1rem;
  }
}
.cid-txPwg0P3WT .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txPwg0P3WT .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txPwg0P3WT .modal-footer {
    padding: 1rem;
  }
}
.cid-txPwg0P3WT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txPwg0P3WT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txPwg0P3WT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txPwg0P3WT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txPwg0P3WT .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txPwg0P3WT .modal-lg,
  .cid-txPwg0P3WT .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txPwg0P3WT .modal-xl {
    max-width: 1140px;
  }
}
.cid-txPwg0P3WT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txPwg0P3WT .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txPwg0P3WT .form-group {
  margin-bottom: 1rem;
}
.cid-txPwg0P3WT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txPwg0P3WT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txPwg0P3WT .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txPwg0P3WT .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txPwg0P3WT .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txPwg1CLai {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txPwg1CLai .mbr-fallback-image.disabled {
  display: none;
}
.cid-txPwg1CLai .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txPwg1CLai .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txPwg1CLai .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txPwg1CLai .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txPwg1CLai .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txPwg1CLai .container {
    max-width: 100%;
  }
  .cid-txPwg1CLai .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txPwg1CLai .item-wrap {
  width: 100%;
}
.cid-txPwg1CLai .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txPwg1CLai .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txPwg1CLai .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txPwg1CLai .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txPwg1CLai .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txPwg1CLai .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txPwg1CLai .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txPwg1CLai .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txPwg1CLai .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txPwg1CLai .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txPwg1CLai .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txPwg1CLai .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txPwg1CLai .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txPwg1CLai .col-links {
    padding-top: 20px;
  }
}
.cid-txPwg1CLai .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txPwg1CLai .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txPwg1CLai .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txPwg1CLai .list {
    text-align: center !important;
  }
}
.cid-txPwg1CLai .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txPwg1CLai .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txPwg1CLai .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txPwg1CLai .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txPwg1CLai .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txPwg1CLai .list a:hover:before {
  width: 100%;
}
.cid-txPwg1CLai .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txPwg1CLai .col-copyright {
    padding-top: 40px;
  }
}
.cid-txPwg1CLai .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txPwg1CLai .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txPxdTRRv2 {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-txPxdTRRv2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txPxdTRRv2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txPxdTRRv2 .mbr-text,
.cid-txPxdTRRv2 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-txPxdTRRv2 .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-txPxdTRRv2 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-txPxdUOZ0Q {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txPxdUOZ0Q .container-fluid {
  padding: 0 3rem;
}
.cid-txPxdUOZ0Q .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-txPxdUOZ0Q .mbr-section-subtitle {
  color: #767676;
}
.cid-txPxdUOZ0Q .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-txPxdUOZ0Q .table-wrapper {
  margin: 0 auto;
}
.cid-txPxdUOZ0Q table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-txPxdUOZ0Q table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-txPxdUOZ0Q table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-txPxdUOZ0Q tr:hover {
  background-color: #efefef !important;
}
.cid-txPxdUOZ0Q .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-txPxdUOZ0Q .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-txPxdUOZ0Q .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-txPxdUOZ0Q .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-txPxdUOZ0Q .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-txPxdUOZ0Q .dataTables_wrapper {
  display: block;
}
.cid-txPxdUOZ0Q .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-txPxdUOZ0Q .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-txPxdUOZ0Q .head-item:after,
.cid-txPxdUOZ0Q .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-txPxdUOZ0Q .dataTables_filter {
    text-align: center;
  }
  .cid-txPxdUOZ0Q .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-txPxdUOZ0Q .dataTables_filter {
    text-align: center;
  }
  .cid-txPxdUOZ0Q .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-txPxdUOZ0Q .container-fluid {
    padding: 0 1rem;
  }
  .cid-txPxdUOZ0Q table th,
  .cid-txPxdUOZ0Q table td {
    padding: .75rem;
  }
}
.cid-txPxdUOZ0Q .body-item {
  text-align: center;
}
.cid-txPxdUOZ0Q .head-item {
  color: #000000;
}
.cid-txPxdUOZ0Q .body-item DIV {
  text-align: center;
}
.cid-txPyqM4mqF {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-txPyqM4mqF .media-container-row {
  margin-top: 0.5rem;
}
.cid-txPyqM4mqF .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-txPyqM4mqF .card-img span {
  color: #ffffff;
}
.cid-txPyqM4mqF .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-txPyqM4mqF .card-title,
.cid-txPyqM4mqF .card-img {
  color: #555555;
}
.cid-txPyqM4mqF .mbr-section-title {
  font-size: 60px;
}
.cid-txPyqM4mqF .mbr-text,
.cid-txPyqM4mqF .mbr-section-btn {
  color: #777777;
}
.cid-txPyqM4mqF .mbr-title,
.cid-txPyqM4mqF .ornament {
  color: #005990;
  text-align: center;
}
.cid-txPxdXhksY {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-txPxdXhksY img,
.cid-txPxdXhksY .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txPxdXhksY .item:focus,
.cid-txPxdXhksY span:focus {
  outline: none;
}
.cid-txPxdXhksY .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txPxdXhksY .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txPxdXhksY .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txPxdXhksY .item-img {
    padding: 1rem;
  }
}
.cid-txPxdXhksY .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txPxdXhksY .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txPxdXhksY .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txPxdXhksY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txPxdXhksY .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txPxdXhksY .mbr-text,
.cid-txPxdXhksY .mbr-section-btn {
  text-align: center;
}
.cid-txPxdXhksY .item-title {
  text-align: center;
}
.cid-txPxdXhksY .item-subtitle {
  text-align: center;
}
.cid-txPxdYWvQG.popup-builder {
  background-color: #ffffff;
}
.cid-txPxdYWvQG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txPxdYWvQG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txPxdYWvQG .modal-content,
.cid-txPxdYWvQG .modal-dialog {
  height: auto;
}
.cid-txPxdYWvQG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txPxdYWvQG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txPxdYWvQG .form-wrapper .mbr-form .form-group,
  .cid-txPxdYWvQG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txPxdYWvQG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txPxdYWvQG .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txPxdYWvQG .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txPxdYWvQG .pt-0 {
  padding-top: 0 !important;
}
.cid-txPxdYWvQG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txPxdYWvQG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txPxdYWvQG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txPxdYWvQG .modal-open {
  overflow: hidden;
}
.cid-txPxdYWvQG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txPxdYWvQG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txPxdYWvQG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txPxdYWvQG .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txPxdYWvQG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txPxdYWvQG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txPxdYWvQG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txPxdYWvQG .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txPxdYWvQG .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txPxdYWvQG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txPxdYWvQG .modal-backdrop.fade {
  opacity: 0;
}
.cid-txPxdYWvQG .modal-backdrop.show {
  opacity: .5;
}
.cid-txPxdYWvQG .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txPxdYWvQG .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txPxdYWvQG .modal-header {
    padding: 1rem;
  }
}
.cid-txPxdYWvQG .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txPxdYWvQG .modal-header .close svg {
  fill: #ffffff;
}
.cid-txPxdYWvQG .modal-header .close:hover {
  opacity: 1;
}
.cid-txPxdYWvQG .modal-header .close:focus {
  outline: none;
}
.cid-txPxdYWvQG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txPxdYWvQG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txPxdYWvQG .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txPxdYWvQG .modal-body {
    padding: 1rem;
  }
}
.cid-txPxdYWvQG .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txPxdYWvQG .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txPxdYWvQG .modal-footer {
    padding: 1rem;
  }
}
.cid-txPxdYWvQG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txPxdYWvQG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txPxdYWvQG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txPxdYWvQG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txPxdYWvQG .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txPxdYWvQG .modal-lg,
  .cid-txPxdYWvQG .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txPxdYWvQG .modal-xl {
    max-width: 1140px;
  }
}
.cid-txPxdYWvQG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txPxdYWvQG .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txPxdYWvQG .form-group {
  margin-bottom: 1rem;
}
.cid-txPxdYWvQG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txPxdYWvQG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txPxdYWvQG .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txPxdYWvQG .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txPxdYWvQG .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txPxdZIgrK {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txPxdZIgrK .mbr-fallback-image.disabled {
  display: none;
}
.cid-txPxdZIgrK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txPxdZIgrK .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txPxdZIgrK .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txPxdZIgrK .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txPxdZIgrK .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txPxdZIgrK .container {
    max-width: 100%;
  }
  .cid-txPxdZIgrK .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txPxdZIgrK .item-wrap {
  width: 100%;
}
.cid-txPxdZIgrK .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txPxdZIgrK .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txPxdZIgrK .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txPxdZIgrK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txPxdZIgrK .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txPxdZIgrK .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txPxdZIgrK .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txPxdZIgrK .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txPxdZIgrK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txPxdZIgrK .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txPxdZIgrK .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txPxdZIgrK .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txPxdZIgrK .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txPxdZIgrK .col-links {
    padding-top: 20px;
  }
}
.cid-txPxdZIgrK .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txPxdZIgrK .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txPxdZIgrK .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txPxdZIgrK .list {
    text-align: center !important;
  }
}
.cid-txPxdZIgrK .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txPxdZIgrK .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txPxdZIgrK .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txPxdZIgrK .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txPxdZIgrK .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txPxdZIgrK .list a:hover:before {
  width: 100%;
}
.cid-txPxdZIgrK .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txPxdZIgrK .col-copyright {
    padding-top: 40px;
  }
}
.cid-txPxdZIgrK .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txPxdZIgrK .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txPzJOYctZ {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-txPzJOYctZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-txPzJOYctZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txPzJOYctZ .mbr-text,
.cid-txPzJOYctZ .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-txPzJOYctZ .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-txPzJOYctZ .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-txPzJPCvLp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txPzJPCvLp .container-fluid {
  padding: 0 3rem;
}
.cid-txPzJPCvLp .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-txPzJPCvLp .mbr-section-subtitle {
  color: #767676;
}
.cid-txPzJPCvLp .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-txPzJPCvLp .table-wrapper {
  margin: 0 auto;
}
.cid-txPzJPCvLp table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-txPzJPCvLp table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-txPzJPCvLp table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-txPzJPCvLp tr:hover {
  background-color: #efefef !important;
}
.cid-txPzJPCvLp .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-txPzJPCvLp .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-txPzJPCvLp .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-txPzJPCvLp .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-txPzJPCvLp .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-txPzJPCvLp .dataTables_wrapper {
  display: block;
}
.cid-txPzJPCvLp .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-txPzJPCvLp .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-txPzJPCvLp .head-item:after,
.cid-txPzJPCvLp .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-txPzJPCvLp .dataTables_filter {
    text-align: center;
  }
  .cid-txPzJPCvLp .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-txPzJPCvLp .dataTables_filter {
    text-align: center;
  }
  .cid-txPzJPCvLp .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-txPzJPCvLp .container-fluid {
    padding: 0 1rem;
  }
  .cid-txPzJPCvLp table th,
  .cid-txPzJPCvLp table td {
    padding: .75rem;
  }
}
.cid-txPzJPCvLp .body-item {
  text-align: center;
}
.cid-txPzJPCvLp .head-item {
  color: #000000;
}
.cid-txPzJPCvLp .body-item DIV {
  text-align: center;
}
.cid-txPzJQFDjd {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-txPzJQFDjd img,
.cid-txPzJQFDjd .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txPzJQFDjd .item:focus,
.cid-txPzJQFDjd span:focus {
  outline: none;
}
.cid-txPzJQFDjd .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txPzJQFDjd .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txPzJQFDjd .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txPzJQFDjd .item-img {
    padding: 1rem;
  }
}
.cid-txPzJQFDjd .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txPzJQFDjd .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txPzJQFDjd .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txPzJQFDjd .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txPzJQFDjd .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txPzJQFDjd .mbr-text,
.cid-txPzJQFDjd .mbr-section-btn {
  text-align: center;
}
.cid-txPzJQFDjd .item-title {
  text-align: center;
}
.cid-txPzJQFDjd .item-subtitle {
  text-align: center;
}
.cid-txPzJSbxYO.popup-builder {
  background-color: #ffffff;
}
.cid-txPzJSbxYO.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txPzJSbxYO.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txPzJSbxYO .modal-content,
.cid-txPzJSbxYO .modal-dialog {
  height: auto;
}
.cid-txPzJSbxYO .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txPzJSbxYO .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txPzJSbxYO .form-wrapper .mbr-form .form-group,
  .cid-txPzJSbxYO .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txPzJSbxYO .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txPzJSbxYO .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txPzJSbxYO .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txPzJSbxYO .pt-0 {
  padding-top: 0 !important;
}
.cid-txPzJSbxYO .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txPzJSbxYO .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txPzJSbxYO .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txPzJSbxYO .modal-open {
  overflow: hidden;
}
.cid-txPzJSbxYO .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txPzJSbxYO .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txPzJSbxYO .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txPzJSbxYO .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txPzJSbxYO .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txPzJSbxYO .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txPzJSbxYO .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txPzJSbxYO .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txPzJSbxYO .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txPzJSbxYO .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txPzJSbxYO .modal-backdrop.fade {
  opacity: 0;
}
.cid-txPzJSbxYO .modal-backdrop.show {
  opacity: .5;
}
.cid-txPzJSbxYO .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txPzJSbxYO .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txPzJSbxYO .modal-header {
    padding: 1rem;
  }
}
.cid-txPzJSbxYO .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txPzJSbxYO .modal-header .close svg {
  fill: #ffffff;
}
.cid-txPzJSbxYO .modal-header .close:hover {
  opacity: 1;
}
.cid-txPzJSbxYO .modal-header .close:focus {
  outline: none;
}
.cid-txPzJSbxYO .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txPzJSbxYO .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txPzJSbxYO .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txPzJSbxYO .modal-body {
    padding: 1rem;
  }
}
.cid-txPzJSbxYO .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txPzJSbxYO .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txPzJSbxYO .modal-footer {
    padding: 1rem;
  }
}
.cid-txPzJSbxYO .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txPzJSbxYO .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txPzJSbxYO .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txPzJSbxYO .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txPzJSbxYO .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txPzJSbxYO .modal-lg,
  .cid-txPzJSbxYO .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txPzJSbxYO .modal-xl {
    max-width: 1140px;
  }
}
.cid-txPzJSbxYO .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txPzJSbxYO .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txPzJSbxYO .form-group {
  margin-bottom: 1rem;
}
.cid-txPzJSbxYO .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txPzJSbxYO .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txPzJSbxYO .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txPzJSbxYO .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txPzJSbxYO .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txPzJSUYYe {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txPzJSUYYe .mbr-fallback-image.disabled {
  display: none;
}
.cid-txPzJSUYYe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txPzJSUYYe .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txPzJSUYYe .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txPzJSUYYe .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txPzJSUYYe .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txPzJSUYYe .container {
    max-width: 100%;
  }
  .cid-txPzJSUYYe .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txPzJSUYYe .item-wrap {
  width: 100%;
}
.cid-txPzJSUYYe .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txPzJSUYYe .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txPzJSUYYe .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txPzJSUYYe .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txPzJSUYYe .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txPzJSUYYe .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txPzJSUYYe .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txPzJSUYYe .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txPzJSUYYe .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txPzJSUYYe .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txPzJSUYYe .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txPzJSUYYe .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txPzJSUYYe .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txPzJSUYYe .col-links {
    padding-top: 20px;
  }
}
.cid-txPzJSUYYe .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txPzJSUYYe .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txPzJSUYYe .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txPzJSUYYe .list {
    text-align: center !important;
  }
}
.cid-txPzJSUYYe .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txPzJSUYYe .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txPzJSUYYe .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txPzJSUYYe .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txPzJSUYYe .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txPzJSUYYe .list a:hover:before {
  width: 100%;
}
.cid-txPzJSUYYe .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txPzJSUYYe .col-copyright {
    padding-top: 40px;
  }
}
.cid-txPzJSUYYe .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txPzJSUYYe .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txPBaH5uE6 {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-txPBaH5uE6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txPBaH5uE6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txPBaH5uE6 .mbr-text,
.cid-txPBaH5uE6 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-txPBaH5uE6 .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-txPBaH5uE6 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-txPBaHOiZp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txPBaHOiZp .container-fluid {
  padding: 0 3rem;
}
.cid-txPBaHOiZp .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-txPBaHOiZp .mbr-section-subtitle {
  color: #767676;
}
.cid-txPBaHOiZp .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-txPBaHOiZp .table-wrapper {
  margin: 0 auto;
}
.cid-txPBaHOiZp table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-txPBaHOiZp table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-txPBaHOiZp table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-txPBaHOiZp tr:hover {
  background-color: #efefef !important;
}
.cid-txPBaHOiZp .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-txPBaHOiZp .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-txPBaHOiZp .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-txPBaHOiZp .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-txPBaHOiZp .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-txPBaHOiZp .dataTables_wrapper {
  display: block;
}
.cid-txPBaHOiZp .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-txPBaHOiZp .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-txPBaHOiZp .head-item:after,
.cid-txPBaHOiZp .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-txPBaHOiZp .dataTables_filter {
    text-align: center;
  }
  .cid-txPBaHOiZp .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-txPBaHOiZp .dataTables_filter {
    text-align: center;
  }
  .cid-txPBaHOiZp .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-txPBaHOiZp .container-fluid {
    padding: 0 1rem;
  }
  .cid-txPBaHOiZp table th,
  .cid-txPBaHOiZp table td {
    padding: .75rem;
  }
}
.cid-txPBaHOiZp .body-item {
  text-align: center;
}
.cid-txPBaHOiZp .head-item {
  color: #000000;
}
.cid-txPBaHOiZp .body-item DIV {
  text-align: center;
}
.cid-txPBaJBWMo {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-txPBaJBWMo .media-container-row {
  margin-top: 0.5rem;
}
.cid-txPBaJBWMo .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-txPBaJBWMo .card-img span {
  color: #ffffff;
}
.cid-txPBaJBWMo .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-txPBaJBWMo .card-title,
.cid-txPBaJBWMo .card-img {
  color: #555555;
}
.cid-txPBaJBWMo .mbr-section-title {
  font-size: 60px;
}
.cid-txPBaJBWMo .mbr-text,
.cid-txPBaJBWMo .mbr-section-btn {
  color: #777777;
}
.cid-txPBaJBWMo .mbr-title,
.cid-txPBaJBWMo .ornament {
  color: #005990;
  text-align: center;
}
.cid-txPBaKa4l6 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-txPBaKa4l6 img,
.cid-txPBaKa4l6 .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txPBaKa4l6 .item:focus,
.cid-txPBaKa4l6 span:focus {
  outline: none;
}
.cid-txPBaKa4l6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txPBaKa4l6 .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txPBaKa4l6 .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txPBaKa4l6 .item-img {
    padding: 1rem;
  }
}
.cid-txPBaKa4l6 .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txPBaKa4l6 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txPBaKa4l6 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txPBaKa4l6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txPBaKa4l6 .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txPBaKa4l6 .mbr-text,
.cid-txPBaKa4l6 .mbr-section-btn {
  text-align: center;
}
.cid-txPBaKa4l6 .item-title {
  text-align: center;
}
.cid-txPBaKa4l6 .item-subtitle {
  text-align: center;
}
.cid-txPBaLLqWt.popup-builder {
  background-color: #ffffff;
}
.cid-txPBaLLqWt.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txPBaLLqWt.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txPBaLLqWt .modal-content,
.cid-txPBaLLqWt .modal-dialog {
  height: auto;
}
.cid-txPBaLLqWt .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txPBaLLqWt .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txPBaLLqWt .form-wrapper .mbr-form .form-group,
  .cid-txPBaLLqWt .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txPBaLLqWt .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txPBaLLqWt .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txPBaLLqWt .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txPBaLLqWt .pt-0 {
  padding-top: 0 !important;
}
.cid-txPBaLLqWt .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txPBaLLqWt .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txPBaLLqWt .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txPBaLLqWt .modal-open {
  overflow: hidden;
}
.cid-txPBaLLqWt .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txPBaLLqWt .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txPBaLLqWt .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txPBaLLqWt .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txPBaLLqWt .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txPBaLLqWt .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txPBaLLqWt .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txPBaLLqWt .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txPBaLLqWt .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txPBaLLqWt .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txPBaLLqWt .modal-backdrop.fade {
  opacity: 0;
}
.cid-txPBaLLqWt .modal-backdrop.show {
  opacity: .5;
}
.cid-txPBaLLqWt .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txPBaLLqWt .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txPBaLLqWt .modal-header {
    padding: 1rem;
  }
}
.cid-txPBaLLqWt .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txPBaLLqWt .modal-header .close svg {
  fill: #ffffff;
}
.cid-txPBaLLqWt .modal-header .close:hover {
  opacity: 1;
}
.cid-txPBaLLqWt .modal-header .close:focus {
  outline: none;
}
.cid-txPBaLLqWt .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txPBaLLqWt .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txPBaLLqWt .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txPBaLLqWt .modal-body {
    padding: 1rem;
  }
}
.cid-txPBaLLqWt .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txPBaLLqWt .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txPBaLLqWt .modal-footer {
    padding: 1rem;
  }
}
.cid-txPBaLLqWt .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txPBaLLqWt .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txPBaLLqWt .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txPBaLLqWt .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txPBaLLqWt .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txPBaLLqWt .modal-lg,
  .cid-txPBaLLqWt .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txPBaLLqWt .modal-xl {
    max-width: 1140px;
  }
}
.cid-txPBaLLqWt .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txPBaLLqWt .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txPBaLLqWt .form-group {
  margin-bottom: 1rem;
}
.cid-txPBaLLqWt .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txPBaLLqWt .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txPBaLLqWt .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txPBaLLqWt .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txPBaLLqWt .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txPBaMrJpR {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txPBaMrJpR .mbr-fallback-image.disabled {
  display: none;
}
.cid-txPBaMrJpR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txPBaMrJpR .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txPBaMrJpR .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txPBaMrJpR .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txPBaMrJpR .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txPBaMrJpR .container {
    max-width: 100%;
  }
  .cid-txPBaMrJpR .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txPBaMrJpR .item-wrap {
  width: 100%;
}
.cid-txPBaMrJpR .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txPBaMrJpR .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txPBaMrJpR .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txPBaMrJpR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txPBaMrJpR .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txPBaMrJpR .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txPBaMrJpR .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txPBaMrJpR .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txPBaMrJpR .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txPBaMrJpR .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txPBaMrJpR .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txPBaMrJpR .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txPBaMrJpR .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txPBaMrJpR .col-links {
    padding-top: 20px;
  }
}
.cid-txPBaMrJpR .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txPBaMrJpR .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txPBaMrJpR .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txPBaMrJpR .list {
    text-align: center !important;
  }
}
.cid-txPBaMrJpR .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txPBaMrJpR .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txPBaMrJpR .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txPBaMrJpR .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txPBaMrJpR .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txPBaMrJpR .list a:hover:before {
  width: 100%;
}
.cid-txPBaMrJpR .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txPBaMrJpR .col-copyright {
    padding-top: 40px;
  }
}
.cid-txPBaMrJpR .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txPBaMrJpR .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txPR5IyZol {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-txPR5IyZol .mbr-fallback-image.disabled {
  display: none;
}
.cid-txPR5IyZol .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txPR5IyZol .mbr-text,
.cid-txPR5IyZol .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-txPR5IyZol .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-txPR5IyZol .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-txPR5JjMH0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txPR5JjMH0 .container-fluid {
  padding: 0 3rem;
}
.cid-txPR5JjMH0 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-txPR5JjMH0 .mbr-section-subtitle {
  color: #767676;
}
.cid-txPR5JjMH0 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-txPR5JjMH0 .table-wrapper {
  margin: 0 auto;
}
.cid-txPR5JjMH0 table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-txPR5JjMH0 table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-txPR5JjMH0 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-txPR5JjMH0 tr:hover {
  background-color: #efefef !important;
}
.cid-txPR5JjMH0 .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-txPR5JjMH0 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-txPR5JjMH0 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-txPR5JjMH0 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-txPR5JjMH0 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-txPR5JjMH0 .dataTables_wrapper {
  display: block;
}
.cid-txPR5JjMH0 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-txPR5JjMH0 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-txPR5JjMH0 .head-item:after,
.cid-txPR5JjMH0 .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-txPR5JjMH0 .dataTables_filter {
    text-align: center;
  }
  .cid-txPR5JjMH0 .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-txPR5JjMH0 .dataTables_filter {
    text-align: center;
  }
  .cid-txPR5JjMH0 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-txPR5JjMH0 .container-fluid {
    padding: 0 1rem;
  }
  .cid-txPR5JjMH0 table th,
  .cid-txPR5JjMH0 table td {
    padding: .75rem;
  }
}
.cid-txPR5JjMH0 .body-item {
  text-align: center;
}
.cid-txPR5JjMH0 .head-item {
  color: #000000;
}
.cid-txPR5JjMH0 .body-item DIV {
  text-align: center;
}
.cid-txQ3qbxz5J {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-txQ3qbxz5J .media-container-row {
  margin-top: 0.5rem;
}
.cid-txQ3qbxz5J .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-txQ3qbxz5J .card-img span {
  color: #ffffff;
}
.cid-txQ3qbxz5J .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-txQ3qbxz5J .card-title,
.cid-txQ3qbxz5J .card-img {
  color: #555555;
}
.cid-txQ3qbxz5J .mbr-section-title {
  font-size: 60px;
}
.cid-txQ3qbxz5J .mbr-text,
.cid-txQ3qbxz5J .mbr-section-btn {
  color: #777777;
}
.cid-txQ3qbxz5J .mbr-title,
.cid-txQ3qbxz5J .ornament {
  color: #005990;
  text-align: center;
}
.cid-txPR5LpA9O {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-txPR5LpA9O img,
.cid-txPR5LpA9O .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txPR5LpA9O .item:focus,
.cid-txPR5LpA9O span:focus {
  outline: none;
}
.cid-txPR5LpA9O .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txPR5LpA9O .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txPR5LpA9O .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txPR5LpA9O .item-img {
    padding: 1rem;
  }
}
.cid-txPR5LpA9O .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txPR5LpA9O .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txPR5LpA9O .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txPR5LpA9O .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txPR5LpA9O .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txPR5LpA9O .mbr-text,
.cid-txPR5LpA9O .mbr-section-btn {
  text-align: center;
}
.cid-txPR5LpA9O .item-title {
  text-align: center;
}
.cid-txPR5LpA9O .item-subtitle {
  text-align: center;
}
.cid-txPR5N21Cd.popup-builder {
  background-color: #ffffff;
}
.cid-txPR5N21Cd.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txPR5N21Cd.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txPR5N21Cd .modal-content,
.cid-txPR5N21Cd .modal-dialog {
  height: auto;
}
.cid-txPR5N21Cd .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txPR5N21Cd .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txPR5N21Cd .form-wrapper .mbr-form .form-group,
  .cid-txPR5N21Cd .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txPR5N21Cd .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txPR5N21Cd .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txPR5N21Cd .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txPR5N21Cd .pt-0 {
  padding-top: 0 !important;
}
.cid-txPR5N21Cd .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txPR5N21Cd .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txPR5N21Cd .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txPR5N21Cd .modal-open {
  overflow: hidden;
}
.cid-txPR5N21Cd .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txPR5N21Cd .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txPR5N21Cd .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txPR5N21Cd .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txPR5N21Cd .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txPR5N21Cd .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txPR5N21Cd .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txPR5N21Cd .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txPR5N21Cd .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txPR5N21Cd .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txPR5N21Cd .modal-backdrop.fade {
  opacity: 0;
}
.cid-txPR5N21Cd .modal-backdrop.show {
  opacity: .5;
}
.cid-txPR5N21Cd .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txPR5N21Cd .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txPR5N21Cd .modal-header {
    padding: 1rem;
  }
}
.cid-txPR5N21Cd .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txPR5N21Cd .modal-header .close svg {
  fill: #ffffff;
}
.cid-txPR5N21Cd .modal-header .close:hover {
  opacity: 1;
}
.cid-txPR5N21Cd .modal-header .close:focus {
  outline: none;
}
.cid-txPR5N21Cd .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txPR5N21Cd .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txPR5N21Cd .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txPR5N21Cd .modal-body {
    padding: 1rem;
  }
}
.cid-txPR5N21Cd .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txPR5N21Cd .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txPR5N21Cd .modal-footer {
    padding: 1rem;
  }
}
.cid-txPR5N21Cd .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txPR5N21Cd .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txPR5N21Cd .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txPR5N21Cd .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txPR5N21Cd .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txPR5N21Cd .modal-lg,
  .cid-txPR5N21Cd .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txPR5N21Cd .modal-xl {
    max-width: 1140px;
  }
}
.cid-txPR5N21Cd .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txPR5N21Cd .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txPR5N21Cd .form-group {
  margin-bottom: 1rem;
}
.cid-txPR5N21Cd .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txPR5N21Cd .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txPR5N21Cd .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txPR5N21Cd .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txPR5N21Cd .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txPR5NNuWv {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txPR5NNuWv .mbr-fallback-image.disabled {
  display: none;
}
.cid-txPR5NNuWv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txPR5NNuWv .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txPR5NNuWv .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txPR5NNuWv .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txPR5NNuWv .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txPR5NNuWv .container {
    max-width: 100%;
  }
  .cid-txPR5NNuWv .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txPR5NNuWv .item-wrap {
  width: 100%;
}
.cid-txPR5NNuWv .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txPR5NNuWv .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txPR5NNuWv .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txPR5NNuWv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txPR5NNuWv .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txPR5NNuWv .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txPR5NNuWv .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txPR5NNuWv .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txPR5NNuWv .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txPR5NNuWv .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txPR5NNuWv .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txPR5NNuWv .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txPR5NNuWv .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txPR5NNuWv .col-links {
    padding-top: 20px;
  }
}
.cid-txPR5NNuWv .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txPR5NNuWv .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txPR5NNuWv .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txPR5NNuWv .list {
    text-align: center !important;
  }
}
.cid-txPR5NNuWv .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txPR5NNuWv .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txPR5NNuWv .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txPR5NNuWv .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txPR5NNuWv .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txPR5NNuWv .list a:hover:before {
  width: 100%;
}
.cid-txPR5NNuWv .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txPR5NNuWv .col-copyright {
    padding-top: 40px;
  }
}
.cid-txPR5NNuWv .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txPR5NNuWv .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txQ2U1KmUr {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-txQ2U1KmUr .mbr-fallback-image.disabled {
  display: none;
}
.cid-txQ2U1KmUr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txQ2U1KmUr .mbr-text,
.cid-txQ2U1KmUr .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-txQ2U1KmUr .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-txQ2U1KmUr .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-txQ2U2P7Ys {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txQ2U2P7Ys .container-fluid {
  padding: 0 3rem;
}
.cid-txQ2U2P7Ys .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-txQ2U2P7Ys .mbr-section-subtitle {
  color: #767676;
}
.cid-txQ2U2P7Ys .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-txQ2U2P7Ys .table-wrapper {
  margin: 0 auto;
}
.cid-txQ2U2P7Ys table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-txQ2U2P7Ys table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-txQ2U2P7Ys table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-txQ2U2P7Ys tr:hover {
  background-color: #efefef !important;
}
.cid-txQ2U2P7Ys .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-txQ2U2P7Ys .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-txQ2U2P7Ys .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-txQ2U2P7Ys .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-txQ2U2P7Ys .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-txQ2U2P7Ys .dataTables_wrapper {
  display: block;
}
.cid-txQ2U2P7Ys .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-txQ2U2P7Ys .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-txQ2U2P7Ys .head-item:after,
.cid-txQ2U2P7Ys .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-txQ2U2P7Ys .dataTables_filter {
    text-align: center;
  }
  .cid-txQ2U2P7Ys .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-txQ2U2P7Ys .dataTables_filter {
    text-align: center;
  }
  .cid-txQ2U2P7Ys .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-txQ2U2P7Ys .container-fluid {
    padding: 0 1rem;
  }
  .cid-txQ2U2P7Ys table th,
  .cid-txQ2U2P7Ys table td {
    padding: .75rem;
  }
}
.cid-txQ2U2P7Ys .body-item {
  text-align: center;
}
.cid-txQ2U2P7Ys .head-item {
  color: #000000;
}
.cid-txQ2U2P7Ys .body-item DIV {
  text-align: center;
}
.cid-txQ3taux9K {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-txQ3taux9K .media-container-row {
  margin-top: 0.5rem;
}
.cid-txQ3taux9K .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-txQ3taux9K .card-img span {
  color: #ffffff;
}
.cid-txQ3taux9K .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-txQ3taux9K .card-title,
.cid-txQ3taux9K .card-img {
  color: #555555;
}
.cid-txQ3taux9K .mbr-section-title {
  font-size: 60px;
}
.cid-txQ3taux9K .mbr-text,
.cid-txQ3taux9K .mbr-section-btn {
  color: #777777;
}
.cid-txQ3taux9K .mbr-title,
.cid-txQ3taux9K .ornament {
  color: #005990;
  text-align: center;
}
.cid-txQ2U5p46V {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-txQ2U5p46V img,
.cid-txQ2U5p46V .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txQ2U5p46V .item:focus,
.cid-txQ2U5p46V span:focus {
  outline: none;
}
.cid-txQ2U5p46V .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txQ2U5p46V .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txQ2U5p46V .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txQ2U5p46V .item-img {
    padding: 1rem;
  }
}
.cid-txQ2U5p46V .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txQ2U5p46V .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txQ2U5p46V .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txQ2U5p46V .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txQ2U5p46V .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txQ2U5p46V .mbr-text,
.cid-txQ2U5p46V .mbr-section-btn {
  text-align: center;
}
.cid-txQ2U5p46V .item-title {
  text-align: center;
}
.cid-txQ2U5p46V .item-subtitle {
  text-align: center;
}
.cid-txQ2U7jh5A.popup-builder {
  background-color: #ffffff;
}
.cid-txQ2U7jh5A.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txQ2U7jh5A.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txQ2U7jh5A .modal-content,
.cid-txQ2U7jh5A .modal-dialog {
  height: auto;
}
.cid-txQ2U7jh5A .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txQ2U7jh5A .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txQ2U7jh5A .form-wrapper .mbr-form .form-group,
  .cid-txQ2U7jh5A .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txQ2U7jh5A .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txQ2U7jh5A .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txQ2U7jh5A .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txQ2U7jh5A .pt-0 {
  padding-top: 0 !important;
}
.cid-txQ2U7jh5A .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txQ2U7jh5A .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txQ2U7jh5A .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txQ2U7jh5A .modal-open {
  overflow: hidden;
}
.cid-txQ2U7jh5A .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txQ2U7jh5A .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txQ2U7jh5A .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txQ2U7jh5A .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txQ2U7jh5A .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txQ2U7jh5A .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txQ2U7jh5A .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txQ2U7jh5A .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txQ2U7jh5A .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txQ2U7jh5A .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txQ2U7jh5A .modal-backdrop.fade {
  opacity: 0;
}
.cid-txQ2U7jh5A .modal-backdrop.show {
  opacity: .5;
}
.cid-txQ2U7jh5A .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txQ2U7jh5A .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txQ2U7jh5A .modal-header {
    padding: 1rem;
  }
}
.cid-txQ2U7jh5A .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txQ2U7jh5A .modal-header .close svg {
  fill: #ffffff;
}
.cid-txQ2U7jh5A .modal-header .close:hover {
  opacity: 1;
}
.cid-txQ2U7jh5A .modal-header .close:focus {
  outline: none;
}
.cid-txQ2U7jh5A .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txQ2U7jh5A .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txQ2U7jh5A .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txQ2U7jh5A .modal-body {
    padding: 1rem;
  }
}
.cid-txQ2U7jh5A .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txQ2U7jh5A .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txQ2U7jh5A .modal-footer {
    padding: 1rem;
  }
}
.cid-txQ2U7jh5A .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txQ2U7jh5A .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txQ2U7jh5A .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txQ2U7jh5A .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txQ2U7jh5A .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txQ2U7jh5A .modal-lg,
  .cid-txQ2U7jh5A .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txQ2U7jh5A .modal-xl {
    max-width: 1140px;
  }
}
.cid-txQ2U7jh5A .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txQ2U7jh5A .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txQ2U7jh5A .form-group {
  margin-bottom: 1rem;
}
.cid-txQ2U7jh5A .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txQ2U7jh5A .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txQ2U7jh5A .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txQ2U7jh5A .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txQ2U7jh5A .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txQ2U8aOwA {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txQ2U8aOwA .mbr-fallback-image.disabled {
  display: none;
}
.cid-txQ2U8aOwA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txQ2U8aOwA .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txQ2U8aOwA .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txQ2U8aOwA .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txQ2U8aOwA .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txQ2U8aOwA .container {
    max-width: 100%;
  }
  .cid-txQ2U8aOwA .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txQ2U8aOwA .item-wrap {
  width: 100%;
}
.cid-txQ2U8aOwA .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txQ2U8aOwA .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txQ2U8aOwA .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txQ2U8aOwA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txQ2U8aOwA .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txQ2U8aOwA .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txQ2U8aOwA .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txQ2U8aOwA .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txQ2U8aOwA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txQ2U8aOwA .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txQ2U8aOwA .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txQ2U8aOwA .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txQ2U8aOwA .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txQ2U8aOwA .col-links {
    padding-top: 20px;
  }
}
.cid-txQ2U8aOwA .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txQ2U8aOwA .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txQ2U8aOwA .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txQ2U8aOwA .list {
    text-align: center !important;
  }
}
.cid-txQ2U8aOwA .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txQ2U8aOwA .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txQ2U8aOwA .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txQ2U8aOwA .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txQ2U8aOwA .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txQ2U8aOwA .list a:hover:before {
  width: 100%;
}
.cid-txQ2U8aOwA .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txQ2U8aOwA .col-copyright {
    padding-top: 40px;
  }
}
.cid-txQ2U8aOwA .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txQ2U8aOwA .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txQ4TFG0eZ {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-txQ4TFG0eZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-txQ4TFG0eZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txQ4TFG0eZ .mbr-text,
.cid-txQ4TFG0eZ .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-txQ4TFG0eZ .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-txQ4TFG0eZ .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-txQ4TGtOic {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txQ4TGtOic .container-fluid {
  padding: 0 3rem;
}
.cid-txQ4TGtOic .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-txQ4TGtOic .mbr-section-subtitle {
  color: #767676;
}
.cid-txQ4TGtOic .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-txQ4TGtOic .table-wrapper {
  margin: 0 auto;
}
.cid-txQ4TGtOic table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-txQ4TGtOic table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-txQ4TGtOic table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-txQ4TGtOic tr:hover {
  background-color: #efefef !important;
}
.cid-txQ4TGtOic .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-txQ4TGtOic .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-txQ4TGtOic .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-txQ4TGtOic .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-txQ4TGtOic .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-txQ4TGtOic .dataTables_wrapper {
  display: block;
}
.cid-txQ4TGtOic .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-txQ4TGtOic .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-txQ4TGtOic .head-item:after,
.cid-txQ4TGtOic .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-txQ4TGtOic .dataTables_filter {
    text-align: center;
  }
  .cid-txQ4TGtOic .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-txQ4TGtOic .dataTables_filter {
    text-align: center;
  }
  .cid-txQ4TGtOic .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-txQ4TGtOic .container-fluid {
    padding: 0 1rem;
  }
  .cid-txQ4TGtOic table th,
  .cid-txQ4TGtOic table td {
    padding: .75rem;
  }
}
.cid-txQ4TGtOic .body-item {
  text-align: center;
}
.cid-txQ4TGtOic .head-item {
  color: #000000;
}
.cid-txQ4TGtOic .body-item DIV {
  text-align: center;
}
.cid-txQ4TI56qp {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-txQ4TI56qp .media-container-row {
  margin-top: 0.5rem;
}
.cid-txQ4TI56qp .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-txQ4TI56qp .card-img span {
  color: #ffffff;
}
.cid-txQ4TI56qp .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-txQ4TI56qp .card-title,
.cid-txQ4TI56qp .card-img {
  color: #555555;
}
.cid-txQ4TI56qp .mbr-section-title {
  font-size: 60px;
}
.cid-txQ4TI56qp .mbr-text,
.cid-txQ4TI56qp .mbr-section-btn {
  color: #777777;
}
.cid-txQ4TI56qp .mbr-title,
.cid-txQ4TI56qp .ornament {
  color: #005990;
  text-align: center;
}
.cid-txQ4TIDSaW {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-txQ4TIDSaW img,
.cid-txQ4TIDSaW .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txQ4TIDSaW .item:focus,
.cid-txQ4TIDSaW span:focus {
  outline: none;
}
.cid-txQ4TIDSaW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txQ4TIDSaW .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txQ4TIDSaW .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txQ4TIDSaW .item-img {
    padding: 1rem;
  }
}
.cid-txQ4TIDSaW .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txQ4TIDSaW .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txQ4TIDSaW .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txQ4TIDSaW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txQ4TIDSaW .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txQ4TIDSaW .mbr-text,
.cid-txQ4TIDSaW .mbr-section-btn {
  text-align: center;
}
.cid-txQ4TIDSaW .item-title {
  text-align: center;
}
.cid-txQ4TIDSaW .item-subtitle {
  text-align: center;
}
.cid-txQ4TM3xS3.popup-builder {
  background-color: #ffffff;
}
.cid-txQ4TM3xS3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txQ4TM3xS3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txQ4TM3xS3 .modal-content,
.cid-txQ4TM3xS3 .modal-dialog {
  height: auto;
}
.cid-txQ4TM3xS3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txQ4TM3xS3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txQ4TM3xS3 .form-wrapper .mbr-form .form-group,
  .cid-txQ4TM3xS3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txQ4TM3xS3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txQ4TM3xS3 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txQ4TM3xS3 .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txQ4TM3xS3 .pt-0 {
  padding-top: 0 !important;
}
.cid-txQ4TM3xS3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txQ4TM3xS3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txQ4TM3xS3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txQ4TM3xS3 .modal-open {
  overflow: hidden;
}
.cid-txQ4TM3xS3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txQ4TM3xS3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txQ4TM3xS3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txQ4TM3xS3 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txQ4TM3xS3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txQ4TM3xS3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txQ4TM3xS3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txQ4TM3xS3 .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txQ4TM3xS3 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txQ4TM3xS3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txQ4TM3xS3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-txQ4TM3xS3 .modal-backdrop.show {
  opacity: .5;
}
.cid-txQ4TM3xS3 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txQ4TM3xS3 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txQ4TM3xS3 .modal-header {
    padding: 1rem;
  }
}
.cid-txQ4TM3xS3 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txQ4TM3xS3 .modal-header .close svg {
  fill: #ffffff;
}
.cid-txQ4TM3xS3 .modal-header .close:hover {
  opacity: 1;
}
.cid-txQ4TM3xS3 .modal-header .close:focus {
  outline: none;
}
.cid-txQ4TM3xS3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txQ4TM3xS3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txQ4TM3xS3 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txQ4TM3xS3 .modal-body {
    padding: 1rem;
  }
}
.cid-txQ4TM3xS3 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txQ4TM3xS3 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txQ4TM3xS3 .modal-footer {
    padding: 1rem;
  }
}
.cid-txQ4TM3xS3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txQ4TM3xS3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txQ4TM3xS3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txQ4TM3xS3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txQ4TM3xS3 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txQ4TM3xS3 .modal-lg,
  .cid-txQ4TM3xS3 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txQ4TM3xS3 .modal-xl {
    max-width: 1140px;
  }
}
.cid-txQ4TM3xS3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txQ4TM3xS3 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txQ4TM3xS3 .form-group {
  margin-bottom: 1rem;
}
.cid-txQ4TM3xS3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txQ4TM3xS3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txQ4TM3xS3 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txQ4TM3xS3 .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txQ4TM3xS3 .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txQ4TMRXbB {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txQ4TMRXbB .mbr-fallback-image.disabled {
  display: none;
}
.cid-txQ4TMRXbB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txQ4TMRXbB .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txQ4TMRXbB .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txQ4TMRXbB .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txQ4TMRXbB .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txQ4TMRXbB .container {
    max-width: 100%;
  }
  .cid-txQ4TMRXbB .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txQ4TMRXbB .item-wrap {
  width: 100%;
}
.cid-txQ4TMRXbB .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txQ4TMRXbB .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txQ4TMRXbB .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txQ4TMRXbB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txQ4TMRXbB .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txQ4TMRXbB .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txQ4TMRXbB .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txQ4TMRXbB .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txQ4TMRXbB .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txQ4TMRXbB .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txQ4TMRXbB .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txQ4TMRXbB .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txQ4TMRXbB .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txQ4TMRXbB .col-links {
    padding-top: 20px;
  }
}
.cid-txQ4TMRXbB .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txQ4TMRXbB .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txQ4TMRXbB .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txQ4TMRXbB .list {
    text-align: center !important;
  }
}
.cid-txQ4TMRXbB .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txQ4TMRXbB .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txQ4TMRXbB .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txQ4TMRXbB .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txQ4TMRXbB .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txQ4TMRXbB .list a:hover:before {
  width: 100%;
}
.cid-txQ4TMRXbB .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txQ4TMRXbB .col-copyright {
    padding-top: 40px;
  }
}
.cid-txQ4TMRXbB .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txQ4TMRXbB .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txQ7lAdLYd {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-txQ7lAdLYd .mbr-fallback-image.disabled {
  display: none;
}
.cid-txQ7lAdLYd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txQ7lAdLYd .mbr-text,
.cid-txQ7lAdLYd .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-txQ7lAdLYd .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-txQ7lAdLYd .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-txQ7lAOYKX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txQ7lAOYKX .container-fluid {
  padding: 0 3rem;
}
.cid-txQ7lAOYKX .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-txQ7lAOYKX .mbr-section-subtitle {
  color: #767676;
}
.cid-txQ7lAOYKX .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-txQ7lAOYKX .table-wrapper {
  margin: 0 auto;
}
.cid-txQ7lAOYKX table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-txQ7lAOYKX table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-txQ7lAOYKX table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-txQ7lAOYKX tr:hover {
  background-color: #efefef !important;
}
.cid-txQ7lAOYKX .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-txQ7lAOYKX .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-txQ7lAOYKX .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-txQ7lAOYKX .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-txQ7lAOYKX .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-txQ7lAOYKX .dataTables_wrapper {
  display: block;
}
.cid-txQ7lAOYKX .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-txQ7lAOYKX .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-txQ7lAOYKX .head-item:after,
.cid-txQ7lAOYKX .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-txQ7lAOYKX .dataTables_filter {
    text-align: center;
  }
  .cid-txQ7lAOYKX .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-txQ7lAOYKX .dataTables_filter {
    text-align: center;
  }
  .cid-txQ7lAOYKX .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-txQ7lAOYKX .container-fluid {
    padding: 0 1rem;
  }
  .cid-txQ7lAOYKX table th,
  .cid-txQ7lAOYKX table td {
    padding: .75rem;
  }
}
.cid-txQ7lAOYKX .body-item {
  text-align: center;
}
.cid-txQ7lAOYKX .head-item {
  color: #000000;
}
.cid-txQ7lAOYKX .body-item DIV {
  text-align: center;
}
.cid-txQ7lCvA8K {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-txQ7lCvA8K .media-container-row {
  margin-top: 0.5rem;
}
.cid-txQ7lCvA8K .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-txQ7lCvA8K .card-img span {
  color: #ffffff;
}
.cid-txQ7lCvA8K .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-txQ7lCvA8K .card-title,
.cid-txQ7lCvA8K .card-img {
  color: #555555;
}
.cid-txQ7lCvA8K .mbr-section-title {
  font-size: 60px;
}
.cid-txQ7lCvA8K .mbr-text,
.cid-txQ7lCvA8K .mbr-section-btn {
  color: #777777;
}
.cid-txQ7lCvA8K .mbr-title,
.cid-txQ7lCvA8K .ornament {
  color: #005990;
  text-align: center;
}
.cid-txQ7lD5zKW {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-txQ7lD5zKW img,
.cid-txQ7lD5zKW .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txQ7lD5zKW .item:focus,
.cid-txQ7lD5zKW span:focus {
  outline: none;
}
.cid-txQ7lD5zKW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txQ7lD5zKW .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txQ7lD5zKW .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txQ7lD5zKW .item-img {
    padding: 1rem;
  }
}
.cid-txQ7lD5zKW .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txQ7lD5zKW .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txQ7lD5zKW .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txQ7lD5zKW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txQ7lD5zKW .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txQ7lD5zKW .mbr-text,
.cid-txQ7lD5zKW .mbr-section-btn {
  text-align: center;
}
.cid-txQ7lD5zKW .item-title {
  text-align: center;
}
.cid-txQ7lD5zKW .item-subtitle {
  text-align: center;
}
.cid-txQ7lETOZE.popup-builder {
  background-color: #ffffff;
}
.cid-txQ7lETOZE.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txQ7lETOZE.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txQ7lETOZE .modal-content,
.cid-txQ7lETOZE .modal-dialog {
  height: auto;
}
.cid-txQ7lETOZE .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txQ7lETOZE .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txQ7lETOZE .form-wrapper .mbr-form .form-group,
  .cid-txQ7lETOZE .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txQ7lETOZE .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txQ7lETOZE .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txQ7lETOZE .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txQ7lETOZE .pt-0 {
  padding-top: 0 !important;
}
.cid-txQ7lETOZE .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txQ7lETOZE .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txQ7lETOZE .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txQ7lETOZE .modal-open {
  overflow: hidden;
}
.cid-txQ7lETOZE .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txQ7lETOZE .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txQ7lETOZE .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txQ7lETOZE .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txQ7lETOZE .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txQ7lETOZE .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txQ7lETOZE .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txQ7lETOZE .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txQ7lETOZE .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txQ7lETOZE .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txQ7lETOZE .modal-backdrop.fade {
  opacity: 0;
}
.cid-txQ7lETOZE .modal-backdrop.show {
  opacity: .5;
}
.cid-txQ7lETOZE .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txQ7lETOZE .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txQ7lETOZE .modal-header {
    padding: 1rem;
  }
}
.cid-txQ7lETOZE .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txQ7lETOZE .modal-header .close svg {
  fill: #ffffff;
}
.cid-txQ7lETOZE .modal-header .close:hover {
  opacity: 1;
}
.cid-txQ7lETOZE .modal-header .close:focus {
  outline: none;
}
.cid-txQ7lETOZE .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txQ7lETOZE .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txQ7lETOZE .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txQ7lETOZE .modal-body {
    padding: 1rem;
  }
}
.cid-txQ7lETOZE .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txQ7lETOZE .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txQ7lETOZE .modal-footer {
    padding: 1rem;
  }
}
.cid-txQ7lETOZE .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txQ7lETOZE .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txQ7lETOZE .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txQ7lETOZE .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txQ7lETOZE .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txQ7lETOZE .modal-lg,
  .cid-txQ7lETOZE .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txQ7lETOZE .modal-xl {
    max-width: 1140px;
  }
}
.cid-txQ7lETOZE .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txQ7lETOZE .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txQ7lETOZE .form-group {
  margin-bottom: 1rem;
}
.cid-txQ7lETOZE .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txQ7lETOZE .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txQ7lETOZE .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txQ7lETOZE .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txQ7lETOZE .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txQ7lFG5Fv {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txQ7lFG5Fv .mbr-fallback-image.disabled {
  display: none;
}
.cid-txQ7lFG5Fv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txQ7lFG5Fv .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txQ7lFG5Fv .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txQ7lFG5Fv .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txQ7lFG5Fv .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txQ7lFG5Fv .container {
    max-width: 100%;
  }
  .cid-txQ7lFG5Fv .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txQ7lFG5Fv .item-wrap {
  width: 100%;
}
.cid-txQ7lFG5Fv .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txQ7lFG5Fv .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txQ7lFG5Fv .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txQ7lFG5Fv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txQ7lFG5Fv .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txQ7lFG5Fv .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txQ7lFG5Fv .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txQ7lFG5Fv .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txQ7lFG5Fv .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txQ7lFG5Fv .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txQ7lFG5Fv .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txQ7lFG5Fv .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txQ7lFG5Fv .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txQ7lFG5Fv .col-links {
    padding-top: 20px;
  }
}
.cid-txQ7lFG5Fv .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txQ7lFG5Fv .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txQ7lFG5Fv .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txQ7lFG5Fv .list {
    text-align: center !important;
  }
}
.cid-txQ7lFG5Fv .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txQ7lFG5Fv .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txQ7lFG5Fv .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txQ7lFG5Fv .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txQ7lFG5Fv .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txQ7lFG5Fv .list a:hover:before {
  width: 100%;
}
.cid-txQ7lFG5Fv .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txQ7lFG5Fv .col-copyright {
    padding-top: 40px;
  }
}
.cid-txQ7lFG5Fv .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txQ7lFG5Fv .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txQ8u1jsrP {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-txQ8u1jsrP .mbr-fallback-image.disabled {
  display: none;
}
.cid-txQ8u1jsrP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txQ8u1jsrP .mbr-text,
.cid-txQ8u1jsrP .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-txQ8u1jsrP .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-txQ8u1jsrP .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-txQ8u2iZxK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txQ8u2iZxK .container-fluid {
  padding: 0 3rem;
}
.cid-txQ8u2iZxK .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-txQ8u2iZxK .mbr-section-subtitle {
  color: #767676;
}
.cid-txQ8u2iZxK .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-txQ8u2iZxK .table-wrapper {
  margin: 0 auto;
}
.cid-txQ8u2iZxK table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-txQ8u2iZxK table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-txQ8u2iZxK table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-txQ8u2iZxK tr:hover {
  background-color: #efefef !important;
}
.cid-txQ8u2iZxK .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-txQ8u2iZxK .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-txQ8u2iZxK .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-txQ8u2iZxK .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-txQ8u2iZxK .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-txQ8u2iZxK .dataTables_wrapper {
  display: block;
}
.cid-txQ8u2iZxK .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-txQ8u2iZxK .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-txQ8u2iZxK .head-item:after,
.cid-txQ8u2iZxK .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-txQ8u2iZxK .dataTables_filter {
    text-align: center;
  }
  .cid-txQ8u2iZxK .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-txQ8u2iZxK .dataTables_filter {
    text-align: center;
  }
  .cid-txQ8u2iZxK .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-txQ8u2iZxK .container-fluid {
    padding: 0 1rem;
  }
  .cid-txQ8u2iZxK table th,
  .cid-txQ8u2iZxK table td {
    padding: .75rem;
  }
}
.cid-txQ8u2iZxK .body-item {
  text-align: center;
}
.cid-txQ8u2iZxK .head-item {
  color: #000000;
}
.cid-txQ8u2iZxK .body-item DIV {
  text-align: center;
}
.cid-txQ8u49ojG {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-txQ8u49ojG .media-container-row {
  margin-top: 0.5rem;
}
.cid-txQ8u49ojG .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-txQ8u49ojG .card-img span {
  color: #ffffff;
}
.cid-txQ8u49ojG .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-txQ8u49ojG .card-title,
.cid-txQ8u49ojG .card-img {
  color: #555555;
}
.cid-txQ8u49ojG .mbr-section-title {
  font-size: 60px;
}
.cid-txQ8u49ojG .mbr-text,
.cid-txQ8u49ojG .mbr-section-btn {
  color: #777777;
}
.cid-txQ8u49ojG .mbr-title,
.cid-txQ8u49ojG .ornament {
  color: #005990;
  text-align: center;
}
.cid-txQ8u4JdUW {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-txQ8u4JdUW img,
.cid-txQ8u4JdUW .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txQ8u4JdUW .item:focus,
.cid-txQ8u4JdUW span:focus {
  outline: none;
}
.cid-txQ8u4JdUW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txQ8u4JdUW .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txQ8u4JdUW .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txQ8u4JdUW .item-img {
    padding: 1rem;
  }
}
.cid-txQ8u4JdUW .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txQ8u4JdUW .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txQ8u4JdUW .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txQ8u4JdUW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txQ8u4JdUW .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txQ8u4JdUW .mbr-text,
.cid-txQ8u4JdUW .mbr-section-btn {
  text-align: center;
}
.cid-txQ8u4JdUW .item-title {
  text-align: center;
}
.cid-txQ8u4JdUW .item-subtitle {
  text-align: center;
}
.cid-txQ8u6yrGX.popup-builder {
  background-color: #ffffff;
}
.cid-txQ8u6yrGX.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txQ8u6yrGX.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txQ8u6yrGX .modal-content,
.cid-txQ8u6yrGX .modal-dialog {
  height: auto;
}
.cid-txQ8u6yrGX .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txQ8u6yrGX .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txQ8u6yrGX .form-wrapper .mbr-form .form-group,
  .cid-txQ8u6yrGX .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txQ8u6yrGX .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txQ8u6yrGX .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txQ8u6yrGX .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txQ8u6yrGX .pt-0 {
  padding-top: 0 !important;
}
.cid-txQ8u6yrGX .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txQ8u6yrGX .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txQ8u6yrGX .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txQ8u6yrGX .modal-open {
  overflow: hidden;
}
.cid-txQ8u6yrGX .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txQ8u6yrGX .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txQ8u6yrGX .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txQ8u6yrGX .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txQ8u6yrGX .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txQ8u6yrGX .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txQ8u6yrGX .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txQ8u6yrGX .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txQ8u6yrGX .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txQ8u6yrGX .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txQ8u6yrGX .modal-backdrop.fade {
  opacity: 0;
}
.cid-txQ8u6yrGX .modal-backdrop.show {
  opacity: .5;
}
.cid-txQ8u6yrGX .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txQ8u6yrGX .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txQ8u6yrGX .modal-header {
    padding: 1rem;
  }
}
.cid-txQ8u6yrGX .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txQ8u6yrGX .modal-header .close svg {
  fill: #ffffff;
}
.cid-txQ8u6yrGX .modal-header .close:hover {
  opacity: 1;
}
.cid-txQ8u6yrGX .modal-header .close:focus {
  outline: none;
}
.cid-txQ8u6yrGX .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txQ8u6yrGX .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txQ8u6yrGX .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txQ8u6yrGX .modal-body {
    padding: 1rem;
  }
}
.cid-txQ8u6yrGX .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txQ8u6yrGX .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txQ8u6yrGX .modal-footer {
    padding: 1rem;
  }
}
.cid-txQ8u6yrGX .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txQ8u6yrGX .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txQ8u6yrGX .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txQ8u6yrGX .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txQ8u6yrGX .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txQ8u6yrGX .modal-lg,
  .cid-txQ8u6yrGX .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txQ8u6yrGX .modal-xl {
    max-width: 1140px;
  }
}
.cid-txQ8u6yrGX .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txQ8u6yrGX .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txQ8u6yrGX .form-group {
  margin-bottom: 1rem;
}
.cid-txQ8u6yrGX .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txQ8u6yrGX .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txQ8u6yrGX .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txQ8u6yrGX .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txQ8u6yrGX .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txQ8u7qNt9 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txQ8u7qNt9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txQ8u7qNt9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txQ8u7qNt9 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txQ8u7qNt9 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txQ8u7qNt9 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txQ8u7qNt9 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txQ8u7qNt9 .container {
    max-width: 100%;
  }
  .cid-txQ8u7qNt9 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txQ8u7qNt9 .item-wrap {
  width: 100%;
}
.cid-txQ8u7qNt9 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txQ8u7qNt9 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txQ8u7qNt9 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txQ8u7qNt9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txQ8u7qNt9 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txQ8u7qNt9 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txQ8u7qNt9 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txQ8u7qNt9 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txQ8u7qNt9 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txQ8u7qNt9 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txQ8u7qNt9 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txQ8u7qNt9 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txQ8u7qNt9 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txQ8u7qNt9 .col-links {
    padding-top: 20px;
  }
}
.cid-txQ8u7qNt9 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txQ8u7qNt9 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txQ8u7qNt9 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txQ8u7qNt9 .list {
    text-align: center !important;
  }
}
.cid-txQ8u7qNt9 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txQ8u7qNt9 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txQ8u7qNt9 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txQ8u7qNt9 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txQ8u7qNt9 .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txQ8u7qNt9 .list a:hover:before {
  width: 100%;
}
.cid-txQ8u7qNt9 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txQ8u7qNt9 .col-copyright {
    padding-top: 40px;
  }
}
.cid-txQ8u7qNt9 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txQ8u7qNt9 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txQa5E3XDD {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-txQa5E3XDD .mbr-fallback-image.disabled {
  display: none;
}
.cid-txQa5E3XDD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txQa5E3XDD .mbr-text,
.cid-txQa5E3XDD .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-txQa5E3XDD .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-txQa5E3XDD .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-txQa5EVv1Y {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txQa5EVv1Y .container-fluid {
  padding: 0 3rem;
}
.cid-txQa5EVv1Y .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-txQa5EVv1Y .mbr-section-subtitle {
  color: #767676;
}
.cid-txQa5EVv1Y .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-txQa5EVv1Y .table-wrapper {
  margin: 0 auto;
}
.cid-txQa5EVv1Y table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-txQa5EVv1Y table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-txQa5EVv1Y table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-txQa5EVv1Y tr:hover {
  background-color: #efefef !important;
}
.cid-txQa5EVv1Y .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-txQa5EVv1Y .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-txQa5EVv1Y .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-txQa5EVv1Y .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-txQa5EVv1Y .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-txQa5EVv1Y .dataTables_wrapper {
  display: block;
}
.cid-txQa5EVv1Y .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-txQa5EVv1Y .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-txQa5EVv1Y .head-item:after,
.cid-txQa5EVv1Y .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-txQa5EVv1Y .dataTables_filter {
    text-align: center;
  }
  .cid-txQa5EVv1Y .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-txQa5EVv1Y .dataTables_filter {
    text-align: center;
  }
  .cid-txQa5EVv1Y .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-txQa5EVv1Y .container-fluid {
    padding: 0 1rem;
  }
  .cid-txQa5EVv1Y table th,
  .cid-txQa5EVv1Y table td {
    padding: .75rem;
  }
}
.cid-txQa5EVv1Y .body-item {
  text-align: center;
}
.cid-txQa5EVv1Y .head-item {
  color: #000000;
}
.cid-txQa5EVv1Y .body-item DIV {
  text-align: center;
}
.cid-txQbCvhSVk {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-txQbCvhSVk .media-container-row {
  margin-top: 0.5rem;
}
.cid-txQbCvhSVk .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-txQbCvhSVk .card-img span {
  color: #ffffff;
}
.cid-txQbCvhSVk .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-txQbCvhSVk .card-title,
.cid-txQbCvhSVk .card-img {
  color: #555555;
}
.cid-txQbCvhSVk .mbr-section-title {
  font-size: 60px;
}
.cid-txQbCvhSVk .mbr-text,
.cid-txQbCvhSVk .mbr-section-btn {
  color: #777777;
}
.cid-txQbCvhSVk .mbr-title,
.cid-txQbCvhSVk .ornament {
  color: #005990;
  text-align: center;
}
.cid-txQa5Hg1qF {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-txQa5Hg1qF img,
.cid-txQa5Hg1qF .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txQa5Hg1qF .item:focus,
.cid-txQa5Hg1qF span:focus {
  outline: none;
}
.cid-txQa5Hg1qF .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txQa5Hg1qF .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txQa5Hg1qF .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txQa5Hg1qF .item-img {
    padding: 1rem;
  }
}
.cid-txQa5Hg1qF .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txQa5Hg1qF .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txQa5Hg1qF .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txQa5Hg1qF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txQa5Hg1qF .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txQa5Hg1qF .mbr-text,
.cid-txQa5Hg1qF .mbr-section-btn {
  text-align: center;
}
.cid-txQa5Hg1qF .item-title {
  text-align: center;
}
.cid-txQa5Hg1qF .item-subtitle {
  text-align: center;
}
.cid-txQa5IVy9x.popup-builder {
  background-color: #ffffff;
}
.cid-txQa5IVy9x.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txQa5IVy9x.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txQa5IVy9x .modal-content,
.cid-txQa5IVy9x .modal-dialog {
  height: auto;
}
.cid-txQa5IVy9x .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txQa5IVy9x .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txQa5IVy9x .form-wrapper .mbr-form .form-group,
  .cid-txQa5IVy9x .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txQa5IVy9x .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txQa5IVy9x .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txQa5IVy9x .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txQa5IVy9x .pt-0 {
  padding-top: 0 !important;
}
.cid-txQa5IVy9x .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txQa5IVy9x .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txQa5IVy9x .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txQa5IVy9x .modal-open {
  overflow: hidden;
}
.cid-txQa5IVy9x .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txQa5IVy9x .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txQa5IVy9x .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txQa5IVy9x .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txQa5IVy9x .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txQa5IVy9x .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txQa5IVy9x .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txQa5IVy9x .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txQa5IVy9x .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txQa5IVy9x .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txQa5IVy9x .modal-backdrop.fade {
  opacity: 0;
}
.cid-txQa5IVy9x .modal-backdrop.show {
  opacity: .5;
}
.cid-txQa5IVy9x .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txQa5IVy9x .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txQa5IVy9x .modal-header {
    padding: 1rem;
  }
}
.cid-txQa5IVy9x .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txQa5IVy9x .modal-header .close svg {
  fill: #ffffff;
}
.cid-txQa5IVy9x .modal-header .close:hover {
  opacity: 1;
}
.cid-txQa5IVy9x .modal-header .close:focus {
  outline: none;
}
.cid-txQa5IVy9x .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txQa5IVy9x .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txQa5IVy9x .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txQa5IVy9x .modal-body {
    padding: 1rem;
  }
}
.cid-txQa5IVy9x .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txQa5IVy9x .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txQa5IVy9x .modal-footer {
    padding: 1rem;
  }
}
.cid-txQa5IVy9x .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txQa5IVy9x .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txQa5IVy9x .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txQa5IVy9x .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txQa5IVy9x .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txQa5IVy9x .modal-lg,
  .cid-txQa5IVy9x .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txQa5IVy9x .modal-xl {
    max-width: 1140px;
  }
}
.cid-txQa5IVy9x .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txQa5IVy9x .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txQa5IVy9x .form-group {
  margin-bottom: 1rem;
}
.cid-txQa5IVy9x .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txQa5IVy9x .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txQa5IVy9x .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txQa5IVy9x .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txQa5IVy9x .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txQa5JLdA0 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txQa5JLdA0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txQa5JLdA0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txQa5JLdA0 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txQa5JLdA0 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txQa5JLdA0 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txQa5JLdA0 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txQa5JLdA0 .container {
    max-width: 100%;
  }
  .cid-txQa5JLdA0 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txQa5JLdA0 .item-wrap {
  width: 100%;
}
.cid-txQa5JLdA0 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txQa5JLdA0 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txQa5JLdA0 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txQa5JLdA0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txQa5JLdA0 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txQa5JLdA0 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txQa5JLdA0 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txQa5JLdA0 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txQa5JLdA0 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txQa5JLdA0 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txQa5JLdA0 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txQa5JLdA0 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txQa5JLdA0 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txQa5JLdA0 .col-links {
    padding-top: 20px;
  }
}
.cid-txQa5JLdA0 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txQa5JLdA0 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txQa5JLdA0 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txQa5JLdA0 .list {
    text-align: center !important;
  }
}
.cid-txQa5JLdA0 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txQa5JLdA0 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txQa5JLdA0 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txQa5JLdA0 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txQa5JLdA0 .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txQa5JLdA0 .list a:hover:before {
  width: 100%;
}
.cid-txQa5JLdA0 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txQa5JLdA0 .col-copyright {
    padding-top: 40px;
  }
}
.cid-txQa5JLdA0 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txQa5JLdA0 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txQdcRKw8R {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-txQdcRKw8R .mbr-fallback-image.disabled {
  display: none;
}
.cid-txQdcRKw8R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txQdcRKw8R .mbr-text,
.cid-txQdcRKw8R .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-txQdcRKw8R .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-txQdcRKw8R .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-txQdcSxagM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txQdcSxagM .container-fluid {
  padding: 0 3rem;
}
.cid-txQdcSxagM .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-txQdcSxagM .mbr-section-subtitle {
  color: #767676;
}
.cid-txQdcSxagM .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-txQdcSxagM .table-wrapper {
  margin: 0 auto;
}
.cid-txQdcSxagM table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-txQdcSxagM table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-txQdcSxagM table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-txQdcSxagM tr:hover {
  background-color: #efefef !important;
}
.cid-txQdcSxagM .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-txQdcSxagM .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-txQdcSxagM .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-txQdcSxagM .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-txQdcSxagM .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-txQdcSxagM .dataTables_wrapper {
  display: block;
}
.cid-txQdcSxagM .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-txQdcSxagM .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-txQdcSxagM .head-item:after,
.cid-txQdcSxagM .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-txQdcSxagM .dataTables_filter {
    text-align: center;
  }
  .cid-txQdcSxagM .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-txQdcSxagM .dataTables_filter {
    text-align: center;
  }
  .cid-txQdcSxagM .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-txQdcSxagM .container-fluid {
    padding: 0 1rem;
  }
  .cid-txQdcSxagM table th,
  .cid-txQdcSxagM table td {
    padding: .75rem;
  }
}
.cid-txQdcSxagM .body-item {
  text-align: center;
}
.cid-txQdcSxagM .head-item {
  color: #000000;
}
.cid-txQdcSxagM .body-item DIV {
  text-align: center;
}
.cid-txQdcUk9LC {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-txQdcUk9LC .media-container-row {
  margin-top: 0.5rem;
}
.cid-txQdcUk9LC .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-txQdcUk9LC .card-img span {
  color: #ffffff;
}
.cid-txQdcUk9LC .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-txQdcUk9LC .card-title,
.cid-txQdcUk9LC .card-img {
  color: #555555;
}
.cid-txQdcUk9LC .mbr-section-title {
  font-size: 60px;
}
.cid-txQdcUk9LC .mbr-text,
.cid-txQdcUk9LC .mbr-section-btn {
  color: #777777;
}
.cid-txQdcUk9LC .mbr-title,
.cid-txQdcUk9LC .ornament {
  color: #005990;
  text-align: center;
}
.cid-txQdcUR3oo {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-txQdcUR3oo img,
.cid-txQdcUR3oo .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txQdcUR3oo .item:focus,
.cid-txQdcUR3oo span:focus {
  outline: none;
}
.cid-txQdcUR3oo .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txQdcUR3oo .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txQdcUR3oo .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txQdcUR3oo .item-img {
    padding: 1rem;
  }
}
.cid-txQdcUR3oo .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txQdcUR3oo .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txQdcUR3oo .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txQdcUR3oo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txQdcUR3oo .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txQdcUR3oo .mbr-text,
.cid-txQdcUR3oo .mbr-section-btn {
  text-align: center;
}
.cid-txQdcUR3oo .item-title {
  text-align: center;
}
.cid-txQdcUR3oo .item-subtitle {
  text-align: center;
}
.cid-txQdcWrUtU.popup-builder {
  background-color: #ffffff;
}
.cid-txQdcWrUtU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txQdcWrUtU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txQdcWrUtU .modal-content,
.cid-txQdcWrUtU .modal-dialog {
  height: auto;
}
.cid-txQdcWrUtU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txQdcWrUtU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txQdcWrUtU .form-wrapper .mbr-form .form-group,
  .cid-txQdcWrUtU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txQdcWrUtU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txQdcWrUtU .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txQdcWrUtU .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txQdcWrUtU .pt-0 {
  padding-top: 0 !important;
}
.cid-txQdcWrUtU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txQdcWrUtU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txQdcWrUtU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txQdcWrUtU .modal-open {
  overflow: hidden;
}
.cid-txQdcWrUtU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txQdcWrUtU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txQdcWrUtU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txQdcWrUtU .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txQdcWrUtU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txQdcWrUtU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txQdcWrUtU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txQdcWrUtU .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txQdcWrUtU .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txQdcWrUtU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txQdcWrUtU .modal-backdrop.fade {
  opacity: 0;
}
.cid-txQdcWrUtU .modal-backdrop.show {
  opacity: .5;
}
.cid-txQdcWrUtU .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txQdcWrUtU .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txQdcWrUtU .modal-header {
    padding: 1rem;
  }
}
.cid-txQdcWrUtU .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txQdcWrUtU .modal-header .close svg {
  fill: #ffffff;
}
.cid-txQdcWrUtU .modal-header .close:hover {
  opacity: 1;
}
.cid-txQdcWrUtU .modal-header .close:focus {
  outline: none;
}
.cid-txQdcWrUtU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txQdcWrUtU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txQdcWrUtU .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txQdcWrUtU .modal-body {
    padding: 1rem;
  }
}
.cid-txQdcWrUtU .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txQdcWrUtU .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txQdcWrUtU .modal-footer {
    padding: 1rem;
  }
}
.cid-txQdcWrUtU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txQdcWrUtU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txQdcWrUtU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txQdcWrUtU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txQdcWrUtU .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txQdcWrUtU .modal-lg,
  .cid-txQdcWrUtU .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txQdcWrUtU .modal-xl {
    max-width: 1140px;
  }
}
.cid-txQdcWrUtU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txQdcWrUtU .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txQdcWrUtU .form-group {
  margin-bottom: 1rem;
}
.cid-txQdcWrUtU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txQdcWrUtU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txQdcWrUtU .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txQdcWrUtU .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txQdcWrUtU .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txQdcXdofN {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txQdcXdofN .mbr-fallback-image.disabled {
  display: none;
}
.cid-txQdcXdofN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txQdcXdofN .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txQdcXdofN .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txQdcXdofN .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txQdcXdofN .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txQdcXdofN .container {
    max-width: 100%;
  }
  .cid-txQdcXdofN .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txQdcXdofN .item-wrap {
  width: 100%;
}
.cid-txQdcXdofN .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txQdcXdofN .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txQdcXdofN .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txQdcXdofN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txQdcXdofN .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txQdcXdofN .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txQdcXdofN .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txQdcXdofN .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txQdcXdofN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txQdcXdofN .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txQdcXdofN .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txQdcXdofN .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txQdcXdofN .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txQdcXdofN .col-links {
    padding-top: 20px;
  }
}
.cid-txQdcXdofN .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txQdcXdofN .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txQdcXdofN .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txQdcXdofN .list {
    text-align: center !important;
  }
}
.cid-txQdcXdofN .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txQdcXdofN .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txQdcXdofN .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txQdcXdofN .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txQdcXdofN .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txQdcXdofN .list a:hover:before {
  width: 100%;
}
.cid-txQdcXdofN .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txQdcXdofN .col-copyright {
    padding-top: 40px;
  }
}
.cid-txQdcXdofN .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txQdcXdofN .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txQeP90Ddl {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-txQeP90Ddl .mbr-fallback-image.disabled {
  display: none;
}
.cid-txQeP90Ddl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txQeP90Ddl .mbr-text,
.cid-txQeP90Ddl .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-txQeP90Ddl .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-txQeP90Ddl .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-txQeP9QnIw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txQeP9QnIw .container-fluid {
  padding: 0 3rem;
}
.cid-txQeP9QnIw .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-txQeP9QnIw .mbr-section-subtitle {
  color: #767676;
}
.cid-txQeP9QnIw .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-txQeP9QnIw .table-wrapper {
  margin: 0 auto;
}
.cid-txQeP9QnIw table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-txQeP9QnIw table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-txQeP9QnIw table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-txQeP9QnIw tr:hover {
  background-color: #efefef !important;
}
.cid-txQeP9QnIw .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-txQeP9QnIw .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-txQeP9QnIw .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-txQeP9QnIw .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-txQeP9QnIw .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-txQeP9QnIw .dataTables_wrapper {
  display: block;
}
.cid-txQeP9QnIw .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-txQeP9QnIw .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-txQeP9QnIw .head-item:after,
.cid-txQeP9QnIw .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-txQeP9QnIw .dataTables_filter {
    text-align: center;
  }
  .cid-txQeP9QnIw .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-txQeP9QnIw .dataTables_filter {
    text-align: center;
  }
  .cid-txQeP9QnIw .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-txQeP9QnIw .container-fluid {
    padding: 0 1rem;
  }
  .cid-txQeP9QnIw table th,
  .cid-txQeP9QnIw table td {
    padding: .75rem;
  }
}
.cid-txQeP9QnIw .body-item {
  text-align: center;
}
.cid-txQeP9QnIw .head-item {
  color: #000000;
}
.cid-txQeP9QnIw .body-item DIV {
  text-align: center;
}
.cid-txQgwH6x1G {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-txQgwH6x1G .media-container-row {
  margin-top: 0.5rem;
}
.cid-txQgwH6x1G .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-txQgwH6x1G .card-img span {
  color: #ffffff;
}
.cid-txQgwH6x1G .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-txQgwH6x1G .card-title,
.cid-txQgwH6x1G .card-img {
  color: #555555;
}
.cid-txQgwH6x1G .mbr-section-title {
  font-size: 60px;
}
.cid-txQgwH6x1G .mbr-text,
.cid-txQgwH6x1G .mbr-section-btn {
  color: #777777;
}
.cid-txQgwH6x1G .mbr-title,
.cid-txQgwH6x1G .ornament {
  color: #005990;
  text-align: center;
}
.cid-txQePcdQoJ {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-txQePcdQoJ img,
.cid-txQePcdQoJ .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txQePcdQoJ .item:focus,
.cid-txQePcdQoJ span:focus {
  outline: none;
}
.cid-txQePcdQoJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txQePcdQoJ .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txQePcdQoJ .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txQePcdQoJ .item-img {
    padding: 1rem;
  }
}
.cid-txQePcdQoJ .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txQePcdQoJ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txQePcdQoJ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txQePcdQoJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txQePcdQoJ .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txQePcdQoJ .mbr-text,
.cid-txQePcdQoJ .mbr-section-btn {
  text-align: center;
}
.cid-txQePcdQoJ .item-title {
  text-align: center;
}
.cid-txQePcdQoJ .item-subtitle {
  text-align: center;
}
.cid-txQePdYy35.popup-builder {
  background-color: #ffffff;
}
.cid-txQePdYy35.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txQePdYy35.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txQePdYy35 .modal-content,
.cid-txQePdYy35 .modal-dialog {
  height: auto;
}
.cid-txQePdYy35 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txQePdYy35 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txQePdYy35 .form-wrapper .mbr-form .form-group,
  .cid-txQePdYy35 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txQePdYy35 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txQePdYy35 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txQePdYy35 .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txQePdYy35 .pt-0 {
  padding-top: 0 !important;
}
.cid-txQePdYy35 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txQePdYy35 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txQePdYy35 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txQePdYy35 .modal-open {
  overflow: hidden;
}
.cid-txQePdYy35 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txQePdYy35 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txQePdYy35 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txQePdYy35 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txQePdYy35 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txQePdYy35 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txQePdYy35 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txQePdYy35 .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txQePdYy35 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txQePdYy35 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txQePdYy35 .modal-backdrop.fade {
  opacity: 0;
}
.cid-txQePdYy35 .modal-backdrop.show {
  opacity: .5;
}
.cid-txQePdYy35 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txQePdYy35 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txQePdYy35 .modal-header {
    padding: 1rem;
  }
}
.cid-txQePdYy35 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txQePdYy35 .modal-header .close svg {
  fill: #ffffff;
}
.cid-txQePdYy35 .modal-header .close:hover {
  opacity: 1;
}
.cid-txQePdYy35 .modal-header .close:focus {
  outline: none;
}
.cid-txQePdYy35 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txQePdYy35 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txQePdYy35 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txQePdYy35 .modal-body {
    padding: 1rem;
  }
}
.cid-txQePdYy35 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txQePdYy35 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txQePdYy35 .modal-footer {
    padding: 1rem;
  }
}
.cid-txQePdYy35 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txQePdYy35 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txQePdYy35 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txQePdYy35 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txQePdYy35 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txQePdYy35 .modal-lg,
  .cid-txQePdYy35 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txQePdYy35 .modal-xl {
    max-width: 1140px;
  }
}
.cid-txQePdYy35 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txQePdYy35 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txQePdYy35 .form-group {
  margin-bottom: 1rem;
}
.cid-txQePdYy35 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txQePdYy35 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txQePdYy35 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txQePdYy35 .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txQePdYy35 .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txQePeLeHs {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txQePeLeHs .mbr-fallback-image.disabled {
  display: none;
}
.cid-txQePeLeHs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txQePeLeHs .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txQePeLeHs .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txQePeLeHs .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txQePeLeHs .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txQePeLeHs .container {
    max-width: 100%;
  }
  .cid-txQePeLeHs .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txQePeLeHs .item-wrap {
  width: 100%;
}
.cid-txQePeLeHs .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txQePeLeHs .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txQePeLeHs .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txQePeLeHs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txQePeLeHs .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txQePeLeHs .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txQePeLeHs .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txQePeLeHs .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txQePeLeHs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txQePeLeHs .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txQePeLeHs .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txQePeLeHs .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txQePeLeHs .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txQePeLeHs .col-links {
    padding-top: 20px;
  }
}
.cid-txQePeLeHs .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txQePeLeHs .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txQePeLeHs .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txQePeLeHs .list {
    text-align: center !important;
  }
}
.cid-txQePeLeHs .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txQePeLeHs .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txQePeLeHs .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txQePeLeHs .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txQePeLeHs .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txQePeLeHs .list a:hover:before {
  width: 100%;
}
.cid-txQePeLeHs .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txQePeLeHs .col-copyright {
    padding-top: 40px;
  }
}
.cid-txQePeLeHs .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txQePeLeHs .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txQgDDXpjm {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-txQgDDXpjm .mbr-fallback-image.disabled {
  display: none;
}
.cid-txQgDDXpjm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txQgDDXpjm .mbr-text,
.cid-txQgDDXpjm .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-txQgDDXpjm .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-txQgDDXpjm .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-txQgDEPxGi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txQgDEPxGi .container-fluid {
  padding: 0 3rem;
}
.cid-txQgDEPxGi .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-txQgDEPxGi .mbr-section-subtitle {
  color: #767676;
}
.cid-txQgDEPxGi .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-txQgDEPxGi .table-wrapper {
  margin: 0 auto;
}
.cid-txQgDEPxGi table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-txQgDEPxGi table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-txQgDEPxGi table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-txQgDEPxGi tr:hover {
  background-color: #efefef !important;
}
.cid-txQgDEPxGi .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-txQgDEPxGi .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-txQgDEPxGi .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-txQgDEPxGi .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-txQgDEPxGi .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-txQgDEPxGi .dataTables_wrapper {
  display: block;
}
.cid-txQgDEPxGi .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-txQgDEPxGi .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-txQgDEPxGi .head-item:after,
.cid-txQgDEPxGi .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-txQgDEPxGi .dataTables_filter {
    text-align: center;
  }
  .cid-txQgDEPxGi .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-txQgDEPxGi .dataTables_filter {
    text-align: center;
  }
  .cid-txQgDEPxGi .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-txQgDEPxGi .container-fluid {
    padding: 0 1rem;
  }
  .cid-txQgDEPxGi table th,
  .cid-txQgDEPxGi table td {
    padding: .75rem;
  }
}
.cid-txQgDEPxGi .body-item {
  text-align: center;
}
.cid-txQgDEPxGi .head-item {
  color: #000000;
}
.cid-txQgDEPxGi .body-item DIV {
  text-align: center;
}
.cid-txQgDGTRBe {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-txQgDGTRBe .media-container-row {
  margin-top: 0.5rem;
}
.cid-txQgDGTRBe .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-txQgDGTRBe .card-img span {
  color: #ffffff;
}
.cid-txQgDGTRBe .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-txQgDGTRBe .card-title,
.cid-txQgDGTRBe .card-img {
  color: #555555;
}
.cid-txQgDGTRBe .mbr-section-title {
  font-size: 60px;
}
.cid-txQgDGTRBe .mbr-text,
.cid-txQgDGTRBe .mbr-section-btn {
  color: #777777;
}
.cid-txQgDGTRBe .mbr-title,
.cid-txQgDGTRBe .ornament {
  color: #005990;
  text-align: center;
}
.cid-txQgDHy9RF {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-txQgDHy9RF img,
.cid-txQgDHy9RF .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txQgDHy9RF .item:focus,
.cid-txQgDHy9RF span:focus {
  outline: none;
}
.cid-txQgDHy9RF .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txQgDHy9RF .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txQgDHy9RF .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txQgDHy9RF .item-img {
    padding: 1rem;
  }
}
.cid-txQgDHy9RF .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txQgDHy9RF .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txQgDHy9RF .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txQgDHy9RF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txQgDHy9RF .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txQgDHy9RF .mbr-text,
.cid-txQgDHy9RF .mbr-section-btn {
  text-align: center;
}
.cid-txQgDHy9RF .item-title {
  text-align: center;
}
.cid-txQgDHy9RF .item-subtitle {
  text-align: center;
}
.cid-txQgDJAnnQ.popup-builder {
  background-color: #ffffff;
}
.cid-txQgDJAnnQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txQgDJAnnQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txQgDJAnnQ .modal-content,
.cid-txQgDJAnnQ .modal-dialog {
  height: auto;
}
.cid-txQgDJAnnQ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txQgDJAnnQ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txQgDJAnnQ .form-wrapper .mbr-form .form-group,
  .cid-txQgDJAnnQ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txQgDJAnnQ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txQgDJAnnQ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txQgDJAnnQ .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txQgDJAnnQ .pt-0 {
  padding-top: 0 !important;
}
.cid-txQgDJAnnQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txQgDJAnnQ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txQgDJAnnQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txQgDJAnnQ .modal-open {
  overflow: hidden;
}
.cid-txQgDJAnnQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txQgDJAnnQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txQgDJAnnQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txQgDJAnnQ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txQgDJAnnQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txQgDJAnnQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txQgDJAnnQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txQgDJAnnQ .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txQgDJAnnQ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txQgDJAnnQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txQgDJAnnQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-txQgDJAnnQ .modal-backdrop.show {
  opacity: .5;
}
.cid-txQgDJAnnQ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txQgDJAnnQ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txQgDJAnnQ .modal-header {
    padding: 1rem;
  }
}
.cid-txQgDJAnnQ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txQgDJAnnQ .modal-header .close svg {
  fill: #ffffff;
}
.cid-txQgDJAnnQ .modal-header .close:hover {
  opacity: 1;
}
.cid-txQgDJAnnQ .modal-header .close:focus {
  outline: none;
}
.cid-txQgDJAnnQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txQgDJAnnQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txQgDJAnnQ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txQgDJAnnQ .modal-body {
    padding: 1rem;
  }
}
.cid-txQgDJAnnQ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txQgDJAnnQ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txQgDJAnnQ .modal-footer {
    padding: 1rem;
  }
}
.cid-txQgDJAnnQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txQgDJAnnQ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txQgDJAnnQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txQgDJAnnQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txQgDJAnnQ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txQgDJAnnQ .modal-lg,
  .cid-txQgDJAnnQ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txQgDJAnnQ .modal-xl {
    max-width: 1140px;
  }
}
.cid-txQgDJAnnQ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txQgDJAnnQ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txQgDJAnnQ .form-group {
  margin-bottom: 1rem;
}
.cid-txQgDJAnnQ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txQgDJAnnQ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txQgDJAnnQ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txQgDJAnnQ .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txQgDJAnnQ .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txQgDKz0R1 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txQgDKz0R1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txQgDKz0R1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txQgDKz0R1 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txQgDKz0R1 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txQgDKz0R1 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txQgDKz0R1 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txQgDKz0R1 .container {
    max-width: 100%;
  }
  .cid-txQgDKz0R1 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txQgDKz0R1 .item-wrap {
  width: 100%;
}
.cid-txQgDKz0R1 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txQgDKz0R1 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txQgDKz0R1 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txQgDKz0R1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txQgDKz0R1 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txQgDKz0R1 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txQgDKz0R1 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txQgDKz0R1 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txQgDKz0R1 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txQgDKz0R1 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txQgDKz0R1 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txQgDKz0R1 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txQgDKz0R1 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txQgDKz0R1 .col-links {
    padding-top: 20px;
  }
}
.cid-txQgDKz0R1 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txQgDKz0R1 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txQgDKz0R1 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txQgDKz0R1 .list {
    text-align: center !important;
  }
}
.cid-txQgDKz0R1 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txQgDKz0R1 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txQgDKz0R1 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txQgDKz0R1 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txQgDKz0R1 .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txQgDKz0R1 .list a:hover:before {
  width: 100%;
}
.cid-txQgDKz0R1 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txQgDKz0R1 .col-copyright {
    padding-top: 40px;
  }
}
.cid-txQgDKz0R1 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txQgDKz0R1 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txQjaT11Gp {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-txQjaT11Gp .mbr-fallback-image.disabled {
  display: none;
}
.cid-txQjaT11Gp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txQjaT11Gp .mbr-text,
.cid-txQjaT11Gp .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-txQjaT11Gp .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-txQjaT11Gp .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-txQjaTR7Zj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txQjaTR7Zj .container-fluid {
  padding: 0 3rem;
}
.cid-txQjaTR7Zj .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-txQjaTR7Zj .mbr-section-subtitle {
  color: #767676;
}
.cid-txQjaTR7Zj .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-txQjaTR7Zj .table-wrapper {
  margin: 0 auto;
}
.cid-txQjaTR7Zj table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-txQjaTR7Zj table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-txQjaTR7Zj table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-txQjaTR7Zj tr:hover {
  background-color: #efefef !important;
}
.cid-txQjaTR7Zj .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-txQjaTR7Zj .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-txQjaTR7Zj .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-txQjaTR7Zj .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-txQjaTR7Zj .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-txQjaTR7Zj .dataTables_wrapper {
  display: block;
}
.cid-txQjaTR7Zj .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-txQjaTR7Zj .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-txQjaTR7Zj .head-item:after,
.cid-txQjaTR7Zj .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-txQjaTR7Zj .dataTables_filter {
    text-align: center;
  }
  .cid-txQjaTR7Zj .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-txQjaTR7Zj .dataTables_filter {
    text-align: center;
  }
  .cid-txQjaTR7Zj .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-txQjaTR7Zj .container-fluid {
    padding: 0 1rem;
  }
  .cid-txQjaTR7Zj table th,
  .cid-txQjaTR7Zj table td {
    padding: .75rem;
  }
}
.cid-txQjaTR7Zj .body-item {
  text-align: center;
}
.cid-txQjaTR7Zj .head-item {
  color: #000000;
}
.cid-txQjaTR7Zj .body-item DIV {
  text-align: center;
}
.cid-txQjaVHqE4 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-txQjaVHqE4 .media-container-row {
  margin-top: 0.5rem;
}
.cid-txQjaVHqE4 .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-txQjaVHqE4 .card-img span {
  color: #ffffff;
}
.cid-txQjaVHqE4 .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-txQjaVHqE4 .card-title,
.cid-txQjaVHqE4 .card-img {
  color: #555555;
}
.cid-txQjaVHqE4 .mbr-section-title {
  font-size: 60px;
}
.cid-txQjaVHqE4 .mbr-text,
.cid-txQjaVHqE4 .mbr-section-btn {
  color: #777777;
}
.cid-txQjaVHqE4 .mbr-title,
.cid-txQjaVHqE4 .ornament {
  color: #005990;
  text-align: center;
}
.cid-txQjaWgboa {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-txQjaWgboa img,
.cid-txQjaWgboa .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txQjaWgboa .item:focus,
.cid-txQjaWgboa span:focus {
  outline: none;
}
.cid-txQjaWgboa .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txQjaWgboa .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txQjaWgboa .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txQjaWgboa .item-img {
    padding: 1rem;
  }
}
.cid-txQjaWgboa .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txQjaWgboa .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txQjaWgboa .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txQjaWgboa .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txQjaWgboa .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txQjaWgboa .mbr-text,
.cid-txQjaWgboa .mbr-section-btn {
  text-align: center;
}
.cid-txQjaWgboa .item-title {
  text-align: center;
}
.cid-txQjaWgboa .item-subtitle {
  text-align: center;
}
.cid-txQjaXUpY5.popup-builder {
  background-color: #ffffff;
}
.cid-txQjaXUpY5.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txQjaXUpY5.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txQjaXUpY5 .modal-content,
.cid-txQjaXUpY5 .modal-dialog {
  height: auto;
}
.cid-txQjaXUpY5 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txQjaXUpY5 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txQjaXUpY5 .form-wrapper .mbr-form .form-group,
  .cid-txQjaXUpY5 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txQjaXUpY5 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txQjaXUpY5 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txQjaXUpY5 .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txQjaXUpY5 .pt-0 {
  padding-top: 0 !important;
}
.cid-txQjaXUpY5 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txQjaXUpY5 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txQjaXUpY5 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txQjaXUpY5 .modal-open {
  overflow: hidden;
}
.cid-txQjaXUpY5 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txQjaXUpY5 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txQjaXUpY5 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txQjaXUpY5 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txQjaXUpY5 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txQjaXUpY5 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txQjaXUpY5 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txQjaXUpY5 .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txQjaXUpY5 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txQjaXUpY5 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txQjaXUpY5 .modal-backdrop.fade {
  opacity: 0;
}
.cid-txQjaXUpY5 .modal-backdrop.show {
  opacity: .5;
}
.cid-txQjaXUpY5 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txQjaXUpY5 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txQjaXUpY5 .modal-header {
    padding: 1rem;
  }
}
.cid-txQjaXUpY5 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txQjaXUpY5 .modal-header .close svg {
  fill: #ffffff;
}
.cid-txQjaXUpY5 .modal-header .close:hover {
  opacity: 1;
}
.cid-txQjaXUpY5 .modal-header .close:focus {
  outline: none;
}
.cid-txQjaXUpY5 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txQjaXUpY5 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txQjaXUpY5 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txQjaXUpY5 .modal-body {
    padding: 1rem;
  }
}
.cid-txQjaXUpY5 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txQjaXUpY5 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txQjaXUpY5 .modal-footer {
    padding: 1rem;
  }
}
.cid-txQjaXUpY5 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txQjaXUpY5 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txQjaXUpY5 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txQjaXUpY5 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txQjaXUpY5 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txQjaXUpY5 .modal-lg,
  .cid-txQjaXUpY5 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txQjaXUpY5 .modal-xl {
    max-width: 1140px;
  }
}
.cid-txQjaXUpY5 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txQjaXUpY5 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txQjaXUpY5 .form-group {
  margin-bottom: 1rem;
}
.cid-txQjaXUpY5 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txQjaXUpY5 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txQjaXUpY5 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txQjaXUpY5 .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txQjaXUpY5 .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txQjaYIJOe {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txQjaYIJOe .mbr-fallback-image.disabled {
  display: none;
}
.cid-txQjaYIJOe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txQjaYIJOe .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txQjaYIJOe .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txQjaYIJOe .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txQjaYIJOe .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txQjaYIJOe .container {
    max-width: 100%;
  }
  .cid-txQjaYIJOe .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txQjaYIJOe .item-wrap {
  width: 100%;
}
.cid-txQjaYIJOe .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txQjaYIJOe .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txQjaYIJOe .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txQjaYIJOe .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txQjaYIJOe .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txQjaYIJOe .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txQjaYIJOe .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txQjaYIJOe .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txQjaYIJOe .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txQjaYIJOe .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txQjaYIJOe .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txQjaYIJOe .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txQjaYIJOe .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txQjaYIJOe .col-links {
    padding-top: 20px;
  }
}
.cid-txQjaYIJOe .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txQjaYIJOe .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txQjaYIJOe .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txQjaYIJOe .list {
    text-align: center !important;
  }
}
.cid-txQjaYIJOe .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txQjaYIJOe .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txQjaYIJOe .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txQjaYIJOe .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txQjaYIJOe .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txQjaYIJOe .list a:hover:before {
  width: 100%;
}
.cid-txQjaYIJOe .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txQjaYIJOe .col-copyright {
    padding-top: 40px;
  }
}
.cid-txQjaYIJOe .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txQjaYIJOe .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txQm9Osp2g {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-txQm9Osp2g .mbr-fallback-image.disabled {
  display: none;
}
.cid-txQm9Osp2g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txQm9Osp2g .mbr-text,
.cid-txQm9Osp2g .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-txQm9Osp2g .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-txQm9Osp2g .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-txQm9PemdC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txQm9PemdC .container-fluid {
  padding: 0 3rem;
}
.cid-txQm9PemdC .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-txQm9PemdC .mbr-section-subtitle {
  color: #767676;
}
.cid-txQm9PemdC .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-txQm9PemdC .table-wrapper {
  margin: 0 auto;
}
.cid-txQm9PemdC table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-txQm9PemdC table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-txQm9PemdC table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-txQm9PemdC tr:hover {
  background-color: #efefef !important;
}
.cid-txQm9PemdC .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-txQm9PemdC .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-txQm9PemdC .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-txQm9PemdC .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-txQm9PemdC .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-txQm9PemdC .dataTables_wrapper {
  display: block;
}
.cid-txQm9PemdC .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-txQm9PemdC .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-txQm9PemdC .head-item:after,
.cid-txQm9PemdC .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-txQm9PemdC .dataTables_filter {
    text-align: center;
  }
  .cid-txQm9PemdC .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-txQm9PemdC .dataTables_filter {
    text-align: center;
  }
  .cid-txQm9PemdC .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-txQm9PemdC .container-fluid {
    padding: 0 1rem;
  }
  .cid-txQm9PemdC table th,
  .cid-txQm9PemdC table td {
    padding: .75rem;
  }
}
.cid-txQm9PemdC .body-item {
  text-align: center;
}
.cid-txQm9PemdC .head-item {
  color: #000000;
}
.cid-txQm9PemdC .body-item DIV {
  text-align: center;
}
.cid-txQnp50RjL {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-txQnp50RjL .media-container-row {
  margin-top: 0.5rem;
}
.cid-txQnp50RjL .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-txQnp50RjL .card-img span {
  color: #ffffff;
}
.cid-txQnp50RjL .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-txQnp50RjL .card-title,
.cid-txQnp50RjL .card-img {
  color: #555555;
}
.cid-txQnp50RjL .mbr-section-title {
  font-size: 60px;
}
.cid-txQnp50RjL .mbr-text,
.cid-txQnp50RjL .mbr-section-btn {
  color: #777777;
}
.cid-txQnp50RjL .mbr-title,
.cid-txQnp50RjL .ornament {
  color: #005990;
  text-align: center;
}
.cid-txQm9RGPeD {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-txQm9RGPeD img,
.cid-txQm9RGPeD .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txQm9RGPeD .item:focus,
.cid-txQm9RGPeD span:focus {
  outline: none;
}
.cid-txQm9RGPeD .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txQm9RGPeD .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txQm9RGPeD .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txQm9RGPeD .item-img {
    padding: 1rem;
  }
}
.cid-txQm9RGPeD .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txQm9RGPeD .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txQm9RGPeD .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txQm9RGPeD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txQm9RGPeD .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txQm9RGPeD .mbr-text,
.cid-txQm9RGPeD .mbr-section-btn {
  text-align: center;
}
.cid-txQm9RGPeD .item-title {
  text-align: center;
}
.cid-txQm9RGPeD .item-subtitle {
  text-align: center;
}
.cid-txQm9Tkpb4.popup-builder {
  background-color: #ffffff;
}
.cid-txQm9Tkpb4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txQm9Tkpb4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txQm9Tkpb4 .modal-content,
.cid-txQm9Tkpb4 .modal-dialog {
  height: auto;
}
.cid-txQm9Tkpb4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txQm9Tkpb4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txQm9Tkpb4 .form-wrapper .mbr-form .form-group,
  .cid-txQm9Tkpb4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txQm9Tkpb4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txQm9Tkpb4 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txQm9Tkpb4 .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txQm9Tkpb4 .pt-0 {
  padding-top: 0 !important;
}
.cid-txQm9Tkpb4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txQm9Tkpb4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txQm9Tkpb4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txQm9Tkpb4 .modal-open {
  overflow: hidden;
}
.cid-txQm9Tkpb4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txQm9Tkpb4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txQm9Tkpb4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txQm9Tkpb4 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txQm9Tkpb4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txQm9Tkpb4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txQm9Tkpb4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txQm9Tkpb4 .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txQm9Tkpb4 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txQm9Tkpb4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txQm9Tkpb4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-txQm9Tkpb4 .modal-backdrop.show {
  opacity: .5;
}
.cid-txQm9Tkpb4 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txQm9Tkpb4 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txQm9Tkpb4 .modal-header {
    padding: 1rem;
  }
}
.cid-txQm9Tkpb4 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txQm9Tkpb4 .modal-header .close svg {
  fill: #ffffff;
}
.cid-txQm9Tkpb4 .modal-header .close:hover {
  opacity: 1;
}
.cid-txQm9Tkpb4 .modal-header .close:focus {
  outline: none;
}
.cid-txQm9Tkpb4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txQm9Tkpb4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txQm9Tkpb4 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txQm9Tkpb4 .modal-body {
    padding: 1rem;
  }
}
.cid-txQm9Tkpb4 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txQm9Tkpb4 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txQm9Tkpb4 .modal-footer {
    padding: 1rem;
  }
}
.cid-txQm9Tkpb4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txQm9Tkpb4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txQm9Tkpb4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txQm9Tkpb4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txQm9Tkpb4 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txQm9Tkpb4 .modal-lg,
  .cid-txQm9Tkpb4 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txQm9Tkpb4 .modal-xl {
    max-width: 1140px;
  }
}
.cid-txQm9Tkpb4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txQm9Tkpb4 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txQm9Tkpb4 .form-group {
  margin-bottom: 1rem;
}
.cid-txQm9Tkpb4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txQm9Tkpb4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txQm9Tkpb4 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txQm9Tkpb4 .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txQm9Tkpb4 .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txQm9U9mJP {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txQm9U9mJP .mbr-fallback-image.disabled {
  display: none;
}
.cid-txQm9U9mJP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txQm9U9mJP .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txQm9U9mJP .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txQm9U9mJP .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txQm9U9mJP .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txQm9U9mJP .container {
    max-width: 100%;
  }
  .cid-txQm9U9mJP .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txQm9U9mJP .item-wrap {
  width: 100%;
}
.cid-txQm9U9mJP .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txQm9U9mJP .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txQm9U9mJP .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txQm9U9mJP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txQm9U9mJP .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txQm9U9mJP .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txQm9U9mJP .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txQm9U9mJP .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txQm9U9mJP .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txQm9U9mJP .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txQm9U9mJP .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txQm9U9mJP .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txQm9U9mJP .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txQm9U9mJP .col-links {
    padding-top: 20px;
  }
}
.cid-txQm9U9mJP .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txQm9U9mJP .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txQm9U9mJP .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txQm9U9mJP .list {
    text-align: center !important;
  }
}
.cid-txQm9U9mJP .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txQm9U9mJP .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txQm9U9mJP .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txQm9U9mJP .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txQm9U9mJP .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txQm9U9mJP .list a:hover:before {
  width: 100%;
}
.cid-txQm9U9mJP .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txQm9U9mJP .col-copyright {
    padding-top: 40px;
  }
}
.cid-txQm9U9mJP .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txQm9U9mJP .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txQp53EZcK {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-txQp53EZcK .mbr-fallback-image.disabled {
  display: none;
}
.cid-txQp53EZcK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txQp53EZcK .mbr-text,
.cid-txQp53EZcK .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-txQp53EZcK .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-txQp53EZcK .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-txQp54lTXz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txQp54lTXz .container-fluid {
  padding: 0 3rem;
}
.cid-txQp54lTXz .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-txQp54lTXz .mbr-section-subtitle {
  color: #767676;
}
.cid-txQp54lTXz .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-txQp54lTXz .table-wrapper {
  margin: 0 auto;
}
.cid-txQp54lTXz table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-txQp54lTXz table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-txQp54lTXz table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-txQp54lTXz tr:hover {
  background-color: #efefef !important;
}
.cid-txQp54lTXz .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-txQp54lTXz .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-txQp54lTXz .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-txQp54lTXz .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-txQp54lTXz .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-txQp54lTXz .dataTables_wrapper {
  display: block;
}
.cid-txQp54lTXz .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-txQp54lTXz .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-txQp54lTXz .head-item:after,
.cid-txQp54lTXz .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-txQp54lTXz .dataTables_filter {
    text-align: center;
  }
  .cid-txQp54lTXz .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-txQp54lTXz .dataTables_filter {
    text-align: center;
  }
  .cid-txQp54lTXz .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-txQp54lTXz .container-fluid {
    padding: 0 1rem;
  }
  .cid-txQp54lTXz table th,
  .cid-txQp54lTXz table td {
    padding: .75rem;
  }
}
.cid-txQp54lTXz .body-item {
  text-align: center;
}
.cid-txQp54lTXz .head-item {
  color: #000000;
}
.cid-txQp54lTXz .body-item DIV {
  text-align: center;
}
.cid-txQp55iXI7 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-txQp55iXI7 img,
.cid-txQp55iXI7 .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txQp55iXI7 .item:focus,
.cid-txQp55iXI7 span:focus {
  outline: none;
}
.cid-txQp55iXI7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txQp55iXI7 .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txQp55iXI7 .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txQp55iXI7 .item-img {
    padding: 1rem;
  }
}
.cid-txQp55iXI7 .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txQp55iXI7 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txQp55iXI7 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txQp55iXI7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txQp55iXI7 .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txQp55iXI7 .mbr-text,
.cid-txQp55iXI7 .mbr-section-btn {
  text-align: center;
}
.cid-txQp55iXI7 .item-title {
  text-align: center;
}
.cid-txQp55iXI7 .item-subtitle {
  text-align: center;
}
.cid-txQp56JqdD.popup-builder {
  background-color: #ffffff;
}
.cid-txQp56JqdD.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txQp56JqdD.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txQp56JqdD .modal-content,
.cid-txQp56JqdD .modal-dialog {
  height: auto;
}
.cid-txQp56JqdD .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txQp56JqdD .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txQp56JqdD .form-wrapper .mbr-form .form-group,
  .cid-txQp56JqdD .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txQp56JqdD .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txQp56JqdD .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txQp56JqdD .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txQp56JqdD .pt-0 {
  padding-top: 0 !important;
}
.cid-txQp56JqdD .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txQp56JqdD .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txQp56JqdD .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txQp56JqdD .modal-open {
  overflow: hidden;
}
.cid-txQp56JqdD .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txQp56JqdD .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txQp56JqdD .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txQp56JqdD .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txQp56JqdD .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txQp56JqdD .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txQp56JqdD .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txQp56JqdD .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txQp56JqdD .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txQp56JqdD .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txQp56JqdD .modal-backdrop.fade {
  opacity: 0;
}
.cid-txQp56JqdD .modal-backdrop.show {
  opacity: .5;
}
.cid-txQp56JqdD .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txQp56JqdD .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txQp56JqdD .modal-header {
    padding: 1rem;
  }
}
.cid-txQp56JqdD .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txQp56JqdD .modal-header .close svg {
  fill: #ffffff;
}
.cid-txQp56JqdD .modal-header .close:hover {
  opacity: 1;
}
.cid-txQp56JqdD .modal-header .close:focus {
  outline: none;
}
.cid-txQp56JqdD .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txQp56JqdD .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txQp56JqdD .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txQp56JqdD .modal-body {
    padding: 1rem;
  }
}
.cid-txQp56JqdD .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txQp56JqdD .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txQp56JqdD .modal-footer {
    padding: 1rem;
  }
}
.cid-txQp56JqdD .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txQp56JqdD .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txQp56JqdD .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txQp56JqdD .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txQp56JqdD .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txQp56JqdD .modal-lg,
  .cid-txQp56JqdD .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txQp56JqdD .modal-xl {
    max-width: 1140px;
  }
}
.cid-txQp56JqdD .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txQp56JqdD .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txQp56JqdD .form-group {
  margin-bottom: 1rem;
}
.cid-txQp56JqdD .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txQp56JqdD .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txQp56JqdD .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txQp56JqdD .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txQp56JqdD .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txQp57wLag {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txQp57wLag .mbr-fallback-image.disabled {
  display: none;
}
.cid-txQp57wLag .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txQp57wLag .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txQp57wLag .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txQp57wLag .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txQp57wLag .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txQp57wLag .container {
    max-width: 100%;
  }
  .cid-txQp57wLag .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txQp57wLag .item-wrap {
  width: 100%;
}
.cid-txQp57wLag .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txQp57wLag .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txQp57wLag .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txQp57wLag .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txQp57wLag .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txQp57wLag .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txQp57wLag .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txQp57wLag .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txQp57wLag .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txQp57wLag .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txQp57wLag .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txQp57wLag .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txQp57wLag .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txQp57wLag .col-links {
    padding-top: 20px;
  }
}
.cid-txQp57wLag .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txQp57wLag .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txQp57wLag .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txQp57wLag .list {
    text-align: center !important;
  }
}
.cid-txQp57wLag .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txQp57wLag .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txQp57wLag .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txQp57wLag .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txQp57wLag .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txQp57wLag .list a:hover:before {
  width: 100%;
}
.cid-txQp57wLag .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txQp57wLag .col-copyright {
    padding-top: 40px;
  }
}
.cid-txQp57wLag .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txQp57wLag .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txQrVWObR3 {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-txQrVWObR3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txQrVWObR3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txQrVWObR3 .mbr-text,
.cid-txQrVWObR3 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-txQrVWObR3 .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-txQrVWObR3 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-txQrVXHiKA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txQrVXHiKA .container-fluid {
  padding: 0 3rem;
}
.cid-txQrVXHiKA .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-txQrVXHiKA .mbr-section-subtitle {
  color: #767676;
}
.cid-txQrVXHiKA .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-txQrVXHiKA .table-wrapper {
  margin: 0 auto;
}
.cid-txQrVXHiKA table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-txQrVXHiKA table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-txQrVXHiKA table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-txQrVXHiKA tr:hover {
  background-color: #efefef !important;
}
.cid-txQrVXHiKA .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-txQrVXHiKA .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-txQrVXHiKA .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-txQrVXHiKA .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-txQrVXHiKA .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-txQrVXHiKA .dataTables_wrapper {
  display: block;
}
.cid-txQrVXHiKA .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-txQrVXHiKA .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-txQrVXHiKA .head-item:after,
.cid-txQrVXHiKA .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-txQrVXHiKA .dataTables_filter {
    text-align: center;
  }
  .cid-txQrVXHiKA .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-txQrVXHiKA .dataTables_filter {
    text-align: center;
  }
  .cid-txQrVXHiKA .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-txQrVXHiKA .container-fluid {
    padding: 0 1rem;
  }
  .cid-txQrVXHiKA table th,
  .cid-txQrVXHiKA table td {
    padding: .75rem;
  }
}
.cid-txQrVXHiKA .body-item {
  text-align: center;
}
.cid-txQrVXHiKA .head-item {
  color: #000000;
}
.cid-txQrVXHiKA .body-item DIV {
  text-align: center;
}
.cid-txQrVZEKj8 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-txQrVZEKj8 img,
.cid-txQrVZEKj8 .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txQrVZEKj8 .item:focus,
.cid-txQrVZEKj8 span:focus {
  outline: none;
}
.cid-txQrVZEKj8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txQrVZEKj8 .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txQrVZEKj8 .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txQrVZEKj8 .item-img {
    padding: 1rem;
  }
}
.cid-txQrVZEKj8 .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txQrVZEKj8 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txQrVZEKj8 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txQrVZEKj8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txQrVZEKj8 .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txQrVZEKj8 .mbr-text,
.cid-txQrVZEKj8 .mbr-section-btn {
  text-align: center;
}
.cid-txQrVZEKj8 .item-title {
  text-align: center;
}
.cid-txQrVZEKj8 .item-subtitle {
  text-align: center;
}
.cid-txQrW1HNGQ.popup-builder {
  background-color: #ffffff;
}
.cid-txQrW1HNGQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txQrW1HNGQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txQrW1HNGQ .modal-content,
.cid-txQrW1HNGQ .modal-dialog {
  height: auto;
}
.cid-txQrW1HNGQ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txQrW1HNGQ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txQrW1HNGQ .form-wrapper .mbr-form .form-group,
  .cid-txQrW1HNGQ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txQrW1HNGQ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txQrW1HNGQ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txQrW1HNGQ .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txQrW1HNGQ .pt-0 {
  padding-top: 0 !important;
}
.cid-txQrW1HNGQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txQrW1HNGQ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txQrW1HNGQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txQrW1HNGQ .modal-open {
  overflow: hidden;
}
.cid-txQrW1HNGQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txQrW1HNGQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txQrW1HNGQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txQrW1HNGQ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txQrW1HNGQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txQrW1HNGQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txQrW1HNGQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txQrW1HNGQ .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txQrW1HNGQ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txQrW1HNGQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txQrW1HNGQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-txQrW1HNGQ .modal-backdrop.show {
  opacity: .5;
}
.cid-txQrW1HNGQ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txQrW1HNGQ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txQrW1HNGQ .modal-header {
    padding: 1rem;
  }
}
.cid-txQrW1HNGQ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txQrW1HNGQ .modal-header .close svg {
  fill: #ffffff;
}
.cid-txQrW1HNGQ .modal-header .close:hover {
  opacity: 1;
}
.cid-txQrW1HNGQ .modal-header .close:focus {
  outline: none;
}
.cid-txQrW1HNGQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txQrW1HNGQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txQrW1HNGQ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txQrW1HNGQ .modal-body {
    padding: 1rem;
  }
}
.cid-txQrW1HNGQ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txQrW1HNGQ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txQrW1HNGQ .modal-footer {
    padding: 1rem;
  }
}
.cid-txQrW1HNGQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txQrW1HNGQ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txQrW1HNGQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txQrW1HNGQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txQrW1HNGQ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txQrW1HNGQ .modal-lg,
  .cid-txQrW1HNGQ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txQrW1HNGQ .modal-xl {
    max-width: 1140px;
  }
}
.cid-txQrW1HNGQ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txQrW1HNGQ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txQrW1HNGQ .form-group {
  margin-bottom: 1rem;
}
.cid-txQrW1HNGQ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txQrW1HNGQ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txQrW1HNGQ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txQrW1HNGQ .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txQrW1HNGQ .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txQrW2CLe6 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txQrW2CLe6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txQrW2CLe6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txQrW2CLe6 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txQrW2CLe6 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txQrW2CLe6 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txQrW2CLe6 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txQrW2CLe6 .container {
    max-width: 100%;
  }
  .cid-txQrW2CLe6 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txQrW2CLe6 .item-wrap {
  width: 100%;
}
.cid-txQrW2CLe6 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txQrW2CLe6 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txQrW2CLe6 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txQrW2CLe6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txQrW2CLe6 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txQrW2CLe6 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txQrW2CLe6 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txQrW2CLe6 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txQrW2CLe6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txQrW2CLe6 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txQrW2CLe6 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txQrW2CLe6 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txQrW2CLe6 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txQrW2CLe6 .col-links {
    padding-top: 20px;
  }
}
.cid-txQrW2CLe6 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txQrW2CLe6 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txQrW2CLe6 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txQrW2CLe6 .list {
    text-align: center !important;
  }
}
.cid-txQrW2CLe6 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txQrW2CLe6 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txQrW2CLe6 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txQrW2CLe6 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txQrW2CLe6 .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txQrW2CLe6 .list a:hover:before {
  width: 100%;
}
.cid-txQrW2CLe6 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txQrW2CLe6 .col-copyright {
    padding-top: 40px;
  }
}
.cid-txQrW2CLe6 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txQrW2CLe6 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-tyBwwhTDvi {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-tyBwwhTDvi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyBwwhTDvi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyBwwhTDvi .mbr-text,
.cid-tyBwwhTDvi .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tyBwwhTDvi .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-tyBwwhTDvi .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tyBwwiz3xd {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tyBwwiz3xd .container-fluid {
  padding: 0 3rem;
}
.cid-tyBwwiz3xd .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-tyBwwiz3xd .mbr-section-subtitle {
  color: #767676;
}
.cid-tyBwwiz3xd .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-tyBwwiz3xd .table-wrapper {
  margin: 0 auto;
}
.cid-tyBwwiz3xd table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tyBwwiz3xd table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-tyBwwiz3xd table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-tyBwwiz3xd table.table {
  background: #fbfbfb;
}
.cid-tyBwwiz3xd tr:hover {
  background-color: #e1f4ff !important;
}
.cid-tyBwwiz3xd .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-tyBwwiz3xd .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-tyBwwiz3xd .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-tyBwwiz3xd .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding: 0;
  background: #fbfbfb;
}
.cid-tyBwwiz3xd .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-tyBwwiz3xd .dataTables_wrapper {
  display: block;
}
.cid-tyBwwiz3xd .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-tyBwwiz3xd .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-tyBwwiz3xd .head-item:after,
.cid-tyBwwiz3xd .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-tyBwwiz3xd .dataTables_filter {
    text-align: center;
  }
  .cid-tyBwwiz3xd .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-tyBwwiz3xd .dataTables_filter {
    text-align: center;
  }
  .cid-tyBwwiz3xd .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-tyBwwiz3xd .container-fluid {
    padding: 0 1rem;
  }
  .cid-tyBwwiz3xd table th,
  .cid-tyBwwiz3xd table td {
    padding: .75rem;
  }
}
.cid-tyBwwiz3xd .body-item {
  text-align: left;
}
.cid-tyBwwiz3xd .head-item {
  color: #000000;
  text-align: left;
}
.cid-tyBwwiz3xd .body-item DIV {
  text-align: center;
}
.cid-tyBwwiz3xd .mbr-section-title,
.cid-tyBwwiz3xd .underline {
  color: #777777;
}
.cid-tyBxolP7m6 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tyBxolP7m6 .media-container-row {
  margin-top: 0.5rem;
}
.cid-tyBxolP7m6 .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-tyBxolP7m6 .card-img span {
  color: #ffffff;
}
.cid-tyBxolP7m6 .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-tyBxolP7m6 .card-title,
.cid-tyBxolP7m6 .card-img {
  color: #555555;
}
.cid-tyBxolP7m6 .mbr-section-title {
  font-size: 60px;
}
.cid-tyBxolP7m6 .mbr-text,
.cid-tyBxolP7m6 .mbr-section-btn {
  color: #777777;
}
.cid-tyBxolP7m6 .mbr-title,
.cid-tyBxolP7m6 .ornament {
  color: #005990;
  text-align: center;
}
.cid-tyBwwl2R79 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-tyBwwl2R79 img,
.cid-tyBwwl2R79 .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-tyBwwl2R79 .item:focus,
.cid-tyBwwl2R79 span:focus {
  outline: none;
}
.cid-tyBwwl2R79 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tyBwwl2R79 .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-tyBwwl2R79 .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tyBwwl2R79 .item-img {
    padding: 1rem;
  }
}
.cid-tyBwwl2R79 .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-tyBwwl2R79 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyBwwl2R79 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tyBwwl2R79 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tyBwwl2R79 .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tyBwwl2R79 .mbr-text,
.cid-tyBwwl2R79 .mbr-section-btn {
  text-align: center;
}
.cid-tyBwwl2R79 .item-title {
  text-align: center;
}
.cid-tyBwwl2R79 .item-subtitle {
  text-align: center;
}
.cid-tyBwwlObcp.popup-builder {
  background-color: #ffffff;
}
.cid-tyBwwlObcp.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tyBwwlObcp.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tyBwwlObcp .modal-content,
.cid-tyBwwlObcp .modal-dialog {
  height: auto;
}
.cid-tyBwwlObcp .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tyBwwlObcp .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tyBwwlObcp .form-wrapper .mbr-form .form-group,
  .cid-tyBwwlObcp .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tyBwwlObcp .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tyBwwlObcp .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tyBwwlObcp .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-tyBwwlObcp .pt-0 {
  padding-top: 0 !important;
}
.cid-tyBwwlObcp .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tyBwwlObcp .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tyBwwlObcp .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tyBwwlObcp .modal-open {
  overflow: hidden;
}
.cid-tyBwwlObcp .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tyBwwlObcp .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tyBwwlObcp .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tyBwwlObcp .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tyBwwlObcp .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tyBwwlObcp .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tyBwwlObcp .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tyBwwlObcp .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tyBwwlObcp .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tyBwwlObcp .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tyBwwlObcp .modal-backdrop.fade {
  opacity: 0;
}
.cid-tyBwwlObcp .modal-backdrop.show {
  opacity: .5;
}
.cid-tyBwwlObcp .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tyBwwlObcp .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tyBwwlObcp .modal-header {
    padding: 1rem;
  }
}
.cid-tyBwwlObcp .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tyBwwlObcp .modal-header .close svg {
  fill: #ffffff;
}
.cid-tyBwwlObcp .modal-header .close:hover {
  opacity: 1;
}
.cid-tyBwwlObcp .modal-header .close:focus {
  outline: none;
}
.cid-tyBwwlObcp .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tyBwwlObcp .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tyBwwlObcp .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyBwwlObcp .modal-body {
    padding: 1rem;
  }
}
.cid-tyBwwlObcp .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tyBwwlObcp .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tyBwwlObcp .modal-footer {
    padding: 1rem;
  }
}
.cid-tyBwwlObcp .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tyBwwlObcp .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tyBwwlObcp .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tyBwwlObcp .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tyBwwlObcp .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tyBwwlObcp .modal-lg,
  .cid-tyBwwlObcp .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tyBwwlObcp .modal-xl {
    max-width: 1140px;
  }
}
.cid-tyBwwlObcp .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tyBwwlObcp .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tyBwwlObcp .form-group {
  margin-bottom: 1rem;
}
.cid-tyBwwlObcp .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tyBwwlObcp .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tyBwwlObcp .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tyBwwlObcp .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-tyBwwlObcp .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-tyBwwmy8jl {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-tyBwwmy8jl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyBwwmy8jl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyBwwmy8jl .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tyBwwmy8jl .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tyBwwmy8jl .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tyBwwmy8jl .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tyBwwmy8jl .container {
    max-width: 100%;
  }
  .cid-tyBwwmy8jl .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tyBwwmy8jl .item-wrap {
  width: 100%;
}
.cid-tyBwwmy8jl .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tyBwwmy8jl .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tyBwwmy8jl .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tyBwwmy8jl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tyBwwmy8jl .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tyBwwmy8jl .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tyBwwmy8jl .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tyBwwmy8jl .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tyBwwmy8jl .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-tyBwwmy8jl .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-tyBwwmy8jl .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-tyBwwmy8jl .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tyBwwmy8jl .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tyBwwmy8jl .col-links {
    padding-top: 20px;
  }
}
.cid-tyBwwmy8jl .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tyBwwmy8jl .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tyBwwmy8jl .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tyBwwmy8jl .list {
    text-align: center !important;
  }
}
.cid-tyBwwmy8jl .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tyBwwmy8jl .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tyBwwmy8jl .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tyBwwmy8jl .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-tyBwwmy8jl .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-tyBwwmy8jl .list a:hover:before {
  width: 100%;
}
.cid-tyBwwmy8jl .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tyBwwmy8jl .col-copyright {
    padding-top: 40px;
  }
}
.cid-tyBwwmy8jl .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-tyBwwmy8jl .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txhLSPIVRM {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-txhLSPIVRM .mbr-fallback-image.disabled {
  display: none;
}
.cid-txhLSPIVRM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txhLSPIVRM .mbr-text,
.cid-txhLSPIVRM .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-txhLSPIVRM .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-txhLSPIVRM .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-txhLSQGnsd {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txhLSQGnsd .container-fluid {
  padding: 0 3rem;
}
.cid-txhLSQGnsd .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-txhLSQGnsd .mbr-section-subtitle {
  color: #767676;
}
.cid-txhLSQGnsd .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-txhLSQGnsd .table-wrapper {
  margin: 0 auto;
}
.cid-txhLSQGnsd table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-txhLSQGnsd table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-txhLSQGnsd table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-txhLSQGnsd table.table {
  background: #fbfbfb;
}
.cid-txhLSQGnsd tr:hover {
  background-color: #e1f4ff !important;
}
.cid-txhLSQGnsd .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-txhLSQGnsd .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-txhLSQGnsd .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-txhLSQGnsd .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding: 0;
  background: #fbfbfb;
}
.cid-txhLSQGnsd .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-txhLSQGnsd .dataTables_wrapper {
  display: block;
}
.cid-txhLSQGnsd .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-txhLSQGnsd .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-txhLSQGnsd .head-item:after,
.cid-txhLSQGnsd .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-txhLSQGnsd .dataTables_filter {
    text-align: center;
  }
  .cid-txhLSQGnsd .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-txhLSQGnsd .dataTables_filter {
    text-align: center;
  }
  .cid-txhLSQGnsd .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-txhLSQGnsd .container-fluid {
    padding: 0 1rem;
  }
  .cid-txhLSQGnsd table th,
  .cid-txhLSQGnsd table td {
    padding: .75rem;
  }
}
.cid-txhLSQGnsd .body-item {
  text-align: left;
}
.cid-txhLSQGnsd .head-item {
  color: #000000;
  text-align: left;
}
.cid-txhLSQGnsd .mbr-section-title,
.cid-txhLSQGnsd .underline {
  color: #777777;
}
.cid-txhLSQGnsd LABEL {
  text-align: right;
}
.cid-txhLSTl9qh {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-txhLSTl9qh img,
.cid-txhLSTl9qh .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txhLSTl9qh .item:focus,
.cid-txhLSTl9qh span:focus {
  outline: none;
}
.cid-txhLSTl9qh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txhLSTl9qh .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txhLSTl9qh .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txhLSTl9qh .item-img {
    padding: 1rem;
  }
}
.cid-txhLSTl9qh .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txhLSTl9qh .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txhLSTl9qh .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txhLSTl9qh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txhLSTl9qh .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txhLSTl9qh .mbr-text,
.cid-txhLSTl9qh .mbr-section-btn {
  text-align: center;
}
.cid-txhLSTl9qh .item-title {
  text-align: center;
}
.cid-txhLSTl9qh .item-subtitle {
  text-align: center;
}
.cid-txhLSV6lMV.popup-builder {
  background-color: #ffffff;
}
.cid-txhLSV6lMV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txhLSV6lMV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txhLSV6lMV .modal-content,
.cid-txhLSV6lMV .modal-dialog {
  height: auto;
}
.cid-txhLSV6lMV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txhLSV6lMV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txhLSV6lMV .form-wrapper .mbr-form .form-group,
  .cid-txhLSV6lMV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txhLSV6lMV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txhLSV6lMV .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txhLSV6lMV .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txhLSV6lMV .pt-0 {
  padding-top: 0 !important;
}
.cid-txhLSV6lMV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txhLSV6lMV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txhLSV6lMV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txhLSV6lMV .modal-open {
  overflow: hidden;
}
.cid-txhLSV6lMV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txhLSV6lMV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txhLSV6lMV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txhLSV6lMV .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txhLSV6lMV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txhLSV6lMV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txhLSV6lMV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txhLSV6lMV .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txhLSV6lMV .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txhLSV6lMV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txhLSV6lMV .modal-backdrop.fade {
  opacity: 0;
}
.cid-txhLSV6lMV .modal-backdrop.show {
  opacity: .5;
}
.cid-txhLSV6lMV .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txhLSV6lMV .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txhLSV6lMV .modal-header {
    padding: 1rem;
  }
}
.cid-txhLSV6lMV .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txhLSV6lMV .modal-header .close svg {
  fill: #ffffff;
}
.cid-txhLSV6lMV .modal-header .close:hover {
  opacity: 1;
}
.cid-txhLSV6lMV .modal-header .close:focus {
  outline: none;
}
.cid-txhLSV6lMV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txhLSV6lMV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txhLSV6lMV .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txhLSV6lMV .modal-body {
    padding: 1rem;
  }
}
.cid-txhLSV6lMV .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txhLSV6lMV .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txhLSV6lMV .modal-footer {
    padding: 1rem;
  }
}
.cid-txhLSV6lMV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txhLSV6lMV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txhLSV6lMV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txhLSV6lMV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txhLSV6lMV .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txhLSV6lMV .modal-lg,
  .cid-txhLSV6lMV .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txhLSV6lMV .modal-xl {
    max-width: 1140px;
  }
}
.cid-txhLSV6lMV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txhLSV6lMV .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txhLSV6lMV .form-group {
  margin-bottom: 1rem;
}
.cid-txhLSV6lMV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txhLSV6lMV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txhLSV6lMV .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txhLSV6lMV .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txhLSV6lMV .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txhLSVVqP1 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txhLSVVqP1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txhLSVVqP1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txhLSVVqP1 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txhLSVVqP1 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txhLSVVqP1 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txhLSVVqP1 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txhLSVVqP1 .container {
    max-width: 100%;
  }
  .cid-txhLSVVqP1 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txhLSVVqP1 .item-wrap {
  width: 100%;
}
.cid-txhLSVVqP1 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txhLSVVqP1 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txhLSVVqP1 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txhLSVVqP1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txhLSVVqP1 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txhLSVVqP1 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txhLSVVqP1 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txhLSVVqP1 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txhLSVVqP1 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txhLSVVqP1 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txhLSVVqP1 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txhLSVVqP1 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txhLSVVqP1 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txhLSVVqP1 .col-links {
    padding-top: 20px;
  }
}
.cid-txhLSVVqP1 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txhLSVVqP1 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txhLSVVqP1 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txhLSVVqP1 .list {
    text-align: center !important;
  }
}
.cid-txhLSVVqP1 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txhLSVVqP1 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txhLSVVqP1 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txhLSVVqP1 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txhLSVVqP1 .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txhLSVVqP1 .list a:hover:before {
  width: 100%;
}
.cid-txhLSVVqP1 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txhLSVVqP1 .col-copyright {
    padding-top: 40px;
  }
}
.cid-txhLSVVqP1 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txhLSVVqP1 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txUP56HQWF {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-txUP56HQWF .mbr-fallback-image.disabled {
  display: none;
}
.cid-txUP56HQWF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txUP56HQWF .mbr-text,
.cid-txUP56HQWF .mbr-section-btn {
  color: #efefef;
  text-align: left;
}
.cid-txUP56HQWF .mbr-section-title {
  color: #efefef;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-txUP56HQWF .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-txUP57tKRI {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txUP57tKRI .container-fluid {
  padding: 0 3rem;
}
.cid-txUP57tKRI .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-txUP57tKRI .mbr-section-subtitle {
  color: #767676;
}
.cid-txUP57tKRI .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-txUP57tKRI .table-wrapper {
  margin: 0 auto;
}
.cid-txUP57tKRI table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-txUP57tKRI table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-txUP57tKRI table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-txUP57tKRI table.table {
  background: #ffffff;
}
.cid-txUP57tKRI tr:hover {
  background-color: #e1f4ff !important;
}
.cid-txUP57tKRI .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-txUP57tKRI .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-txUP57tKRI .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-txUP57tKRI .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-txUP57tKRI .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-txUP57tKRI .dataTables_wrapper {
  display: block;
}
.cid-txUP57tKRI .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-txUP57tKRI .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-txUP57tKRI .head-item:after,
.cid-txUP57tKRI .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-txUP57tKRI .dataTables_filter {
    text-align: center;
  }
  .cid-txUP57tKRI .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-txUP57tKRI .dataTables_filter {
    text-align: center;
  }
  .cid-txUP57tKRI .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-txUP57tKRI .container-fluid {
    padding: 0 1rem;
  }
  .cid-txUP57tKRI table th,
  .cid-txUP57tKRI table td {
    padding: .75rem;
  }
}
.cid-txUP57tKRI .body-item {
  text-align: left;
}
.cid-txUP57tKRI .head-item {
  color: #000000;
  text-align: left;
}
.cid-txUP57tKRI .body-item DIV {
  text-align: center;
}
.cid-txUP57tKRI .mbr-section-title,
.cid-txUP57tKRI .underline {
  color: #777777;
}
.cid-txVewWtwoQ {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-txVewWtwoQ .media-container-row {
  margin-top: 0.5rem;
}
.cid-txVewWtwoQ .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-txVewWtwoQ .card-img span {
  color: #ffffff;
}
.cid-txVewWtwoQ .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-txVewWtwoQ .card-title,
.cid-txVewWtwoQ .card-img {
  color: #555555;
}
.cid-txVewWtwoQ .mbr-section-title {
  font-size: 60px;
}
.cid-txVewWtwoQ .mbr-text,
.cid-txVewWtwoQ .mbr-section-btn {
  color: #777777;
}
.cid-txVewWtwoQ .mbr-title,
.cid-txVewWtwoQ .ornament {
  color: #005990;
  text-align: center;
}
.cid-txUQNkB3Wx {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-txUQNkB3Wx img,
.cid-txUQNkB3Wx .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txUQNkB3Wx .item:focus,
.cid-txUQNkB3Wx span:focus {
  outline: none;
}
.cid-txUQNkB3Wx .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txUQNkB3Wx .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txUQNkB3Wx .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txUQNkB3Wx .item-img {
    padding: 1rem;
  }
}
.cid-txUQNkB3Wx .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txUQNkB3Wx .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txUQNkB3Wx .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txUQNkB3Wx .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txUQNkB3Wx .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txUQNkB3Wx .mbr-text,
.cid-txUQNkB3Wx .mbr-section-btn {
  text-align: center;
}
.cid-txUQNkB3Wx .item-title {
  text-align: center;
}
.cid-txUQNkB3Wx .item-subtitle {
  text-align: center;
}
.cid-txUP5a6Efa.popup-builder {
  background-color: #ffffff;
}
.cid-txUP5a6Efa.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txUP5a6Efa.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txUP5a6Efa .modal-content,
.cid-txUP5a6Efa .modal-dialog {
  height: auto;
}
.cid-txUP5a6Efa .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txUP5a6Efa .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txUP5a6Efa .form-wrapper .mbr-form .form-group,
  .cid-txUP5a6Efa .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txUP5a6Efa .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txUP5a6Efa .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txUP5a6Efa .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txUP5a6Efa .pt-0 {
  padding-top: 0 !important;
}
.cid-txUP5a6Efa .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txUP5a6Efa .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txUP5a6Efa .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txUP5a6Efa .modal-open {
  overflow: hidden;
}
.cid-txUP5a6Efa .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txUP5a6Efa .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txUP5a6Efa .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txUP5a6Efa .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txUP5a6Efa .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txUP5a6Efa .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txUP5a6Efa .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txUP5a6Efa .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txUP5a6Efa .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txUP5a6Efa .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txUP5a6Efa .modal-backdrop.fade {
  opacity: 0;
}
.cid-txUP5a6Efa .modal-backdrop.show {
  opacity: .5;
}
.cid-txUP5a6Efa .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txUP5a6Efa .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txUP5a6Efa .modal-header {
    padding: 1rem;
  }
}
.cid-txUP5a6Efa .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txUP5a6Efa .modal-header .close svg {
  fill: #ffffff;
}
.cid-txUP5a6Efa .modal-header .close:hover {
  opacity: 1;
}
.cid-txUP5a6Efa .modal-header .close:focus {
  outline: none;
}
.cid-txUP5a6Efa .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txUP5a6Efa .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txUP5a6Efa .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txUP5a6Efa .modal-body {
    padding: 1rem;
  }
}
.cid-txUP5a6Efa .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txUP5a6Efa .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txUP5a6Efa .modal-footer {
    padding: 1rem;
  }
}
.cid-txUP5a6Efa .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txUP5a6Efa .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txUP5a6Efa .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txUP5a6Efa .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txUP5a6Efa .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txUP5a6Efa .modal-lg,
  .cid-txUP5a6Efa .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txUP5a6Efa .modal-xl {
    max-width: 1140px;
  }
}
.cid-txUP5a6Efa .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txUP5a6Efa .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txUP5a6Efa .form-group {
  margin-bottom: 1rem;
}
.cid-txUP5a6Efa .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txUP5a6Efa .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txUP5a6Efa .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txUP5a6Efa .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txUP5a6Efa .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txUP5aRdH8 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txUP5aRdH8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txUP5aRdH8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txUP5aRdH8 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txUP5aRdH8 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txUP5aRdH8 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txUP5aRdH8 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txUP5aRdH8 .container {
    max-width: 100%;
  }
  .cid-txUP5aRdH8 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txUP5aRdH8 .item-wrap {
  width: 100%;
}
.cid-txUP5aRdH8 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txUP5aRdH8 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txUP5aRdH8 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txUP5aRdH8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txUP5aRdH8 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txUP5aRdH8 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txUP5aRdH8 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txUP5aRdH8 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txUP5aRdH8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txUP5aRdH8 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txUP5aRdH8 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txUP5aRdH8 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txUP5aRdH8 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txUP5aRdH8 .col-links {
    padding-top: 20px;
  }
}
.cid-txUP5aRdH8 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txUP5aRdH8 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txUP5aRdH8 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txUP5aRdH8 .list {
    text-align: center !important;
  }
}
.cid-txUP5aRdH8 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txUP5aRdH8 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txUP5aRdH8 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txUP5aRdH8 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txUP5aRdH8 .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txUP5aRdH8 .list a:hover:before {
  width: 100%;
}
.cid-txUP5aRdH8 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txUP5aRdH8 .col-copyright {
    padding-top: 40px;
  }
}
.cid-txUP5aRdH8 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txUP5aRdH8 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txUWJSEPK9 {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-txUWJSEPK9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txUWJSEPK9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txUWJSEPK9 .mbr-text,
.cid-txUWJSEPK9 .mbr-section-btn {
  color: #efefef;
  text-align: left;
}
.cid-txUWJSEPK9 .mbr-section-title {
  color: #efefef;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-txUWJSEPK9 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-txUWJTGz1T {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txUWJTGz1T .container-fluid {
  padding: 0 3rem;
}
.cid-txUWJTGz1T .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-txUWJTGz1T .mbr-section-subtitle {
  color: #767676;
}
.cid-txUWJTGz1T .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-txUWJTGz1T .table-wrapper {
  margin: 0 auto;
}
.cid-txUWJTGz1T table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-txUWJTGz1T table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-txUWJTGz1T table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-txUWJTGz1T table.table {
  background: #fbfbfb;
}
.cid-txUWJTGz1T tr:hover {
  background-color: #e1f4ff !important;
}
.cid-txUWJTGz1T .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-txUWJTGz1T .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-txUWJTGz1T .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-txUWJTGz1T .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-txUWJTGz1T .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-txUWJTGz1T .dataTables_wrapper {
  display: block;
}
.cid-txUWJTGz1T .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-txUWJTGz1T .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-txUWJTGz1T .head-item:after,
.cid-txUWJTGz1T .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-txUWJTGz1T .dataTables_filter {
    text-align: center;
  }
  .cid-txUWJTGz1T .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-txUWJTGz1T .dataTables_filter {
    text-align: center;
  }
  .cid-txUWJTGz1T .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-txUWJTGz1T .container-fluid {
    padding: 0 1rem;
  }
  .cid-txUWJTGz1T table th,
  .cid-txUWJTGz1T table td {
    padding: .75rem;
  }
}
.cid-txUWJTGz1T .body-item {
  text-align: left;
}
.cid-txUWJTGz1T .head-item {
  color: #000000;
  text-align: left;
}
.cid-txUWJTGz1T .body-item DIV {
  text-align: center;
}
.cid-txUWJTGz1T .mbr-section-title,
.cid-txUWJTGz1T .underline {
  color: #777777;
}
.cid-txV7fFyTlp {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-txV7fFyTlp .media-container-row {
  margin-top: 0.5rem;
}
.cid-txV7fFyTlp .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-txV7fFyTlp .card-img span {
  color: #ffffff;
}
.cid-txV7fFyTlp .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-txV7fFyTlp .card-title,
.cid-txV7fFyTlp .card-img {
  color: #555555;
}
.cid-txV7fFyTlp .mbr-section-title {
  font-size: 60px;
}
.cid-txV7fFyTlp .mbr-text,
.cid-txV7fFyTlp .mbr-section-btn {
  color: #777777;
}
.cid-txV7fFyTlp .mbr-title,
.cid-txV7fFyTlp .ornament {
  color: #005990;
  text-align: center;
}
.cid-txUWJVppfG {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-txUWJVppfG img,
.cid-txUWJVppfG .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txUWJVppfG .item:focus,
.cid-txUWJVppfG span:focus {
  outline: none;
}
.cid-txUWJVppfG .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txUWJVppfG .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txUWJVppfG .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txUWJVppfG .item-img {
    padding: 1rem;
  }
}
.cid-txUWJVppfG .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txUWJVppfG .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txUWJVppfG .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txUWJVppfG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txUWJVppfG .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txUWJVppfG .mbr-text,
.cid-txUWJVppfG .mbr-section-btn {
  text-align: center;
}
.cid-txUWJVppfG .item-title {
  text-align: center;
}
.cid-txUWJVppfG .item-subtitle {
  text-align: center;
}
.cid-txUWJWTtS4.popup-builder {
  background-color: #ffffff;
}
.cid-txUWJWTtS4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txUWJWTtS4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txUWJWTtS4 .modal-content,
.cid-txUWJWTtS4 .modal-dialog {
  height: auto;
}
.cid-txUWJWTtS4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txUWJWTtS4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txUWJWTtS4 .form-wrapper .mbr-form .form-group,
  .cid-txUWJWTtS4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txUWJWTtS4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txUWJWTtS4 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txUWJWTtS4 .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txUWJWTtS4 .pt-0 {
  padding-top: 0 !important;
}
.cid-txUWJWTtS4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txUWJWTtS4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txUWJWTtS4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txUWJWTtS4 .modal-open {
  overflow: hidden;
}
.cid-txUWJWTtS4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txUWJWTtS4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txUWJWTtS4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txUWJWTtS4 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txUWJWTtS4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txUWJWTtS4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txUWJWTtS4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txUWJWTtS4 .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txUWJWTtS4 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txUWJWTtS4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txUWJWTtS4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-txUWJWTtS4 .modal-backdrop.show {
  opacity: .5;
}
.cid-txUWJWTtS4 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txUWJWTtS4 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txUWJWTtS4 .modal-header {
    padding: 1rem;
  }
}
.cid-txUWJWTtS4 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txUWJWTtS4 .modal-header .close svg {
  fill: #ffffff;
}
.cid-txUWJWTtS4 .modal-header .close:hover {
  opacity: 1;
}
.cid-txUWJWTtS4 .modal-header .close:focus {
  outline: none;
}
.cid-txUWJWTtS4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txUWJWTtS4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txUWJWTtS4 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txUWJWTtS4 .modal-body {
    padding: 1rem;
  }
}
.cid-txUWJWTtS4 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txUWJWTtS4 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txUWJWTtS4 .modal-footer {
    padding: 1rem;
  }
}
.cid-txUWJWTtS4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txUWJWTtS4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txUWJWTtS4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txUWJWTtS4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txUWJWTtS4 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txUWJWTtS4 .modal-lg,
  .cid-txUWJWTtS4 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txUWJWTtS4 .modal-xl {
    max-width: 1140px;
  }
}
.cid-txUWJWTtS4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txUWJWTtS4 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txUWJWTtS4 .form-group {
  margin-bottom: 1rem;
}
.cid-txUWJWTtS4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txUWJWTtS4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txUWJWTtS4 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txUWJWTtS4 .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txUWJWTtS4 .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txUWJXMwyf {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txUWJXMwyf .mbr-fallback-image.disabled {
  display: none;
}
.cid-txUWJXMwyf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txUWJXMwyf .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txUWJXMwyf .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txUWJXMwyf .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txUWJXMwyf .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txUWJXMwyf .container {
    max-width: 100%;
  }
  .cid-txUWJXMwyf .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txUWJXMwyf .item-wrap {
  width: 100%;
}
.cid-txUWJXMwyf .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txUWJXMwyf .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txUWJXMwyf .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txUWJXMwyf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txUWJXMwyf .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txUWJXMwyf .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txUWJXMwyf .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txUWJXMwyf .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txUWJXMwyf .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txUWJXMwyf .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txUWJXMwyf .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txUWJXMwyf .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txUWJXMwyf .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txUWJXMwyf .col-links {
    padding-top: 20px;
  }
}
.cid-txUWJXMwyf .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txUWJXMwyf .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txUWJXMwyf .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txUWJXMwyf .list {
    text-align: center !important;
  }
}
.cid-txUWJXMwyf .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txUWJXMwyf .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txUWJXMwyf .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txUWJXMwyf .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txUWJXMwyf .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txUWJXMwyf .list a:hover:before {
  width: 100%;
}
.cid-txUWJXMwyf .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txUWJXMwyf .col-copyright {
    padding-top: 40px;
  }
}
.cid-txUWJXMwyf .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txUWJXMwyf .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txUZzo74jj {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-txUZzo74jj .mbr-fallback-image.disabled {
  display: none;
}
.cid-txUZzo74jj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txUZzo74jj .mbr-text,
.cid-txUZzo74jj .mbr-section-btn {
  color: #efefef;
  text-align: left;
}
.cid-txUZzo74jj .mbr-section-title {
  color: #efefef;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-txUZzo74jj .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-txUZzp1yOO {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txUZzp1yOO .container-fluid {
  padding: 0 3rem;
}
.cid-txUZzp1yOO .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-txUZzp1yOO .mbr-section-subtitle {
  color: #767676;
}
.cid-txUZzp1yOO .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-txUZzp1yOO .table-wrapper {
  margin: 0 auto;
}
.cid-txUZzp1yOO table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-txUZzp1yOO table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-txUZzp1yOO table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-txUZzp1yOO table.table {
  background: #fbfbfb;
}
.cid-txUZzp1yOO tr:hover {
  background-color: #e1f4ff !important;
}
.cid-txUZzp1yOO .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-txUZzp1yOO .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-txUZzp1yOO .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-txUZzp1yOO .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-txUZzp1yOO .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-txUZzp1yOO .dataTables_wrapper {
  display: block;
}
.cid-txUZzp1yOO .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-txUZzp1yOO .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-txUZzp1yOO .head-item:after,
.cid-txUZzp1yOO .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-txUZzp1yOO .dataTables_filter {
    text-align: center;
  }
  .cid-txUZzp1yOO .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-txUZzp1yOO .dataTables_filter {
    text-align: center;
  }
  .cid-txUZzp1yOO .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-txUZzp1yOO .container-fluid {
    padding: 0 1rem;
  }
  .cid-txUZzp1yOO table th,
  .cid-txUZzp1yOO table td {
    padding: .75rem;
  }
}
.cid-txUZzp1yOO .body-item {
  text-align: left;
}
.cid-txUZzp1yOO .head-item {
  color: #000000;
  text-align: left;
}
.cid-txUZzp1yOO .body-item DIV {
  text-align: center;
}
.cid-txUZzp1yOO .mbr-section-title,
.cid-txUZzp1yOO .underline {
  color: #777777;
}
.cid-txV7jJ8oDk {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-txV7jJ8oDk .media-container-row {
  margin-top: 0.5rem;
}
.cid-txV7jJ8oDk .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-txV7jJ8oDk .card-img span {
  color: #ffffff;
}
.cid-txV7jJ8oDk .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-txV7jJ8oDk .card-title,
.cid-txV7jJ8oDk .card-img {
  color: #555555;
}
.cid-txV7jJ8oDk .mbr-section-title {
  font-size: 60px;
}
.cid-txV7jJ8oDk .mbr-text,
.cid-txV7jJ8oDk .mbr-section-btn {
  color: #777777;
}
.cid-txV7jJ8oDk .mbr-title,
.cid-txV7jJ8oDk .ornament {
  color: #005990;
  text-align: center;
}
.cid-txUZzrrbXo {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-txUZzrrbXo img,
.cid-txUZzrrbXo .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txUZzrrbXo .item:focus,
.cid-txUZzrrbXo span:focus {
  outline: none;
}
.cid-txUZzrrbXo .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txUZzrrbXo .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txUZzrrbXo .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txUZzrrbXo .item-img {
    padding: 1rem;
  }
}
.cid-txUZzrrbXo .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txUZzrrbXo .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txUZzrrbXo .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txUZzrrbXo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txUZzrrbXo .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txUZzrrbXo .mbr-text,
.cid-txUZzrrbXo .mbr-section-btn {
  text-align: center;
}
.cid-txUZzrrbXo .item-title {
  text-align: center;
}
.cid-txUZzrrbXo .item-subtitle {
  text-align: center;
}
.cid-txUZzt2dAW.popup-builder {
  background-color: #ffffff;
}
.cid-txUZzt2dAW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txUZzt2dAW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txUZzt2dAW .modal-content,
.cid-txUZzt2dAW .modal-dialog {
  height: auto;
}
.cid-txUZzt2dAW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txUZzt2dAW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txUZzt2dAW .form-wrapper .mbr-form .form-group,
  .cid-txUZzt2dAW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txUZzt2dAW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txUZzt2dAW .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txUZzt2dAW .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txUZzt2dAW .pt-0 {
  padding-top: 0 !important;
}
.cid-txUZzt2dAW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txUZzt2dAW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txUZzt2dAW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txUZzt2dAW .modal-open {
  overflow: hidden;
}
.cid-txUZzt2dAW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txUZzt2dAW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txUZzt2dAW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txUZzt2dAW .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txUZzt2dAW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txUZzt2dAW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txUZzt2dAW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txUZzt2dAW .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txUZzt2dAW .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txUZzt2dAW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txUZzt2dAW .modal-backdrop.fade {
  opacity: 0;
}
.cid-txUZzt2dAW .modal-backdrop.show {
  opacity: .5;
}
.cid-txUZzt2dAW .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txUZzt2dAW .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txUZzt2dAW .modal-header {
    padding: 1rem;
  }
}
.cid-txUZzt2dAW .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txUZzt2dAW .modal-header .close svg {
  fill: #ffffff;
}
.cid-txUZzt2dAW .modal-header .close:hover {
  opacity: 1;
}
.cid-txUZzt2dAW .modal-header .close:focus {
  outline: none;
}
.cid-txUZzt2dAW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txUZzt2dAW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txUZzt2dAW .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txUZzt2dAW .modal-body {
    padding: 1rem;
  }
}
.cid-txUZzt2dAW .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txUZzt2dAW .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txUZzt2dAW .modal-footer {
    padding: 1rem;
  }
}
.cid-txUZzt2dAW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txUZzt2dAW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txUZzt2dAW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txUZzt2dAW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txUZzt2dAW .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txUZzt2dAW .modal-lg,
  .cid-txUZzt2dAW .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txUZzt2dAW .modal-xl {
    max-width: 1140px;
  }
}
.cid-txUZzt2dAW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txUZzt2dAW .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txUZzt2dAW .form-group {
  margin-bottom: 1rem;
}
.cid-txUZzt2dAW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txUZzt2dAW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txUZzt2dAW .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txUZzt2dAW .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txUZzt2dAW .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txUZztLuIV {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txUZztLuIV .mbr-fallback-image.disabled {
  display: none;
}
.cid-txUZztLuIV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txUZztLuIV .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txUZztLuIV .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txUZztLuIV .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txUZztLuIV .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txUZztLuIV .container {
    max-width: 100%;
  }
  .cid-txUZztLuIV .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txUZztLuIV .item-wrap {
  width: 100%;
}
.cid-txUZztLuIV .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txUZztLuIV .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txUZztLuIV .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txUZztLuIV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txUZztLuIV .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txUZztLuIV .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txUZztLuIV .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txUZztLuIV .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txUZztLuIV .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txUZztLuIV .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txUZztLuIV .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txUZztLuIV .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txUZztLuIV .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txUZztLuIV .col-links {
    padding-top: 20px;
  }
}
.cid-txUZztLuIV .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txUZztLuIV .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txUZztLuIV .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txUZztLuIV .list {
    text-align: center !important;
  }
}
.cid-txUZztLuIV .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txUZztLuIV .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txUZztLuIV .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txUZztLuIV .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txUZztLuIV .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txUZztLuIV .list a:hover:before {
  width: 100%;
}
.cid-txUZztLuIV .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txUZztLuIV .col-copyright {
    padding-top: 40px;
  }
}
.cid-txUZztLuIV .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txUZztLuIV .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txV2wNB85m {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-txV2wNB85m .mbr-fallback-image.disabled {
  display: none;
}
.cid-txV2wNB85m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txV2wNB85m .mbr-text,
.cid-txV2wNB85m .mbr-section-btn {
  color: #efefef;
  text-align: left;
}
.cid-txV2wNB85m .mbr-section-title {
  color: #efefef;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-txV2wNB85m .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-txV2wOrS1D {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txV2wOrS1D .container-fluid {
  padding: 0 3rem;
}
.cid-txV2wOrS1D .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-txV2wOrS1D .mbr-section-subtitle {
  color: #767676;
}
.cid-txV2wOrS1D .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-txV2wOrS1D .table-wrapper {
  margin: 0 auto;
}
.cid-txV2wOrS1D table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-txV2wOrS1D table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-txV2wOrS1D table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-txV2wOrS1D table.table {
  background: #fbfbfb;
}
.cid-txV2wOrS1D tr:hover {
  background-color: #e1f4ff !important;
}
.cid-txV2wOrS1D .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-txV2wOrS1D .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-txV2wOrS1D .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-txV2wOrS1D .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-txV2wOrS1D .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-txV2wOrS1D .dataTables_wrapper {
  display: block;
}
.cid-txV2wOrS1D .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-txV2wOrS1D .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-txV2wOrS1D .head-item:after,
.cid-txV2wOrS1D .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-txV2wOrS1D .dataTables_filter {
    text-align: center;
  }
  .cid-txV2wOrS1D .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-txV2wOrS1D .dataTables_filter {
    text-align: center;
  }
  .cid-txV2wOrS1D .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-txV2wOrS1D .container-fluid {
    padding: 0 1rem;
  }
  .cid-txV2wOrS1D table th,
  .cid-txV2wOrS1D table td {
    padding: .75rem;
  }
}
.cid-txV2wOrS1D .body-item {
  text-align: left;
}
.cid-txV2wOrS1D .head-item {
  color: #000000;
  text-align: left;
}
.cid-txV2wOrS1D .body-item DIV {
  text-align: center;
}
.cid-txV2wOrS1D .mbr-section-title,
.cid-txV2wOrS1D .underline {
  color: #777777;
}
.cid-txV7nv8CD0 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-txV7nv8CD0 .media-container-row {
  margin-top: 0.5rem;
}
.cid-txV7nv8CD0 .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-txV7nv8CD0 .card-img span {
  color: #ffffff;
}
.cid-txV7nv8CD0 .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-txV7nv8CD0 .card-title,
.cid-txV7nv8CD0 .card-img {
  color: #555555;
}
.cid-txV7nv8CD0 .mbr-section-title {
  font-size: 60px;
}
.cid-txV7nv8CD0 .mbr-text,
.cid-txV7nv8CD0 .mbr-section-btn {
  color: #777777;
}
.cid-txV7nv8CD0 .mbr-title,
.cid-txV7nv8CD0 .ornament {
  color: #005990;
  text-align: center;
}
.cid-txV2wQsC6s {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-txV2wQsC6s img,
.cid-txV2wQsC6s .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txV2wQsC6s .item:focus,
.cid-txV2wQsC6s span:focus {
  outline: none;
}
.cid-txV2wQsC6s .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txV2wQsC6s .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txV2wQsC6s .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txV2wQsC6s .item-img {
    padding: 1rem;
  }
}
.cid-txV2wQsC6s .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txV2wQsC6s .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txV2wQsC6s .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txV2wQsC6s .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txV2wQsC6s .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txV2wQsC6s .mbr-text,
.cid-txV2wQsC6s .mbr-section-btn {
  text-align: center;
}
.cid-txV2wQsC6s .item-title {
  text-align: center;
}
.cid-txV2wQsC6s .item-subtitle {
  text-align: center;
}
.cid-txV2wRX3V7.popup-builder {
  background-color: #ffffff;
}
.cid-txV2wRX3V7.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txV2wRX3V7.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txV2wRX3V7 .modal-content,
.cid-txV2wRX3V7 .modal-dialog {
  height: auto;
}
.cid-txV2wRX3V7 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txV2wRX3V7 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txV2wRX3V7 .form-wrapper .mbr-form .form-group,
  .cid-txV2wRX3V7 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txV2wRX3V7 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txV2wRX3V7 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txV2wRX3V7 .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txV2wRX3V7 .pt-0 {
  padding-top: 0 !important;
}
.cid-txV2wRX3V7 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txV2wRX3V7 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txV2wRX3V7 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txV2wRX3V7 .modal-open {
  overflow: hidden;
}
.cid-txV2wRX3V7 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txV2wRX3V7 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txV2wRX3V7 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txV2wRX3V7 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txV2wRX3V7 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txV2wRX3V7 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txV2wRX3V7 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txV2wRX3V7 .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txV2wRX3V7 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txV2wRX3V7 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txV2wRX3V7 .modal-backdrop.fade {
  opacity: 0;
}
.cid-txV2wRX3V7 .modal-backdrop.show {
  opacity: .5;
}
.cid-txV2wRX3V7 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txV2wRX3V7 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txV2wRX3V7 .modal-header {
    padding: 1rem;
  }
}
.cid-txV2wRX3V7 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txV2wRX3V7 .modal-header .close svg {
  fill: #ffffff;
}
.cid-txV2wRX3V7 .modal-header .close:hover {
  opacity: 1;
}
.cid-txV2wRX3V7 .modal-header .close:focus {
  outline: none;
}
.cid-txV2wRX3V7 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txV2wRX3V7 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txV2wRX3V7 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txV2wRX3V7 .modal-body {
    padding: 1rem;
  }
}
.cid-txV2wRX3V7 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txV2wRX3V7 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txV2wRX3V7 .modal-footer {
    padding: 1rem;
  }
}
.cid-txV2wRX3V7 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txV2wRX3V7 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txV2wRX3V7 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txV2wRX3V7 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txV2wRX3V7 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txV2wRX3V7 .modal-lg,
  .cid-txV2wRX3V7 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txV2wRX3V7 .modal-xl {
    max-width: 1140px;
  }
}
.cid-txV2wRX3V7 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txV2wRX3V7 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txV2wRX3V7 .form-group {
  margin-bottom: 1rem;
}
.cid-txV2wRX3V7 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txV2wRX3V7 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txV2wRX3V7 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txV2wRX3V7 .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txV2wRX3V7 .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txV2wSIF6h {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txV2wSIF6h .mbr-fallback-image.disabled {
  display: none;
}
.cid-txV2wSIF6h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txV2wSIF6h .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txV2wSIF6h .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txV2wSIF6h .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txV2wSIF6h .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txV2wSIF6h .container {
    max-width: 100%;
  }
  .cid-txV2wSIF6h .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txV2wSIF6h .item-wrap {
  width: 100%;
}
.cid-txV2wSIF6h .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txV2wSIF6h .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txV2wSIF6h .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txV2wSIF6h .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txV2wSIF6h .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txV2wSIF6h .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txV2wSIF6h .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txV2wSIF6h .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txV2wSIF6h .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txV2wSIF6h .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txV2wSIF6h .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txV2wSIF6h .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txV2wSIF6h .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txV2wSIF6h .col-links {
    padding-top: 20px;
  }
}
.cid-txV2wSIF6h .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txV2wSIF6h .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txV2wSIF6h .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txV2wSIF6h .list {
    text-align: center !important;
  }
}
.cid-txV2wSIF6h .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txV2wSIF6h .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txV2wSIF6h .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txV2wSIF6h .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txV2wSIF6h .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txV2wSIF6h .list a:hover:before {
  width: 100%;
}
.cid-txV2wSIF6h .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txV2wSIF6h .col-copyright {
    padding-top: 40px;
  }
}
.cid-txV2wSIF6h .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txV2wSIF6h .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txV4F8UGqS {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-txV4F8UGqS .mbr-fallback-image.disabled {
  display: none;
}
.cid-txV4F8UGqS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txV4F8UGqS .mbr-text,
.cid-txV4F8UGqS .mbr-section-btn {
  color: #efefef;
  text-align: left;
}
.cid-txV4F8UGqS .mbr-section-title {
  color: #efefef;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-txV4F8UGqS .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-txV4F9NZcj {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txV4F9NZcj .container-fluid {
  padding: 0 3rem;
}
.cid-txV4F9NZcj .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-txV4F9NZcj .mbr-section-subtitle {
  color: #767676;
}
.cid-txV4F9NZcj .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-txV4F9NZcj .table-wrapper {
  margin: 0 auto;
}
.cid-txV4F9NZcj table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-txV4F9NZcj table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-txV4F9NZcj table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-txV4F9NZcj table.table {
  background: #fbfbfb;
}
.cid-txV4F9NZcj tr:hover {
  background-color: #e1f4ff !important;
}
.cid-txV4F9NZcj .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-txV4F9NZcj .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-txV4F9NZcj .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-txV4F9NZcj .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-txV4F9NZcj .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-txV4F9NZcj .dataTables_wrapper {
  display: block;
}
.cid-txV4F9NZcj .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-txV4F9NZcj .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-txV4F9NZcj .head-item:after,
.cid-txV4F9NZcj .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-txV4F9NZcj .dataTables_filter {
    text-align: center;
  }
  .cid-txV4F9NZcj .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-txV4F9NZcj .dataTables_filter {
    text-align: center;
  }
  .cid-txV4F9NZcj .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-txV4F9NZcj .container-fluid {
    padding: 0 1rem;
  }
  .cid-txV4F9NZcj table th,
  .cid-txV4F9NZcj table td {
    padding: .75rem;
  }
}
.cid-txV4F9NZcj .body-item {
  text-align: left;
}
.cid-txV4F9NZcj .head-item {
  color: #000000;
  text-align: left;
}
.cid-txV4F9NZcj .body-item DIV {
  text-align: center;
}
.cid-txV4F9NZcj .mbr-section-title,
.cid-txV4F9NZcj .underline {
  color: #777777;
}
.cid-txV7sF4FuY {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-txV7sF4FuY .media-container-row {
  margin-top: 0.5rem;
}
.cid-txV7sF4FuY .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-txV7sF4FuY .card-img span {
  color: #ffffff;
}
.cid-txV7sF4FuY .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-txV7sF4FuY .card-title,
.cid-txV7sF4FuY .card-img {
  color: #555555;
}
.cid-txV7sF4FuY .mbr-section-title {
  font-size: 60px;
}
.cid-txV7sF4FuY .mbr-text,
.cid-txV7sF4FuY .mbr-section-btn {
  color: #777777;
}
.cid-txV7sF4FuY .mbr-title,
.cid-txV7sF4FuY .ornament {
  color: #005990;
  text-align: center;
}
.cid-txV4Fc5spi {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-txV4Fc5spi img,
.cid-txV4Fc5spi .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txV4Fc5spi .item:focus,
.cid-txV4Fc5spi span:focus {
  outline: none;
}
.cid-txV4Fc5spi .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txV4Fc5spi .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txV4Fc5spi .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txV4Fc5spi .item-img {
    padding: 1rem;
  }
}
.cid-txV4Fc5spi .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txV4Fc5spi .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txV4Fc5spi .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txV4Fc5spi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txV4Fc5spi .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txV4Fc5spi .mbr-text,
.cid-txV4Fc5spi .mbr-section-btn {
  text-align: center;
}
.cid-txV4Fc5spi .item-title {
  text-align: center;
}
.cid-txV4Fc5spi .item-subtitle {
  text-align: center;
}
.cid-txV4FdKiO6.popup-builder {
  background-color: #ffffff;
}
.cid-txV4FdKiO6.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txV4FdKiO6.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txV4FdKiO6 .modal-content,
.cid-txV4FdKiO6 .modal-dialog {
  height: auto;
}
.cid-txV4FdKiO6 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txV4FdKiO6 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txV4FdKiO6 .form-wrapper .mbr-form .form-group,
  .cid-txV4FdKiO6 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txV4FdKiO6 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txV4FdKiO6 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txV4FdKiO6 .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txV4FdKiO6 .pt-0 {
  padding-top: 0 !important;
}
.cid-txV4FdKiO6 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txV4FdKiO6 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txV4FdKiO6 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txV4FdKiO6 .modal-open {
  overflow: hidden;
}
.cid-txV4FdKiO6 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txV4FdKiO6 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txV4FdKiO6 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txV4FdKiO6 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txV4FdKiO6 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txV4FdKiO6 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txV4FdKiO6 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txV4FdKiO6 .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txV4FdKiO6 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txV4FdKiO6 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txV4FdKiO6 .modal-backdrop.fade {
  opacity: 0;
}
.cid-txV4FdKiO6 .modal-backdrop.show {
  opacity: .5;
}
.cid-txV4FdKiO6 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txV4FdKiO6 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txV4FdKiO6 .modal-header {
    padding: 1rem;
  }
}
.cid-txV4FdKiO6 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txV4FdKiO6 .modal-header .close svg {
  fill: #ffffff;
}
.cid-txV4FdKiO6 .modal-header .close:hover {
  opacity: 1;
}
.cid-txV4FdKiO6 .modal-header .close:focus {
  outline: none;
}
.cid-txV4FdKiO6 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txV4FdKiO6 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txV4FdKiO6 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txV4FdKiO6 .modal-body {
    padding: 1rem;
  }
}
.cid-txV4FdKiO6 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txV4FdKiO6 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txV4FdKiO6 .modal-footer {
    padding: 1rem;
  }
}
.cid-txV4FdKiO6 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txV4FdKiO6 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txV4FdKiO6 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txV4FdKiO6 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txV4FdKiO6 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txV4FdKiO6 .modal-lg,
  .cid-txV4FdKiO6 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txV4FdKiO6 .modal-xl {
    max-width: 1140px;
  }
}
.cid-txV4FdKiO6 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txV4FdKiO6 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txV4FdKiO6 .form-group {
  margin-bottom: 1rem;
}
.cid-txV4FdKiO6 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txV4FdKiO6 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txV4FdKiO6 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txV4FdKiO6 .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txV4FdKiO6 .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txV4Few9HD {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txV4Few9HD .mbr-fallback-image.disabled {
  display: none;
}
.cid-txV4Few9HD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txV4Few9HD .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txV4Few9HD .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txV4Few9HD .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txV4Few9HD .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txV4Few9HD .container {
    max-width: 100%;
  }
  .cid-txV4Few9HD .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txV4Few9HD .item-wrap {
  width: 100%;
}
.cid-txV4Few9HD .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txV4Few9HD .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txV4Few9HD .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txV4Few9HD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txV4Few9HD .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txV4Few9HD .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txV4Few9HD .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txV4Few9HD .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txV4Few9HD .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txV4Few9HD .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txV4Few9HD .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txV4Few9HD .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txV4Few9HD .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txV4Few9HD .col-links {
    padding-top: 20px;
  }
}
.cid-txV4Few9HD .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txV4Few9HD .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txV4Few9HD .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txV4Few9HD .list {
    text-align: center !important;
  }
}
.cid-txV4Few9HD .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txV4Few9HD .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txV4Few9HD .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txV4Few9HD .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txV4Few9HD .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txV4Few9HD .list a:hover:before {
  width: 100%;
}
.cid-txV4Few9HD .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txV4Few9HD .col-copyright {
    padding-top: 40px;
  }
}
.cid-txV4Few9HD .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txV4Few9HD .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txV8xxyt3V {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-txV8xxyt3V .mbr-fallback-image.disabled {
  display: none;
}
.cid-txV8xxyt3V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txV8xxyt3V .mbr-text,
.cid-txV8xxyt3V .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-txV8xxyt3V .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-txV8xxyt3V .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-txV8xynmKV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txV8xynmKV .container-fluid {
  padding: 0 3rem;
}
.cid-txV8xynmKV .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-txV8xynmKV .mbr-section-subtitle {
  color: #767676;
}
.cid-txV8xynmKV .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-txV8xynmKV .table-wrapper {
  margin: 0 auto;
}
.cid-txV8xynmKV table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-txV8xynmKV table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-txV8xynmKV table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-txV8xynmKV tr:hover {
  background-color: #efefef !important;
}
.cid-txV8xynmKV .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-txV8xynmKV .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-txV8xynmKV .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-txV8xynmKV .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-txV8xynmKV .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-txV8xynmKV .dataTables_wrapper {
  display: block;
}
.cid-txV8xynmKV .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-txV8xynmKV .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-txV8xynmKV .head-item:after,
.cid-txV8xynmKV .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-txV8xynmKV .dataTables_filter {
    text-align: center;
  }
  .cid-txV8xynmKV .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-txV8xynmKV .dataTables_filter {
    text-align: center;
  }
  .cid-txV8xynmKV .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-txV8xynmKV .container-fluid {
    padding: 0 1rem;
  }
  .cid-txV8xynmKV table th,
  .cid-txV8xynmKV table td {
    padding: .75rem;
  }
}
.cid-txV8xynmKV .body-item {
  text-align: center;
}
.cid-txV8xynmKV .head-item {
  color: #000000;
}
.cid-txV8xynmKV .body-item DIV {
  text-align: center;
}
.cid-txV8xA2yaA {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-txV8xA2yaA .media-container-row {
  margin-top: 0.5rem;
}
.cid-txV8xA2yaA .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-txV8xA2yaA .card-img span {
  color: #ffffff;
}
.cid-txV8xA2yaA .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-txV8xA2yaA .card-title,
.cid-txV8xA2yaA .card-img {
  color: #555555;
}
.cid-txV8xA2yaA .mbr-section-title {
  font-size: 60px;
}
.cid-txV8xA2yaA .mbr-text,
.cid-txV8xA2yaA .mbr-section-btn {
  color: #777777;
}
.cid-txV8xA2yaA .mbr-title,
.cid-txV8xA2yaA .ornament {
  color: #005990;
  text-align: center;
}
.cid-txV8xAA9dK {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-txV8xAA9dK img,
.cid-txV8xAA9dK .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txV8xAA9dK .item:focus,
.cid-txV8xAA9dK span:focus {
  outline: none;
}
.cid-txV8xAA9dK .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txV8xAA9dK .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txV8xAA9dK .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txV8xAA9dK .item-img {
    padding: 1rem;
  }
}
.cid-txV8xAA9dK .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txV8xAA9dK .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txV8xAA9dK .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txV8xAA9dK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txV8xAA9dK .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txV8xAA9dK .mbr-text,
.cid-txV8xAA9dK .mbr-section-btn {
  text-align: center;
}
.cid-txV8xAA9dK .item-title {
  text-align: center;
}
.cid-txV8xAA9dK .item-subtitle {
  text-align: center;
}
.cid-txV8xCfmbA.popup-builder {
  background-color: #ffffff;
}
.cid-txV8xCfmbA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txV8xCfmbA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txV8xCfmbA .modal-content,
.cid-txV8xCfmbA .modal-dialog {
  height: auto;
}
.cid-txV8xCfmbA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txV8xCfmbA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txV8xCfmbA .form-wrapper .mbr-form .form-group,
  .cid-txV8xCfmbA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txV8xCfmbA .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txV8xCfmbA .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txV8xCfmbA .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txV8xCfmbA .pt-0 {
  padding-top: 0 !important;
}
.cid-txV8xCfmbA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txV8xCfmbA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txV8xCfmbA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txV8xCfmbA .modal-open {
  overflow: hidden;
}
.cid-txV8xCfmbA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txV8xCfmbA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txV8xCfmbA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txV8xCfmbA .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txV8xCfmbA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txV8xCfmbA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txV8xCfmbA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txV8xCfmbA .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txV8xCfmbA .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txV8xCfmbA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txV8xCfmbA .modal-backdrop.fade {
  opacity: 0;
}
.cid-txV8xCfmbA .modal-backdrop.show {
  opacity: .5;
}
.cid-txV8xCfmbA .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txV8xCfmbA .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txV8xCfmbA .modal-header {
    padding: 1rem;
  }
}
.cid-txV8xCfmbA .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txV8xCfmbA .modal-header .close svg {
  fill: #ffffff;
}
.cid-txV8xCfmbA .modal-header .close:hover {
  opacity: 1;
}
.cid-txV8xCfmbA .modal-header .close:focus {
  outline: none;
}
.cid-txV8xCfmbA .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txV8xCfmbA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txV8xCfmbA .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txV8xCfmbA .modal-body {
    padding: 1rem;
  }
}
.cid-txV8xCfmbA .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txV8xCfmbA .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txV8xCfmbA .modal-footer {
    padding: 1rem;
  }
}
.cid-txV8xCfmbA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txV8xCfmbA .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txV8xCfmbA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txV8xCfmbA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txV8xCfmbA .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txV8xCfmbA .modal-lg,
  .cid-txV8xCfmbA .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txV8xCfmbA .modal-xl {
    max-width: 1140px;
  }
}
.cid-txV8xCfmbA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txV8xCfmbA .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txV8xCfmbA .form-group {
  margin-bottom: 1rem;
}
.cid-txV8xCfmbA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txV8xCfmbA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txV8xCfmbA .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txV8xCfmbA .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txV8xCfmbA .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txV8xD3FDZ {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txV8xD3FDZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-txV8xD3FDZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txV8xD3FDZ .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txV8xD3FDZ .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txV8xD3FDZ .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txV8xD3FDZ .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txV8xD3FDZ .container {
    max-width: 100%;
  }
  .cid-txV8xD3FDZ .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txV8xD3FDZ .item-wrap {
  width: 100%;
}
.cid-txV8xD3FDZ .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txV8xD3FDZ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txV8xD3FDZ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txV8xD3FDZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txV8xD3FDZ .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txV8xD3FDZ .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txV8xD3FDZ .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txV8xD3FDZ .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txV8xD3FDZ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txV8xD3FDZ .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txV8xD3FDZ .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txV8xD3FDZ .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txV8xD3FDZ .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txV8xD3FDZ .col-links {
    padding-top: 20px;
  }
}
.cid-txV8xD3FDZ .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txV8xD3FDZ .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txV8xD3FDZ .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txV8xD3FDZ .list {
    text-align: center !important;
  }
}
.cid-txV8xD3FDZ .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txV8xD3FDZ .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txV8xD3FDZ .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txV8xD3FDZ .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txV8xD3FDZ .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txV8xD3FDZ .list a:hover:before {
  width: 100%;
}
.cid-txV8xD3FDZ .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txV8xD3FDZ .col-copyright {
    padding-top: 40px;
  }
}
.cid-txV8xD3FDZ .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txV8xD3FDZ .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txVb7jctHz {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-txVb7jctHz .mbr-fallback-image.disabled {
  display: none;
}
.cid-txVb7jctHz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txVb7jctHz .mbr-text,
.cid-txVb7jctHz .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-txVb7jctHz .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-txVb7jctHz .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-txVb7kb6Xs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txVb7kb6Xs .container-fluid {
  padding: 0 3rem;
}
.cid-txVb7kb6Xs .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-txVb7kb6Xs .mbr-section-subtitle {
  color: #767676;
}
.cid-txVb7kb6Xs .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-txVb7kb6Xs .table-wrapper {
  margin: 0 auto;
}
.cid-txVb7kb6Xs table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-txVb7kb6Xs table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-txVb7kb6Xs table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-txVb7kb6Xs tr:hover {
  background-color: #efefef !important;
}
.cid-txVb7kb6Xs .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-txVb7kb6Xs .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-txVb7kb6Xs .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-txVb7kb6Xs .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-txVb7kb6Xs .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-txVb7kb6Xs .dataTables_wrapper {
  display: block;
}
.cid-txVb7kb6Xs .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-txVb7kb6Xs .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-txVb7kb6Xs .head-item:after,
.cid-txVb7kb6Xs .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-txVb7kb6Xs .dataTables_filter {
    text-align: center;
  }
  .cid-txVb7kb6Xs .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-txVb7kb6Xs .dataTables_filter {
    text-align: center;
  }
  .cid-txVb7kb6Xs .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-txVb7kb6Xs .container-fluid {
    padding: 0 1rem;
  }
  .cid-txVb7kb6Xs table th,
  .cid-txVb7kb6Xs table td {
    padding: .75rem;
  }
}
.cid-txVb7kb6Xs .body-item {
  text-align: center;
}
.cid-txVb7kb6Xs .head-item {
  color: #000000;
}
.cid-txVb7kb6Xs .body-item DIV {
  text-align: center;
}
.cid-txVb7lRZhJ {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-txVb7lRZhJ .media-container-row {
  margin-top: 0.5rem;
}
.cid-txVb7lRZhJ .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-txVb7lRZhJ .card-img span {
  color: #ffffff;
}
.cid-txVb7lRZhJ .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-txVb7lRZhJ .card-title,
.cid-txVb7lRZhJ .card-img {
  color: #555555;
}
.cid-txVb7lRZhJ .mbr-section-title {
  font-size: 60px;
}
.cid-txVb7lRZhJ .mbr-text,
.cid-txVb7lRZhJ .mbr-section-btn {
  color: #777777;
}
.cid-txVb7lRZhJ .mbr-title,
.cid-txVb7lRZhJ .ornament {
  color: #005990;
  text-align: center;
}
.cid-txVb7mqtH2 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-txVb7mqtH2 img,
.cid-txVb7mqtH2 .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txVb7mqtH2 .item:focus,
.cid-txVb7mqtH2 span:focus {
  outline: none;
}
.cid-txVb7mqtH2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txVb7mqtH2 .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txVb7mqtH2 .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txVb7mqtH2 .item-img {
    padding: 1rem;
  }
}
.cid-txVb7mqtH2 .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txVb7mqtH2 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txVb7mqtH2 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txVb7mqtH2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txVb7mqtH2 .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txVb7mqtH2 .mbr-text,
.cid-txVb7mqtH2 .mbr-section-btn {
  text-align: center;
}
.cid-txVb7mqtH2 .item-title {
  text-align: center;
}
.cid-txVb7mqtH2 .item-subtitle {
  text-align: center;
}
.cid-txVb7o3jah.popup-builder {
  background-color: #ffffff;
}
.cid-txVb7o3jah.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txVb7o3jah.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txVb7o3jah .modal-content,
.cid-txVb7o3jah .modal-dialog {
  height: auto;
}
.cid-txVb7o3jah .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txVb7o3jah .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txVb7o3jah .form-wrapper .mbr-form .form-group,
  .cid-txVb7o3jah .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txVb7o3jah .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txVb7o3jah .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txVb7o3jah .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txVb7o3jah .pt-0 {
  padding-top: 0 !important;
}
.cid-txVb7o3jah .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txVb7o3jah .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txVb7o3jah .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txVb7o3jah .modal-open {
  overflow: hidden;
}
.cid-txVb7o3jah .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txVb7o3jah .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txVb7o3jah .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txVb7o3jah .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txVb7o3jah .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txVb7o3jah .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txVb7o3jah .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txVb7o3jah .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txVb7o3jah .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txVb7o3jah .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txVb7o3jah .modal-backdrop.fade {
  opacity: 0;
}
.cid-txVb7o3jah .modal-backdrop.show {
  opacity: .5;
}
.cid-txVb7o3jah .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txVb7o3jah .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txVb7o3jah .modal-header {
    padding: 1rem;
  }
}
.cid-txVb7o3jah .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txVb7o3jah .modal-header .close svg {
  fill: #ffffff;
}
.cid-txVb7o3jah .modal-header .close:hover {
  opacity: 1;
}
.cid-txVb7o3jah .modal-header .close:focus {
  outline: none;
}
.cid-txVb7o3jah .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txVb7o3jah .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txVb7o3jah .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txVb7o3jah .modal-body {
    padding: 1rem;
  }
}
.cid-txVb7o3jah .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txVb7o3jah .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txVb7o3jah .modal-footer {
    padding: 1rem;
  }
}
.cid-txVb7o3jah .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txVb7o3jah .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txVb7o3jah .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txVb7o3jah .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txVb7o3jah .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txVb7o3jah .modal-lg,
  .cid-txVb7o3jah .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txVb7o3jah .modal-xl {
    max-width: 1140px;
  }
}
.cid-txVb7o3jah .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txVb7o3jah .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txVb7o3jah .form-group {
  margin-bottom: 1rem;
}
.cid-txVb7o3jah .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txVb7o3jah .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txVb7o3jah .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txVb7o3jah .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txVb7o3jah .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txVb7oQ29u {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txVb7oQ29u .mbr-fallback-image.disabled {
  display: none;
}
.cid-txVb7oQ29u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txVb7oQ29u .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txVb7oQ29u .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txVb7oQ29u .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txVb7oQ29u .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txVb7oQ29u .container {
    max-width: 100%;
  }
  .cid-txVb7oQ29u .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txVb7oQ29u .item-wrap {
  width: 100%;
}
.cid-txVb7oQ29u .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txVb7oQ29u .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txVb7oQ29u .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txVb7oQ29u .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txVb7oQ29u .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txVb7oQ29u .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txVb7oQ29u .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txVb7oQ29u .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txVb7oQ29u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txVb7oQ29u .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txVb7oQ29u .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txVb7oQ29u .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txVb7oQ29u .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txVb7oQ29u .col-links {
    padding-top: 20px;
  }
}
.cid-txVb7oQ29u .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txVb7oQ29u .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txVb7oQ29u .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txVb7oQ29u .list {
    text-align: center !important;
  }
}
.cid-txVb7oQ29u .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txVb7oQ29u .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txVb7oQ29u .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txVb7oQ29u .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txVb7oQ29u .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txVb7oQ29u .list a:hover:before {
  width: 100%;
}
.cid-txVb7oQ29u .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txVb7oQ29u .col-copyright {
    padding-top: 40px;
  }
}
.cid-txVb7oQ29u .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txVb7oQ29u .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txWWiohUNL {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-txWWiohUNL .mbr-fallback-image.disabled {
  display: none;
}
.cid-txWWiohUNL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txWWiohUNL .mbr-text,
.cid-txWWiohUNL .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-txWWiohUNL .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-txWWiohUNL .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-txWWip6KsC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txWWip6KsC .container-fluid {
  padding: 0 3rem;
}
.cid-txWWip6KsC .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-txWWip6KsC .mbr-section-subtitle {
  color: #767676;
}
.cid-txWWip6KsC .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-txWWip6KsC .table-wrapper {
  margin: 0 auto;
}
.cid-txWWip6KsC table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-txWWip6KsC table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-txWWip6KsC table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-txWWip6KsC tr:hover {
  background-color: #efefef !important;
}
.cid-txWWip6KsC .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-txWWip6KsC .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-txWWip6KsC .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-txWWip6KsC .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-txWWip6KsC .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-txWWip6KsC .dataTables_wrapper {
  display: block;
}
.cid-txWWip6KsC .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-txWWip6KsC .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-txWWip6KsC .head-item:after,
.cid-txWWip6KsC .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-txWWip6KsC .dataTables_filter {
    text-align: center;
  }
  .cid-txWWip6KsC .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-txWWip6KsC .dataTables_filter {
    text-align: center;
  }
  .cid-txWWip6KsC .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-txWWip6KsC .container-fluid {
    padding: 0 1rem;
  }
  .cid-txWWip6KsC table th,
  .cid-txWWip6KsC table td {
    padding: .75rem;
  }
}
.cid-txWWip6KsC .body-item {
  text-align: center;
}
.cid-txWWip6KsC .head-item {
  color: #000000;
}
.cid-txWWip6KsC .body-item DIV {
  text-align: center;
}
.cid-txX8XukFkN {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-txX8XukFkN .media-container-row {
  margin-top: 0.5rem;
}
.cid-txX8XukFkN .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-txX8XukFkN .card-img span {
  color: #ffffff;
}
.cid-txX8XukFkN .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-txX8XukFkN .card-title,
.cid-txX8XukFkN .card-img {
  color: #555555;
}
.cid-txX8XukFkN .mbr-section-title {
  font-size: 60px;
}
.cid-txX8XukFkN .mbr-text,
.cid-txX8XukFkN .mbr-section-btn {
  color: #777777;
}
.cid-txX8XukFkN .mbr-title,
.cid-txX8XukFkN .ornament {
  color: #005990;
  text-align: center;
}
.cid-txWWiqjcBM {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-txWWiqjcBM img,
.cid-txWWiqjcBM .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txWWiqjcBM .item:focus,
.cid-txWWiqjcBM span:focus {
  outline: none;
}
.cid-txWWiqjcBM .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txWWiqjcBM .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txWWiqjcBM .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txWWiqjcBM .item-img {
    padding: 1rem;
  }
}
.cid-txWWiqjcBM .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txWWiqjcBM .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txWWiqjcBM .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txWWiqjcBM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txWWiqjcBM .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txWWiqjcBM .mbr-text,
.cid-txWWiqjcBM .mbr-section-btn {
  text-align: center;
}
.cid-txWWiqjcBM .item-title {
  text-align: center;
}
.cid-txWWiqjcBM .item-subtitle {
  text-align: center;
}
.cid-txWWirjQi1.popup-builder {
  background-color: #ffffff;
}
.cid-txWWirjQi1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txWWirjQi1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txWWirjQi1 .modal-content,
.cid-txWWirjQi1 .modal-dialog {
  height: auto;
}
.cid-txWWirjQi1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txWWirjQi1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txWWirjQi1 .form-wrapper .mbr-form .form-group,
  .cid-txWWirjQi1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txWWirjQi1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txWWirjQi1 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txWWirjQi1 .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txWWirjQi1 .pt-0 {
  padding-top: 0 !important;
}
.cid-txWWirjQi1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txWWirjQi1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txWWirjQi1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txWWirjQi1 .modal-open {
  overflow: hidden;
}
.cid-txWWirjQi1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txWWirjQi1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txWWirjQi1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txWWirjQi1 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txWWirjQi1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txWWirjQi1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txWWirjQi1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txWWirjQi1 .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txWWirjQi1 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txWWirjQi1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txWWirjQi1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-txWWirjQi1 .modal-backdrop.show {
  opacity: .5;
}
.cid-txWWirjQi1 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txWWirjQi1 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txWWirjQi1 .modal-header {
    padding: 1rem;
  }
}
.cid-txWWirjQi1 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txWWirjQi1 .modal-header .close svg {
  fill: #ffffff;
}
.cid-txWWirjQi1 .modal-header .close:hover {
  opacity: 1;
}
.cid-txWWirjQi1 .modal-header .close:focus {
  outline: none;
}
.cid-txWWirjQi1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txWWirjQi1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txWWirjQi1 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txWWirjQi1 .modal-body {
    padding: 1rem;
  }
}
.cid-txWWirjQi1 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txWWirjQi1 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txWWirjQi1 .modal-footer {
    padding: 1rem;
  }
}
.cid-txWWirjQi1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txWWirjQi1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txWWirjQi1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txWWirjQi1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txWWirjQi1 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txWWirjQi1 .modal-lg,
  .cid-txWWirjQi1 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txWWirjQi1 .modal-xl {
    max-width: 1140px;
  }
}
.cid-txWWirjQi1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txWWirjQi1 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txWWirjQi1 .form-group {
  margin-bottom: 1rem;
}
.cid-txWWirjQi1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txWWirjQi1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txWWirjQi1 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txWWirjQi1 .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txWWirjQi1 .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txWWisBo11 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txWWisBo11 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txWWisBo11 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txWWisBo11 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txWWisBo11 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txWWisBo11 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txWWisBo11 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txWWisBo11 .container {
    max-width: 100%;
  }
  .cid-txWWisBo11 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txWWisBo11 .item-wrap {
  width: 100%;
}
.cid-txWWisBo11 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txWWisBo11 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txWWisBo11 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txWWisBo11 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txWWisBo11 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txWWisBo11 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txWWisBo11 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txWWisBo11 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txWWisBo11 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txWWisBo11 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txWWisBo11 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txWWisBo11 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txWWisBo11 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txWWisBo11 .col-links {
    padding-top: 20px;
  }
}
.cid-txWWisBo11 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txWWisBo11 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txWWisBo11 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txWWisBo11 .list {
    text-align: center !important;
  }
}
.cid-txWWisBo11 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txWWisBo11 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txWWisBo11 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txWWisBo11 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txWWisBo11 .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txWWisBo11 .list a:hover:before {
  width: 100%;
}
.cid-txWWisBo11 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txWWisBo11 .col-copyright {
    padding-top: 40px;
  }
}
.cid-txWWisBo11 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txWWisBo11 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txX6VBvl8L {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-txX6VBvl8L .mbr-fallback-image.disabled {
  display: none;
}
.cid-txX6VBvl8L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txX6VBvl8L .mbr-text,
.cid-txX6VBvl8L .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-txX6VBvl8L .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-txX6VBvl8L .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-txX6VCdwLb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txX6VCdwLb .container-fluid {
  padding: 0 3rem;
}
.cid-txX6VCdwLb .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-txX6VCdwLb .mbr-section-subtitle {
  color: #767676;
}
.cid-txX6VCdwLb .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-txX6VCdwLb .table-wrapper {
  margin: 0 auto;
}
.cid-txX6VCdwLb table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-txX6VCdwLb table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-txX6VCdwLb table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-txX6VCdwLb tr:hover {
  background-color: #efefef !important;
}
.cid-txX6VCdwLb .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-txX6VCdwLb .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-txX6VCdwLb .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-txX6VCdwLb .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-txX6VCdwLb .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-txX6VCdwLb .dataTables_wrapper {
  display: block;
}
.cid-txX6VCdwLb .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-txX6VCdwLb .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-txX6VCdwLb .head-item:after,
.cid-txX6VCdwLb .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-txX6VCdwLb .dataTables_filter {
    text-align: center;
  }
  .cid-txX6VCdwLb .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-txX6VCdwLb .dataTables_filter {
    text-align: center;
  }
  .cid-txX6VCdwLb .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-txX6VCdwLb .container-fluid {
    padding: 0 1rem;
  }
  .cid-txX6VCdwLb table th,
  .cid-txX6VCdwLb table td {
    padding: .75rem;
  }
}
.cid-txX6VCdwLb .body-item {
  text-align: center;
}
.cid-txX6VCdwLb .head-item {
  color: #000000;
}
.cid-txX6VCdwLb .body-item DIV {
  text-align: center;
}
.cid-txXaR0w73F {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-txXaR0w73F .media-container-row {
  margin-top: 0.5rem;
}
.cid-txXaR0w73F .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-txXaR0w73F .card-img span {
  color: #ffffff;
}
.cid-txXaR0w73F .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-txXaR0w73F .card-title,
.cid-txXaR0w73F .card-img {
  color: #555555;
}
.cid-txXaR0w73F .mbr-section-title {
  font-size: 60px;
}
.cid-txXaR0w73F .mbr-text,
.cid-txXaR0w73F .mbr-section-btn {
  color: #777777;
}
.cid-txXaR0w73F .mbr-title,
.cid-txXaR0w73F .ornament {
  color: #005990;
  text-align: center;
}
.cid-txX6VEhRQ1 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-txX6VEhRQ1 img,
.cid-txX6VEhRQ1 .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txX6VEhRQ1 .item:focus,
.cid-txX6VEhRQ1 span:focus {
  outline: none;
}
.cid-txX6VEhRQ1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txX6VEhRQ1 .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txX6VEhRQ1 .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txX6VEhRQ1 .item-img {
    padding: 1rem;
  }
}
.cid-txX6VEhRQ1 .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txX6VEhRQ1 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txX6VEhRQ1 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txX6VEhRQ1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txX6VEhRQ1 .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txX6VEhRQ1 .mbr-text,
.cid-txX6VEhRQ1 .mbr-section-btn {
  text-align: center;
}
.cid-txX6VEhRQ1 .item-title {
  text-align: center;
}
.cid-txX6VEhRQ1 .item-subtitle {
  text-align: center;
}
.cid-txX6VFcDoA.popup-builder {
  background-color: #ffffff;
}
.cid-txX6VFcDoA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txX6VFcDoA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txX6VFcDoA .modal-content,
.cid-txX6VFcDoA .modal-dialog {
  height: auto;
}
.cid-txX6VFcDoA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txX6VFcDoA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txX6VFcDoA .form-wrapper .mbr-form .form-group,
  .cid-txX6VFcDoA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txX6VFcDoA .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txX6VFcDoA .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txX6VFcDoA .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txX6VFcDoA .pt-0 {
  padding-top: 0 !important;
}
.cid-txX6VFcDoA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txX6VFcDoA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txX6VFcDoA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txX6VFcDoA .modal-open {
  overflow: hidden;
}
.cid-txX6VFcDoA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txX6VFcDoA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txX6VFcDoA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txX6VFcDoA .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txX6VFcDoA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txX6VFcDoA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txX6VFcDoA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txX6VFcDoA .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txX6VFcDoA .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txX6VFcDoA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txX6VFcDoA .modal-backdrop.fade {
  opacity: 0;
}
.cid-txX6VFcDoA .modal-backdrop.show {
  opacity: .5;
}
.cid-txX6VFcDoA .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txX6VFcDoA .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txX6VFcDoA .modal-header {
    padding: 1rem;
  }
}
.cid-txX6VFcDoA .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txX6VFcDoA .modal-header .close svg {
  fill: #ffffff;
}
.cid-txX6VFcDoA .modal-header .close:hover {
  opacity: 1;
}
.cid-txX6VFcDoA .modal-header .close:focus {
  outline: none;
}
.cid-txX6VFcDoA .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txX6VFcDoA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txX6VFcDoA .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txX6VFcDoA .modal-body {
    padding: 1rem;
  }
}
.cid-txX6VFcDoA .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txX6VFcDoA .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txX6VFcDoA .modal-footer {
    padding: 1rem;
  }
}
.cid-txX6VFcDoA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txX6VFcDoA .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txX6VFcDoA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txX6VFcDoA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txX6VFcDoA .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txX6VFcDoA .modal-lg,
  .cid-txX6VFcDoA .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txX6VFcDoA .modal-xl {
    max-width: 1140px;
  }
}
.cid-txX6VFcDoA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txX6VFcDoA .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txX6VFcDoA .form-group {
  margin-bottom: 1rem;
}
.cid-txX6VFcDoA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txX6VFcDoA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txX6VFcDoA .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txX6VFcDoA .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txX6VFcDoA .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txX6VGbMzt {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txX6VGbMzt .mbr-fallback-image.disabled {
  display: none;
}
.cid-txX6VGbMzt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txX6VGbMzt .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txX6VGbMzt .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txX6VGbMzt .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txX6VGbMzt .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txX6VGbMzt .container {
    max-width: 100%;
  }
  .cid-txX6VGbMzt .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txX6VGbMzt .item-wrap {
  width: 100%;
}
.cid-txX6VGbMzt .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txX6VGbMzt .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txX6VGbMzt .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txX6VGbMzt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txX6VGbMzt .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txX6VGbMzt .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txX6VGbMzt .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txX6VGbMzt .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txX6VGbMzt .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txX6VGbMzt .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txX6VGbMzt .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txX6VGbMzt .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txX6VGbMzt .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txX6VGbMzt .col-links {
    padding-top: 20px;
  }
}
.cid-txX6VGbMzt .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txX6VGbMzt .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txX6VGbMzt .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txX6VGbMzt .list {
    text-align: center !important;
  }
}
.cid-txX6VGbMzt .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txX6VGbMzt .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txX6VGbMzt .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txX6VGbMzt .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txX6VGbMzt .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txX6VGbMzt .list a:hover:before {
  width: 100%;
}
.cid-txX6VGbMzt .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txX6VGbMzt .col-copyright {
    padding-top: 40px;
  }
}
.cid-txX6VGbMzt .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txX6VGbMzt .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txXbTeA4IP {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-txXbTeA4IP .mbr-fallback-image.disabled {
  display: none;
}
.cid-txXbTeA4IP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txXbTeA4IP .mbr-text,
.cid-txXbTeA4IP .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-txXbTeA4IP .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-txXbTeA4IP .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-txXbTfgF4X {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txXbTfgF4X .container-fluid {
  padding: 0 3rem;
}
.cid-txXbTfgF4X .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-txXbTfgF4X .mbr-section-subtitle {
  color: #767676;
}
.cid-txXbTfgF4X .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-txXbTfgF4X .table-wrapper {
  margin: 0 auto;
}
.cid-txXbTfgF4X table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-txXbTfgF4X table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-txXbTfgF4X table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-txXbTfgF4X tr:hover {
  background-color: #efefef !important;
}
.cid-txXbTfgF4X .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-txXbTfgF4X .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-txXbTfgF4X .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-txXbTfgF4X .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-txXbTfgF4X .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-txXbTfgF4X .dataTables_wrapper {
  display: block;
}
.cid-txXbTfgF4X .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-txXbTfgF4X .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-txXbTfgF4X .head-item:after,
.cid-txXbTfgF4X .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-txXbTfgF4X .dataTables_filter {
    text-align: center;
  }
  .cid-txXbTfgF4X .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-txXbTfgF4X .dataTables_filter {
    text-align: center;
  }
  .cid-txXbTfgF4X .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-txXbTfgF4X .container-fluid {
    padding: 0 1rem;
  }
  .cid-txXbTfgF4X table th,
  .cid-txXbTfgF4X table td {
    padding: .75rem;
  }
}
.cid-txXbTfgF4X .body-item {
  text-align: center;
}
.cid-txXbTfgF4X .head-item {
  color: #000000;
}
.cid-txXbTfgF4X .body-item DIV {
  text-align: center;
}
.cid-txXbTgJFgc {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-txXbTgJFgc .media-container-row {
  margin-top: 0.5rem;
}
.cid-txXbTgJFgc .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-txXbTgJFgc .card-img span {
  color: #ffffff;
}
.cid-txXbTgJFgc .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-txXbTgJFgc .card-title,
.cid-txXbTgJFgc .card-img {
  color: #555555;
}
.cid-txXbTgJFgc .mbr-section-title {
  font-size: 60px;
}
.cid-txXbTgJFgc .mbr-text,
.cid-txXbTgJFgc .mbr-section-btn {
  color: #777777;
}
.cid-txXbTgJFgc .mbr-title,
.cid-txXbTgJFgc .ornament {
  color: #005990;
  text-align: center;
}
.cid-txXbThibQ4 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-txXbThibQ4 img,
.cid-txXbThibQ4 .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txXbThibQ4 .item:focus,
.cid-txXbThibQ4 span:focus {
  outline: none;
}
.cid-txXbThibQ4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txXbThibQ4 .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txXbThibQ4 .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txXbThibQ4 .item-img {
    padding: 1rem;
  }
}
.cid-txXbThibQ4 .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txXbThibQ4 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txXbThibQ4 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txXbThibQ4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txXbThibQ4 .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txXbThibQ4 .mbr-text,
.cid-txXbThibQ4 .mbr-section-btn {
  text-align: center;
}
.cid-txXbThibQ4 .item-title {
  text-align: center;
}
.cid-txXbThibQ4 .item-subtitle {
  text-align: center;
}
.cid-txXbTi6v43.popup-builder {
  background-color: #ffffff;
}
.cid-txXbTi6v43.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txXbTi6v43.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txXbTi6v43 .modal-content,
.cid-txXbTi6v43 .modal-dialog {
  height: auto;
}
.cid-txXbTi6v43 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txXbTi6v43 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txXbTi6v43 .form-wrapper .mbr-form .form-group,
  .cid-txXbTi6v43 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txXbTi6v43 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txXbTi6v43 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txXbTi6v43 .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txXbTi6v43 .pt-0 {
  padding-top: 0 !important;
}
.cid-txXbTi6v43 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txXbTi6v43 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txXbTi6v43 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txXbTi6v43 .modal-open {
  overflow: hidden;
}
.cid-txXbTi6v43 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txXbTi6v43 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txXbTi6v43 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txXbTi6v43 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txXbTi6v43 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txXbTi6v43 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txXbTi6v43 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txXbTi6v43 .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txXbTi6v43 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txXbTi6v43 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txXbTi6v43 .modal-backdrop.fade {
  opacity: 0;
}
.cid-txXbTi6v43 .modal-backdrop.show {
  opacity: .5;
}
.cid-txXbTi6v43 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txXbTi6v43 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txXbTi6v43 .modal-header {
    padding: 1rem;
  }
}
.cid-txXbTi6v43 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txXbTi6v43 .modal-header .close svg {
  fill: #ffffff;
}
.cid-txXbTi6v43 .modal-header .close:hover {
  opacity: 1;
}
.cid-txXbTi6v43 .modal-header .close:focus {
  outline: none;
}
.cid-txXbTi6v43 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txXbTi6v43 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txXbTi6v43 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txXbTi6v43 .modal-body {
    padding: 1rem;
  }
}
.cid-txXbTi6v43 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txXbTi6v43 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txXbTi6v43 .modal-footer {
    padding: 1rem;
  }
}
.cid-txXbTi6v43 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txXbTi6v43 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txXbTi6v43 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txXbTi6v43 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txXbTi6v43 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txXbTi6v43 .modal-lg,
  .cid-txXbTi6v43 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txXbTi6v43 .modal-xl {
    max-width: 1140px;
  }
}
.cid-txXbTi6v43 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txXbTi6v43 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txXbTi6v43 .form-group {
  margin-bottom: 1rem;
}
.cid-txXbTi6v43 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txXbTi6v43 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txXbTi6v43 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txXbTi6v43 .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txXbTi6v43 .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txXbTiQSqd {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txXbTiQSqd .mbr-fallback-image.disabled {
  display: none;
}
.cid-txXbTiQSqd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txXbTiQSqd .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txXbTiQSqd .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txXbTiQSqd .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txXbTiQSqd .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txXbTiQSqd .container {
    max-width: 100%;
  }
  .cid-txXbTiQSqd .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txXbTiQSqd .item-wrap {
  width: 100%;
}
.cid-txXbTiQSqd .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txXbTiQSqd .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txXbTiQSqd .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txXbTiQSqd .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txXbTiQSqd .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txXbTiQSqd .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txXbTiQSqd .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txXbTiQSqd .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txXbTiQSqd .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txXbTiQSqd .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txXbTiQSqd .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txXbTiQSqd .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txXbTiQSqd .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txXbTiQSqd .col-links {
    padding-top: 20px;
  }
}
.cid-txXbTiQSqd .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txXbTiQSqd .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txXbTiQSqd .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txXbTiQSqd .list {
    text-align: center !important;
  }
}
.cid-txXbTiQSqd .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txXbTiQSqd .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txXbTiQSqd .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txXbTiQSqd .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txXbTiQSqd .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txXbTiQSqd .list a:hover:before {
  width: 100%;
}
.cid-txXbTiQSqd .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txXbTiQSqd .col-copyright {
    padding-top: 40px;
  }
}
.cid-txXbTiQSqd .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txXbTiQSqd .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txXeAYhsC6 {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-txXeAYhsC6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txXeAYhsC6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txXeAYhsC6 .mbr-text,
.cid-txXeAYhsC6 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-txXeAYhsC6 .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-txXeAYhsC6 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-txXeAZalfU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-txXeAZalfU .container-fluid {
  padding: 0 3rem;
}
.cid-txXeAZalfU .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #005990 50%, #4aa9e4 120%);
  display: inline-block;
}
.cid-txXeAZalfU .mbr-section-subtitle {
  color: #767676;
}
.cid-txXeAZalfU .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-txXeAZalfU .table-wrapper {
  margin: 0 auto;
}
.cid-txXeAZalfU table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-txXeAZalfU table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #ffffff;
  color: white;
  vertical-align: middle;
}
.cid-txXeAZalfU table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-txXeAZalfU tr:hover {
  background-color: #efefef !important;
}
.cid-txXeAZalfU .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.cid-txXeAZalfU .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-txXeAZalfU .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-txXeAZalfU .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-txXeAZalfU .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-txXeAZalfU .dataTables_wrapper {
  display: block;
}
.cid-txXeAZalfU .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-txXeAZalfU .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-txXeAZalfU .head-item:after,
.cid-txXeAZalfU .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-txXeAZalfU .dataTables_filter {
    text-align: center;
  }
  .cid-txXeAZalfU .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-txXeAZalfU .dataTables_filter {
    text-align: center;
  }
  .cid-txXeAZalfU .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-txXeAZalfU .container-fluid {
    padding: 0 1rem;
  }
  .cid-txXeAZalfU table th,
  .cid-txXeAZalfU table td {
    padding: .75rem;
  }
}
.cid-txXeAZalfU .body-item {
  text-align: center;
}
.cid-txXeAZalfU .head-item {
  color: #000000;
}
.cid-txXeAZalfU .body-item DIV {
  text-align: center;
}
.cid-txXfX7iNh8 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-txXfX7iNh8 .media-container-row {
  margin-top: 0.5rem;
}
.cid-txXfX7iNh8 .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-txXfX7iNh8 .card-img span {
  color: #ffffff;
}
.cid-txXfX7iNh8 .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-txXfX7iNh8 .card-title,
.cid-txXfX7iNh8 .card-img {
  color: #555555;
}
.cid-txXfX7iNh8 .mbr-section-title {
  font-size: 60px;
}
.cid-txXfX7iNh8 .mbr-text,
.cid-txXfX7iNh8 .mbr-section-btn {
  color: #777777;
}
.cid-txXfX7iNh8 .mbr-title,
.cid-txXfX7iNh8 .ornament {
  color: #005990;
  text-align: center;
}
.cid-txXeB1dc1U {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-txXeB1dc1U img,
.cid-txXeB1dc1U .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-txXeB1dc1U .item:focus,
.cid-txXeB1dc1U span:focus {
  outline: none;
}
.cid-txXeB1dc1U .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-txXeB1dc1U .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-txXeB1dc1U .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-txXeB1dc1U .item-img {
    padding: 1rem;
  }
}
.cid-txXeB1dc1U .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-txXeB1dc1U .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txXeB1dc1U .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-txXeB1dc1U .mbr-section-btn {
  margin-top: auto !important;
}
.cid-txXeB1dc1U .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-txXeB1dc1U .mbr-text,
.cid-txXeB1dc1U .mbr-section-btn {
  text-align: center;
}
.cid-txXeB1dc1U .item-title {
  text-align: center;
}
.cid-txXeB1dc1U .item-subtitle {
  text-align: center;
}
.cid-txXeB233aI.popup-builder {
  background-color: #ffffff;
}
.cid-txXeB233aI.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txXeB233aI.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txXeB233aI .modal-content,
.cid-txXeB233aI .modal-dialog {
  height: auto;
}
.cid-txXeB233aI .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txXeB233aI .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txXeB233aI .form-wrapper .mbr-form .form-group,
  .cid-txXeB233aI .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txXeB233aI .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txXeB233aI .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txXeB233aI .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txXeB233aI .pt-0 {
  padding-top: 0 !important;
}
.cid-txXeB233aI .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txXeB233aI .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txXeB233aI .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txXeB233aI .modal-open {
  overflow: hidden;
}
.cid-txXeB233aI .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txXeB233aI .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txXeB233aI .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txXeB233aI .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txXeB233aI .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txXeB233aI .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txXeB233aI .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txXeB233aI .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txXeB233aI .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txXeB233aI .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txXeB233aI .modal-backdrop.fade {
  opacity: 0;
}
.cid-txXeB233aI .modal-backdrop.show {
  opacity: .5;
}
.cid-txXeB233aI .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txXeB233aI .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txXeB233aI .modal-header {
    padding: 1rem;
  }
}
.cid-txXeB233aI .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txXeB233aI .modal-header .close svg {
  fill: #ffffff;
}
.cid-txXeB233aI .modal-header .close:hover {
  opacity: 1;
}
.cid-txXeB233aI .modal-header .close:focus {
  outline: none;
}
.cid-txXeB233aI .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txXeB233aI .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txXeB233aI .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txXeB233aI .modal-body {
    padding: 1rem;
  }
}
.cid-txXeB233aI .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txXeB233aI .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txXeB233aI .modal-footer {
    padding: 1rem;
  }
}
.cid-txXeB233aI .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txXeB233aI .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txXeB233aI .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txXeB233aI .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txXeB233aI .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txXeB233aI .modal-lg,
  .cid-txXeB233aI .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txXeB233aI .modal-xl {
    max-width: 1140px;
  }
}
.cid-txXeB233aI .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txXeB233aI .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txXeB233aI .form-group {
  margin-bottom: 1rem;
}
.cid-txXeB233aI .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txXeB233aI .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txXeB233aI .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txXeB233aI .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txXeB233aI .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txXeB2Ls36 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txXeB2Ls36 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txXeB2Ls36 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txXeB2Ls36 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txXeB2Ls36 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txXeB2Ls36 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txXeB2Ls36 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txXeB2Ls36 .container {
    max-width: 100%;
  }
  .cid-txXeB2Ls36 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txXeB2Ls36 .item-wrap {
  width: 100%;
}
.cid-txXeB2Ls36 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txXeB2Ls36 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txXeB2Ls36 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txXeB2Ls36 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txXeB2Ls36 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txXeB2Ls36 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txXeB2Ls36 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txXeB2Ls36 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txXeB2Ls36 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txXeB2Ls36 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txXeB2Ls36 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txXeB2Ls36 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txXeB2Ls36 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txXeB2Ls36 .col-links {
    padding-top: 20px;
  }
}
.cid-txXeB2Ls36 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txXeB2Ls36 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txXeB2Ls36 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txXeB2Ls36 .list {
    text-align: center !important;
  }
}
.cid-txXeB2Ls36 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txXeB2Ls36 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txXeB2Ls36 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txXeB2Ls36 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txXeB2Ls36 .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txXeB2Ls36 .list a:hover:before {
  width: 100%;
}
.cid-txXeB2Ls36 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txXeB2Ls36 .col-copyright {
    padding-top: 40px;
  }
}
.cid-txXeB2Ls36 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txXeB2Ls36 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-tzkWt70ySR {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1024x683.jpg");
}
.cid-tzkWt70ySR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzkWt70ySR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzkWt70ySR .mbr-text,
.cid-tzkWt70ySR .mbr-section-btn {
  color: #491414;
  text-align: center;
}
.cid-tzkWt70ySR .mbr-section-title {
  color: #ffffff;
  font-size: 4.5rem;
  font-weight: normal;
  line-height: 1;
  text-align: center;
}
.cid-tzkWt70ySR .mbr-section-subtitle {
  text-align: center;
}
.cid-tzl2jxW9j9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tzl2jxW9j9 .col-lg-8 {
  -ms-flex: 100%;
  flex: 100%;
  max-width: 100%;
}
.cid-tzl2jxW9j9 .title {
  margin-bottom: 2rem;
}
.cid-tzl2jxW9j9 .mbr-section-subtitle {
  color: #767676;
}
.cid-tzl2jxW9j9 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tzl2jxW9j9 a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-tzl2jxW9j9 .form-control {
  font-size: 16px;
}
.cid-tzl2jxW9j9 textarea.form-control {
  min-height: 188px;
}
.cid-tzl2jxW9j9 H2 {
  color: #005990;
  text-align: left;
}
.cid-tzl2jxW9j9 P {
  text-align: left;
}
.cid-tzl2jxW9j9 .btn-secondary,
.cid-tzl2jxW9j9 .btn-secondary:active {
  color: #ffffff !important;
}
.cid-tzl2jxW9j9 .btn-md {
  border-radius: 50px;
}
.cid-tzl2jxW9j9 .btn {
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tpVC862Ghz {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-tpVC862Ghz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpVC862Ghz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpVC862Ghz .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tpVC862Ghz .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tpVC862Ghz .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tpVC862Ghz .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tpVC862Ghz .container {
    max-width: 100%;
  }
  .cid-tpVC862Ghz .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tpVC862Ghz .item-wrap {
  width: 100%;
}
.cid-tpVC862Ghz .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tpVC862Ghz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tpVC862Ghz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tpVC862Ghz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tpVC862Ghz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tpVC862Ghz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tpVC862Ghz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tpVC862Ghz .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tpVC862Ghz .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-tpVC862Ghz .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-tpVC862Ghz .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-tpVC862Ghz .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tpVC862Ghz .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tpVC862Ghz .col-links {
    padding-top: 20px;
  }
}
.cid-tpVC862Ghz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tpVC862Ghz .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tpVC862Ghz .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tpVC862Ghz .list {
    text-align: center !important;
  }
}
.cid-tpVC862Ghz .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tpVC862Ghz .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tpVC862Ghz .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tpVC862Ghz .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-tpVC862Ghz .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-tpVC862Ghz .list a:hover:before {
  width: 100%;
}
.cid-tpVC862Ghz .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tpVC862Ghz .col-copyright {
    padding-top: 40px;
  }
}
.cid-tpVC862Ghz .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-tpVC862Ghz .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-tzmmjr0YFQ {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1623x1080.jpg");
}
.cid-tzmmjr0YFQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzmmjr0YFQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzmmjr0YFQ .mbr-text,
.cid-tzmmjr0YFQ .mbr-section-btn {
  color: #491414;
  text-align: center;
}
.cid-tzmmjr0YFQ .mbr-section-title {
  color: #ffffff;
  font-size: 4.5rem;
  font-weight: normal;
  line-height: 1;
  text-align: center;
}
.cid-tzmmjr0YFQ .mbr-section-subtitle {
  text-align: center;
}
.cid-tzmmjrK7xe {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-tzmmjrK7xe .col-lg-8 {
  -ms-flex: 100%;
  flex: 100%;
  max-width: 100%;
}
.cid-tzmmjrK7xe .title {
  margin-bottom: 2rem;
}
.cid-tzmmjrK7xe .mbr-section-subtitle {
  color: #767676;
}
.cid-tzmmjrK7xe a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tzmmjrK7xe a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-tzmmjrK7xe .form-control {
  font-size: 16px;
}
.cid-tzmmjrK7xe textarea.form-control {
  min-height: 188px;
}
.cid-tzmmjrK7xe H2 {
  color: #005990;
  text-align: left;
}
.cid-tzmmjrK7xe P {
  text-align: left;
}
.cid-tzmmjrK7xe .btn-secondary,
.cid-tzmmjrK7xe .btn-secondary:active {
  color: #ffffff !important;
}
.cid-tzmmjrK7xe .btn-md {
  border-radius: 50px;
}
.cid-tzmmjrK7xe .btn {
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tzmmjtDc8S {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-tzmmjtDc8S .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzmmjtDc8S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzmmjtDc8S .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tzmmjtDc8S .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tzmmjtDc8S .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tzmmjtDc8S .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tzmmjtDc8S .container {
    max-width: 100%;
  }
  .cid-tzmmjtDc8S .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tzmmjtDc8S .item-wrap {
  width: 100%;
}
.cid-tzmmjtDc8S .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tzmmjtDc8S .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tzmmjtDc8S .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tzmmjtDc8S .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tzmmjtDc8S .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tzmmjtDc8S .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tzmmjtDc8S .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tzmmjtDc8S .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tzmmjtDc8S .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-tzmmjtDc8S .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-tzmmjtDc8S .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-tzmmjtDc8S .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tzmmjtDc8S .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tzmmjtDc8S .col-links {
    padding-top: 20px;
  }
}
.cid-tzmmjtDc8S .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tzmmjtDc8S .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tzmmjtDc8S .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tzmmjtDc8S .list {
    text-align: center !important;
  }
}
.cid-tzmmjtDc8S .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tzmmjtDc8S .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tzmmjtDc8S .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tzmmjtDc8S .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-tzmmjtDc8S .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-tzmmjtDc8S .list a:hover:before {
  width: 100%;
}
.cid-tzmmjtDc8S .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tzmmjtDc8S .col-copyright {
    padding-top: 40px;
  }
}
.cid-tzmmjtDc8S .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-tzmmjtDc8S .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-tzO3yQVufp {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-6-1920x1280.jpg");
}
.cid-tzO3yQVufp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzO3yQVufp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzO3yQVufp .mbr-text,
.cid-tzO3yQVufp .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tzO3yQVufp .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-tzO3yQVufp .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tzO3yRuKzh {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-tzO3yRuKzh img,
.cid-tzO3yRuKzh .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-tzO3yRuKzh .item:focus,
.cid-tzO3yRuKzh span:focus {
  outline: none;
}
.cid-tzO3yRuKzh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tzO3yRuKzh .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-tzO3yRuKzh .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tzO3yRuKzh .item-img {
    padding: 1rem;
  }
}
.cid-tzO3yRuKzh .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-tzO3yRuKzh .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tzO3yRuKzh .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tzO3yRuKzh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tzO3yRuKzh .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tzO3yRuKzh .mbr-text,
.cid-tzO3yRuKzh .mbr-section-btn {
  text-align: center;
}
.cid-tzO3yRuKzh .item-title {
  text-align: center;
}
.cid-tzO3yRuKzh .item-subtitle {
  text-align: center;
}
.cid-tzO3ySs1Ez {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-tzO3ySs1Ez img,
.cid-tzO3ySs1Ez .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-tzO3ySs1Ez .item:focus,
.cid-tzO3ySs1Ez span:focus {
  outline: none;
}
.cid-tzO3ySs1Ez .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tzO3ySs1Ez .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-tzO3ySs1Ez .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tzO3ySs1Ez .item-img {
    padding: 1rem;
  }
}
.cid-tzO3ySs1Ez .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-tzO3ySs1Ez .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tzO3ySs1Ez .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tzO3ySs1Ez .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tzO3ySs1Ez .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tzO3ySs1Ez .mbr-text,
.cid-tzO3ySs1Ez .mbr-section-btn {
  text-align: center;
}
.cid-tzO3ySs1Ez .item-title {
  text-align: center;
}
.cid-tzO3ySs1Ez .item-subtitle {
  text-align: center;
}
.cid-tzOg4b4KyQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-tzOg4b4KyQ img,
.cid-tzOg4b4KyQ .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-tzOg4b4KyQ .item:focus,
.cid-tzOg4b4KyQ span:focus {
  outline: none;
}
.cid-tzOg4b4KyQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tzOg4b4KyQ .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-tzOg4b4KyQ .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tzOg4b4KyQ .item-img {
    padding: 1rem;
  }
}
.cid-tzOg4b4KyQ .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-tzOg4b4KyQ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tzOg4b4KyQ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tzOg4b4KyQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tzOg4b4KyQ .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tzOg4b4KyQ .mbr-text,
.cid-tzOg4b4KyQ .mbr-section-btn {
  text-align: center;
}
.cid-tzOg4b4KyQ .item-title {
  text-align: center;
}
.cid-tzOg4b4KyQ .item-subtitle {
  text-align: center;
}
.cid-tzOhuhZeX8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-tzOhuhZeX8 img,
.cid-tzOhuhZeX8 .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-tzOhuhZeX8 .item:focus,
.cid-tzOhuhZeX8 span:focus {
  outline: none;
}
.cid-tzOhuhZeX8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tzOhuhZeX8 .item-img {
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.cid-tzOhuhZeX8 .item-img img {
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tzOhuhZeX8 .item-img {
    padding: 1rem;
  }
}
.cid-tzOhuhZeX8 .item-wrapper {
  position: relative;
  border-radius: 2rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  .cid-tzOhuhZeX8 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tzOhuhZeX8 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tzOhuhZeX8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tzOhuhZeX8 .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tzOhuhZeX8 .mbr-text,
.cid-tzOhuhZeX8 .mbr-section-btn {
  text-align: center;
}
.cid-tzOhuhZeX8 .item-title {
  text-align: center;
}
.cid-tzOhuhZeX8 .item-subtitle {
  text-align: center;
}
.cid-tzO3yUWFDa.popup-builder {
  background-color: #ffffff;
}
.cid-tzO3yUWFDa.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tzO3yUWFDa.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tzO3yUWFDa .modal-content,
.cid-tzO3yUWFDa .modal-dialog {
  height: auto;
}
.cid-tzO3yUWFDa .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tzO3yUWFDa .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tzO3yUWFDa .form-wrapper .mbr-form .form-group,
  .cid-tzO3yUWFDa .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tzO3yUWFDa .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tzO3yUWFDa .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tzO3yUWFDa .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-tzO3yUWFDa .pt-0 {
  padding-top: 0 !important;
}
.cid-tzO3yUWFDa .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tzO3yUWFDa .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tzO3yUWFDa .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tzO3yUWFDa .modal-open {
  overflow: hidden;
}
.cid-tzO3yUWFDa .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tzO3yUWFDa .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tzO3yUWFDa .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tzO3yUWFDa .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tzO3yUWFDa .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tzO3yUWFDa .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tzO3yUWFDa .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tzO3yUWFDa .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tzO3yUWFDa .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tzO3yUWFDa .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tzO3yUWFDa .modal-backdrop.fade {
  opacity: 0;
}
.cid-tzO3yUWFDa .modal-backdrop.show {
  opacity: .5;
}
.cid-tzO3yUWFDa .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tzO3yUWFDa .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tzO3yUWFDa .modal-header {
    padding: 1rem;
  }
}
.cid-tzO3yUWFDa .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tzO3yUWFDa .modal-header .close svg {
  fill: #ffffff;
}
.cid-tzO3yUWFDa .modal-header .close:hover {
  opacity: 1;
}
.cid-tzO3yUWFDa .modal-header .close:focus {
  outline: none;
}
.cid-tzO3yUWFDa .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tzO3yUWFDa .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tzO3yUWFDa .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tzO3yUWFDa .modal-body {
    padding: 1rem;
  }
}
.cid-tzO3yUWFDa .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tzO3yUWFDa .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tzO3yUWFDa .modal-footer {
    padding: 1rem;
  }
}
.cid-tzO3yUWFDa .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tzO3yUWFDa .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tzO3yUWFDa .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tzO3yUWFDa .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tzO3yUWFDa .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tzO3yUWFDa .modal-lg,
  .cid-tzO3yUWFDa .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tzO3yUWFDa .modal-xl {
    max-width: 1140px;
  }
}
.cid-tzO3yUWFDa .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tzO3yUWFDa .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tzO3yUWFDa .form-group {
  margin-bottom: 1rem;
}
.cid-tzO3yUWFDa .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tzO3yUWFDa .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tzO3yUWFDa .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tzO3yUWFDa .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-tzO3yUWFDa .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-tzO3yVMGMR {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-tzO3yVMGMR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzO3yVMGMR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzO3yVMGMR .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tzO3yVMGMR .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tzO3yVMGMR .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tzO3yVMGMR .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tzO3yVMGMR .container {
    max-width: 100%;
  }
  .cid-tzO3yVMGMR .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tzO3yVMGMR .item-wrap {
  width: 100%;
}
.cid-tzO3yVMGMR .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tzO3yVMGMR .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tzO3yVMGMR .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tzO3yVMGMR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tzO3yVMGMR .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tzO3yVMGMR .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tzO3yVMGMR .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tzO3yVMGMR .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tzO3yVMGMR .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-tzO3yVMGMR .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-tzO3yVMGMR .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-tzO3yVMGMR .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tzO3yVMGMR .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tzO3yVMGMR .col-links {
    padding-top: 20px;
  }
}
.cid-tzO3yVMGMR .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tzO3yVMGMR .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tzO3yVMGMR .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tzO3yVMGMR .list {
    text-align: center !important;
  }
}
.cid-tzO3yVMGMR .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tzO3yVMGMR .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tzO3yVMGMR .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tzO3yVMGMR .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-tzO3yVMGMR .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-tzO3yVMGMR .list a:hover:before {
  width: 100%;
}
.cid-tzO3yVMGMR .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tzO3yVMGMR .col-copyright {
    padding-top: 40px;
  }
}
.cid-tzO3yVMGMR .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-tzO3yVMGMR .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txn1TrB5lv {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background11-1920x1440.jpg");
}
.cid-txn1TrB5lv .mbr-fallback-image.disabled {
  display: none;
}
.cid-txn1TrB5lv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txn1TrB5lv .mbr-text,
.cid-txn1TrB5lv .mbr-section-btn {
  color: #491414;
  text-align: center;
}
.cid-txn1TrB5lv .mbr-section-title {
  color: #ffffff;
  font-size: 4.5rem;
  font-weight: normal;
  line-height: 1;
  text-align: center;
}
.cid-txn1TrB5lv .mbr-section-subtitle {
  text-align: center;
}
.cid-txn7bTfkN8 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-txn7bTfkN8 .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #e26464;
  margin-bottom: 1rem;
}
.cid-txn7bTfkN8 .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-txn7bTfkN8 .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-txn7bTfkN8 .card-wrapper {
  transition: all 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2.5rem 2rem;
  background: transparent;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}
.cid-txn7bTfkN8 .card-wrapper:hover {
  background: #f4f4f4;
}
.cid-txn7bTfkN8 .card-title,
.cid-txn7bTfkN8 .card-box {
  color: #000000;
  text-align: center;
}
.cid-txn7bTfkN8 .main-title,
.cid-txn7bTfkN8 .title-col {
  text-align: center;
  color: #000000;
}
.cid-txn7bTfkN8 .card-text {
  color: #353535;
  text-align: center;
}
.cid-txn7bTfkN8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txn7bTfkN8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txsLDN8enW {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-txsLDN8enW .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #0095ff;
  margin-bottom: 1rem;
}
.cid-txsLDN8enW .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-txsLDN8enW .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-txsLDN8enW .card-wrapper {
  transition: all 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2.5rem 2rem;
  background: transparent;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}
.cid-txsLDN8enW .card-wrapper:hover {
  background: #f4f4f4;
}
.cid-txsLDN8enW .card-title,
.cid-txsLDN8enW .card-box {
  color: #000000;
  text-align: center;
}
.cid-txsLDN8enW .main-title,
.cid-txsLDN8enW .title-col {
  text-align: center;
  color: #000000;
}
.cid-txsLDN8enW .card-text {
  color: #353535;
  text-align: center;
}
.cid-txsLDN8enW .mbr-fallback-image.disabled {
  display: none;
}
.cid-txsLDN8enW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txn1TumIZP.popup-builder {
  background-color: #ffffff;
}
.cid-txn1TumIZP.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txn1TumIZP.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txn1TumIZP .modal-content,
.cid-txn1TumIZP .modal-dialog {
  height: auto;
}
.cid-txn1TumIZP .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txn1TumIZP .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txn1TumIZP .form-wrapper .mbr-form .form-group,
  .cid-txn1TumIZP .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txn1TumIZP .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txn1TumIZP .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txn1TumIZP .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txn1TumIZP .pt-0 {
  padding-top: 0 !important;
}
.cid-txn1TumIZP .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txn1TumIZP .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txn1TumIZP .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txn1TumIZP .modal-open {
  overflow: hidden;
}
.cid-txn1TumIZP .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txn1TumIZP .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txn1TumIZP .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txn1TumIZP .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txn1TumIZP .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txn1TumIZP .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txn1TumIZP .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txn1TumIZP .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txn1TumIZP .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txn1TumIZP .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txn1TumIZP .modal-backdrop.fade {
  opacity: 0;
}
.cid-txn1TumIZP .modal-backdrop.show {
  opacity: .5;
}
.cid-txn1TumIZP .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txn1TumIZP .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txn1TumIZP .modal-header {
    padding: 1rem;
  }
}
.cid-txn1TumIZP .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txn1TumIZP .modal-header .close svg {
  fill: #ffffff;
}
.cid-txn1TumIZP .modal-header .close:hover {
  opacity: 1;
}
.cid-txn1TumIZP .modal-header .close:focus {
  outline: none;
}
.cid-txn1TumIZP .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txn1TumIZP .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txn1TumIZP .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txn1TumIZP .modal-body {
    padding: 1rem;
  }
}
.cid-txn1TumIZP .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txn1TumIZP .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txn1TumIZP .modal-footer {
    padding: 1rem;
  }
}
.cid-txn1TumIZP .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txn1TumIZP .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txn1TumIZP .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txn1TumIZP .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txn1TumIZP .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txn1TumIZP .modal-lg,
  .cid-txn1TumIZP .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txn1TumIZP .modal-xl {
    max-width: 1140px;
  }
}
.cid-txn1TumIZP .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txn1TumIZP .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txn1TumIZP .form-group {
  margin-bottom: 1rem;
}
.cid-txn1TumIZP .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txn1TumIZP .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txn1TumIZP .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txn1TumIZP .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txn1TumIZP .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txn1TvfHuD {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txn1TvfHuD .mbr-fallback-image.disabled {
  display: none;
}
.cid-txn1TvfHuD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txn1TvfHuD .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txn1TvfHuD .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txn1TvfHuD .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txn1TvfHuD .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txn1TvfHuD .container {
    max-width: 100%;
  }
  .cid-txn1TvfHuD .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txn1TvfHuD .item-wrap {
  width: 100%;
}
.cid-txn1TvfHuD .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txn1TvfHuD .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txn1TvfHuD .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txn1TvfHuD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txn1TvfHuD .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txn1TvfHuD .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txn1TvfHuD .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txn1TvfHuD .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txn1TvfHuD .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txn1TvfHuD .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txn1TvfHuD .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txn1TvfHuD .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txn1TvfHuD .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txn1TvfHuD .col-links {
    padding-top: 20px;
  }
}
.cid-txn1TvfHuD .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txn1TvfHuD .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txn1TvfHuD .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txn1TvfHuD .list {
    text-align: center !important;
  }
}
.cid-txn1TvfHuD .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txn1TvfHuD .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txn1TvfHuD .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txn1TvfHuD .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txn1TvfHuD .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txn1TvfHuD .list a:hover:before {
  width: 100%;
}
.cid-txn1TvfHuD .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txn1TvfHuD .col-copyright {
    padding-top: 40px;
  }
}
.cid-txn1TvfHuD .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txn1TvfHuD .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-tzPYK8DtLr {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-tzPYK8DtLr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzPYK8DtLr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzPYK8DtLr .mbr-text,
.cid-tzPYK8DtLr .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tzPYK8DtLr .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-tzPYK8DtLr .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tzQip4SJfb {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tzQip4SJfb .card-wrapper {
  border-radius: 4px;
}
.cid-tzQip4SJfb .card-subtitle {
  color: #0095ff;
}
.cid-tzQip4SJfb .mbr-text,
.cid-tzQip4SJfb .card-subtitle {
  color: #232323;
}
.cid-tzQip4SJfb img {
  border-radius: 6px;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tzQip4SJfb img {
    margin-bottom: 2rem;
  }
}
.cid-tzQip4SJfb .title .mbr-section-subtitle,
.cid-tzQip4SJfb .title .mbr-section-btn {
  text-align: center;
}
.cid-tzQip4SJfb .title .mbr-section-title,
.cid-tzQip4SJfb .title .mbr-section-btn {
  text-align: center;
}
.cid-tzQip4SJfb .btn-info-outline:hover,
.cid-tzQip4SJfb .btn-info-outline:active:hover {
  color: #4AA9E4 !important;
  background-color: #ffffff !important;
  border: 2px solid #4AA9E4 !important;
}
.cid-tzTJSY2VVw {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tzTJSY2VVw .card-wrapper {
  border-radius: 4px;
}
.cid-tzTJSY2VVw .card-subtitle {
  color: #0095ff;
}
.cid-tzTJSY2VVw .mbr-text,
.cid-tzTJSY2VVw .card-subtitle {
  color: #232323;
}
.cid-tzTJSY2VVw img {
  border-radius: 6px;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tzTJSY2VVw img {
    margin-bottom: 2rem;
  }
}
.cid-tzTJSY2VVw .title .mbr-section-subtitle,
.cid-tzTJSY2VVw .title .mbr-section-btn {
  text-align: center;
}
.cid-tzTJSY2VVw .title .mbr-section-title,
.cid-tzTJSY2VVw .title .mbr-section-btn {
  text-align: center;
}
.cid-tzTJSY2VVw .btn-info-outline:hover,
.cid-tzTJSY2VVw .btn-info-outline:active:hover {
  color: #4AA9E4 !important;
  background-color: #ffffff !important;
  border: 2px solid #4AA9E4 !important;
}
.cid-tzPYKdSzAH.popup-builder {
  background-color: #ffffff;
}
.cid-tzPYKdSzAH.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tzPYKdSzAH.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tzPYKdSzAH .modal-content,
.cid-tzPYKdSzAH .modal-dialog {
  height: auto;
}
.cid-tzPYKdSzAH .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tzPYKdSzAH .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tzPYKdSzAH .form-wrapper .mbr-form .form-group,
  .cid-tzPYKdSzAH .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tzPYKdSzAH .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tzPYKdSzAH .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tzPYKdSzAH .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-tzPYKdSzAH .pt-0 {
  padding-top: 0 !important;
}
.cid-tzPYKdSzAH .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tzPYKdSzAH .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tzPYKdSzAH .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tzPYKdSzAH .modal-open {
  overflow: hidden;
}
.cid-tzPYKdSzAH .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tzPYKdSzAH .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tzPYKdSzAH .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tzPYKdSzAH .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tzPYKdSzAH .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tzPYKdSzAH .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tzPYKdSzAH .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tzPYKdSzAH .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tzPYKdSzAH .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tzPYKdSzAH .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tzPYKdSzAH .modal-backdrop.fade {
  opacity: 0;
}
.cid-tzPYKdSzAH .modal-backdrop.show {
  opacity: .5;
}
.cid-tzPYKdSzAH .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tzPYKdSzAH .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tzPYKdSzAH .modal-header {
    padding: 1rem;
  }
}
.cid-tzPYKdSzAH .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tzPYKdSzAH .modal-header .close svg {
  fill: #ffffff;
}
.cid-tzPYKdSzAH .modal-header .close:hover {
  opacity: 1;
}
.cid-tzPYKdSzAH .modal-header .close:focus {
  outline: none;
}
.cid-tzPYKdSzAH .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tzPYKdSzAH .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tzPYKdSzAH .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tzPYKdSzAH .modal-body {
    padding: 1rem;
  }
}
.cid-tzPYKdSzAH .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tzPYKdSzAH .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tzPYKdSzAH .modal-footer {
    padding: 1rem;
  }
}
.cid-tzPYKdSzAH .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tzPYKdSzAH .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tzPYKdSzAH .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tzPYKdSzAH .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tzPYKdSzAH .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tzPYKdSzAH .modal-lg,
  .cid-tzPYKdSzAH .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tzPYKdSzAH .modal-xl {
    max-width: 1140px;
  }
}
.cid-tzPYKdSzAH .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tzPYKdSzAH .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tzPYKdSzAH .form-group {
  margin-bottom: 1rem;
}
.cid-tzPYKdSzAH .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tzPYKdSzAH .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tzPYKdSzAH .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tzPYKdSzAH .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-tzPYKdSzAH .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-tzPYKeXmat {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-tzPYKeXmat .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzPYKeXmat .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzPYKeXmat .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tzPYKeXmat .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tzPYKeXmat .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tzPYKeXmat .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tzPYKeXmat .container {
    max-width: 100%;
  }
  .cid-tzPYKeXmat .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tzPYKeXmat .item-wrap {
  width: 100%;
}
.cid-tzPYKeXmat .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tzPYKeXmat .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tzPYKeXmat .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tzPYKeXmat .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tzPYKeXmat .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tzPYKeXmat .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tzPYKeXmat .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tzPYKeXmat .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tzPYKeXmat .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-tzPYKeXmat .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-tzPYKeXmat .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-tzPYKeXmat .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tzPYKeXmat .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tzPYKeXmat .col-links {
    padding-top: 20px;
  }
}
.cid-tzPYKeXmat .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tzPYKeXmat .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tzPYKeXmat .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tzPYKeXmat .list {
    text-align: center !important;
  }
}
.cid-tzPYKeXmat .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tzPYKeXmat .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tzPYKeXmat .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tzPYKeXmat .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-tzPYKeXmat .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-tzPYKeXmat .list a:hover:before {
  width: 100%;
}
.cid-tzPYKeXmat .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tzPYKeXmat .col-copyright {
    padding-top: 40px;
  }
}
.cid-tzPYKeXmat .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-tzPYKeXmat .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-tzU0cAu1W0 {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-tzU0cAu1W0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzU0cAu1W0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzU0cAu1W0 .mbr-text,
.cid-tzU0cAu1W0 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tzU0cAu1W0 .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-tzU0cAu1W0 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tzU0cBuUof {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tzU0cBuUof .card-wrapper {
  border-radius: 4px;
}
.cid-tzU0cBuUof .card-subtitle {
  color: #0095ff;
}
.cid-tzU0cBuUof .mbr-text,
.cid-tzU0cBuUof .card-subtitle {
  color: #232323;
}
.cid-tzU0cBuUof img {
  border-radius: 6px;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tzU0cBuUof img {
    margin-bottom: 2rem;
  }
}
.cid-tzU0cBuUof .title .mbr-section-subtitle,
.cid-tzU0cBuUof .title .mbr-section-btn {
  text-align: center;
}
.cid-tzU0cBuUof .title .mbr-section-title,
.cid-tzU0cBuUof .title .mbr-section-btn {
  text-align: center;
}
.cid-tzU0cBuUof .btn-info-outline:hover,
.cid-tzU0cBuUof .btn-info-outline:active:hover {
  color: #4AA9E4 !important;
  background-color: #ffffff !important;
  border: 2px solid #4AA9E4 !important;
}
.cid-tzU0cDwnSd.popup-builder {
  background-color: #ffffff;
}
.cid-tzU0cDwnSd.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tzU0cDwnSd.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tzU0cDwnSd .modal-content,
.cid-tzU0cDwnSd .modal-dialog {
  height: auto;
}
.cid-tzU0cDwnSd .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tzU0cDwnSd .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tzU0cDwnSd .form-wrapper .mbr-form .form-group,
  .cid-tzU0cDwnSd .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tzU0cDwnSd .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tzU0cDwnSd .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tzU0cDwnSd .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-tzU0cDwnSd .pt-0 {
  padding-top: 0 !important;
}
.cid-tzU0cDwnSd .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tzU0cDwnSd .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tzU0cDwnSd .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tzU0cDwnSd .modal-open {
  overflow: hidden;
}
.cid-tzU0cDwnSd .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tzU0cDwnSd .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tzU0cDwnSd .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tzU0cDwnSd .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tzU0cDwnSd .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tzU0cDwnSd .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tzU0cDwnSd .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tzU0cDwnSd .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tzU0cDwnSd .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tzU0cDwnSd .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tzU0cDwnSd .modal-backdrop.fade {
  opacity: 0;
}
.cid-tzU0cDwnSd .modal-backdrop.show {
  opacity: .5;
}
.cid-tzU0cDwnSd .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tzU0cDwnSd .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tzU0cDwnSd .modal-header {
    padding: 1rem;
  }
}
.cid-tzU0cDwnSd .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tzU0cDwnSd .modal-header .close svg {
  fill: #ffffff;
}
.cid-tzU0cDwnSd .modal-header .close:hover {
  opacity: 1;
}
.cid-tzU0cDwnSd .modal-header .close:focus {
  outline: none;
}
.cid-tzU0cDwnSd .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tzU0cDwnSd .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tzU0cDwnSd .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tzU0cDwnSd .modal-body {
    padding: 1rem;
  }
}
.cid-tzU0cDwnSd .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tzU0cDwnSd .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tzU0cDwnSd .modal-footer {
    padding: 1rem;
  }
}
.cid-tzU0cDwnSd .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tzU0cDwnSd .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tzU0cDwnSd .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tzU0cDwnSd .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tzU0cDwnSd .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tzU0cDwnSd .modal-lg,
  .cid-tzU0cDwnSd .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tzU0cDwnSd .modal-xl {
    max-width: 1140px;
  }
}
.cid-tzU0cDwnSd .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tzU0cDwnSd .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tzU0cDwnSd .form-group {
  margin-bottom: 1rem;
}
.cid-tzU0cDwnSd .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tzU0cDwnSd .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tzU0cDwnSd .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tzU0cDwnSd .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-tzU0cDwnSd .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-tzU0cEd1TH {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-tzU0cEd1TH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzU0cEd1TH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzU0cEd1TH .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tzU0cEd1TH .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tzU0cEd1TH .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tzU0cEd1TH .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tzU0cEd1TH .container {
    max-width: 100%;
  }
  .cid-tzU0cEd1TH .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tzU0cEd1TH .item-wrap {
  width: 100%;
}
.cid-tzU0cEd1TH .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tzU0cEd1TH .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tzU0cEd1TH .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tzU0cEd1TH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tzU0cEd1TH .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tzU0cEd1TH .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tzU0cEd1TH .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tzU0cEd1TH .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tzU0cEd1TH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-tzU0cEd1TH .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-tzU0cEd1TH .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-tzU0cEd1TH .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tzU0cEd1TH .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tzU0cEd1TH .col-links {
    padding-top: 20px;
  }
}
.cid-tzU0cEd1TH .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tzU0cEd1TH .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tzU0cEd1TH .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tzU0cEd1TH .list {
    text-align: center !important;
  }
}
.cid-tzU0cEd1TH .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tzU0cEd1TH .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tzU0cEd1TH .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tzU0cEd1TH .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-tzU0cEd1TH .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-tzU0cEd1TH .list a:hover:before {
  width: 100%;
}
.cid-tzU0cEd1TH .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tzU0cEd1TH .col-copyright {
    padding-top: 40px;
  }
}
.cid-tzU0cEd1TH .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-tzU0cEd1TH .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-tzU3Xli63h {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-tzU3Xli63h .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzU3Xli63h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzU3Xli63h .mbr-text,
.cid-tzU3Xli63h .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tzU3Xli63h .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-tzU3Xli63h .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tzU3Xm4hf0 {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tzU3Xm4hf0 .card-wrapper {
  border-radius: 4px;
}
.cid-tzU3Xm4hf0 .card-subtitle {
  color: #0095ff;
}
.cid-tzU3Xm4hf0 .mbr-text,
.cid-tzU3Xm4hf0 .card-subtitle {
  color: #232323;
}
.cid-tzU3Xm4hf0 img {
  border-radius: 6px;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tzU3Xm4hf0 img {
    margin-bottom: 2rem;
  }
}
.cid-tzU3Xm4hf0 .title .mbr-section-subtitle,
.cid-tzU3Xm4hf0 .title .mbr-section-btn {
  text-align: center;
}
.cid-tzU3Xm4hf0 .title .mbr-section-title,
.cid-tzU3Xm4hf0 .title .mbr-section-btn {
  text-align: center;
}
.cid-tzU3Xm4hf0 .btn-info-outline:hover,
.cid-tzU3Xm4hf0 .btn-info-outline:active:hover {
  color: #4AA9E4 !important;
  background-color: #ffffff !important;
  border: 2px solid #4AA9E4 !important;
}
.cid-tzU3Xn3m4h.popup-builder {
  background-color: #ffffff;
}
.cid-tzU3Xn3m4h.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tzU3Xn3m4h.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tzU3Xn3m4h .modal-content,
.cid-tzU3Xn3m4h .modal-dialog {
  height: auto;
}
.cid-tzU3Xn3m4h .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tzU3Xn3m4h .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tzU3Xn3m4h .form-wrapper .mbr-form .form-group,
  .cid-tzU3Xn3m4h .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tzU3Xn3m4h .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tzU3Xn3m4h .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tzU3Xn3m4h .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-tzU3Xn3m4h .pt-0 {
  padding-top: 0 !important;
}
.cid-tzU3Xn3m4h .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tzU3Xn3m4h .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tzU3Xn3m4h .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tzU3Xn3m4h .modal-open {
  overflow: hidden;
}
.cid-tzU3Xn3m4h .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tzU3Xn3m4h .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tzU3Xn3m4h .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tzU3Xn3m4h .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tzU3Xn3m4h .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tzU3Xn3m4h .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tzU3Xn3m4h .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tzU3Xn3m4h .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tzU3Xn3m4h .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tzU3Xn3m4h .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tzU3Xn3m4h .modal-backdrop.fade {
  opacity: 0;
}
.cid-tzU3Xn3m4h .modal-backdrop.show {
  opacity: .5;
}
.cid-tzU3Xn3m4h .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tzU3Xn3m4h .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tzU3Xn3m4h .modal-header {
    padding: 1rem;
  }
}
.cid-tzU3Xn3m4h .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tzU3Xn3m4h .modal-header .close svg {
  fill: #ffffff;
}
.cid-tzU3Xn3m4h .modal-header .close:hover {
  opacity: 1;
}
.cid-tzU3Xn3m4h .modal-header .close:focus {
  outline: none;
}
.cid-tzU3Xn3m4h .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tzU3Xn3m4h .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tzU3Xn3m4h .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tzU3Xn3m4h .modal-body {
    padding: 1rem;
  }
}
.cid-tzU3Xn3m4h .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tzU3Xn3m4h .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tzU3Xn3m4h .modal-footer {
    padding: 1rem;
  }
}
.cid-tzU3Xn3m4h .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tzU3Xn3m4h .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tzU3Xn3m4h .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tzU3Xn3m4h .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tzU3Xn3m4h .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tzU3Xn3m4h .modal-lg,
  .cid-tzU3Xn3m4h .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tzU3Xn3m4h .modal-xl {
    max-width: 1140px;
  }
}
.cid-tzU3Xn3m4h .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tzU3Xn3m4h .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tzU3Xn3m4h .form-group {
  margin-bottom: 1rem;
}
.cid-tzU3Xn3m4h .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tzU3Xn3m4h .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tzU3Xn3m4h .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tzU3Xn3m4h .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-tzU3Xn3m4h .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-tzU3XnN05w {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-tzU3XnN05w .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzU3XnN05w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzU3XnN05w .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tzU3XnN05w .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tzU3XnN05w .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tzU3XnN05w .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tzU3XnN05w .container {
    max-width: 100%;
  }
  .cid-tzU3XnN05w .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tzU3XnN05w .item-wrap {
  width: 100%;
}
.cid-tzU3XnN05w .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tzU3XnN05w .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tzU3XnN05w .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tzU3XnN05w .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tzU3XnN05w .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tzU3XnN05w .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tzU3XnN05w .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tzU3XnN05w .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tzU3XnN05w .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-tzU3XnN05w .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-tzU3XnN05w .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-tzU3XnN05w .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tzU3XnN05w .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tzU3XnN05w .col-links {
    padding-top: 20px;
  }
}
.cid-tzU3XnN05w .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tzU3XnN05w .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tzU3XnN05w .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tzU3XnN05w .list {
    text-align: center !important;
  }
}
.cid-tzU3XnN05w .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tzU3XnN05w .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tzU3XnN05w .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tzU3XnN05w .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-tzU3XnN05w .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-tzU3XnN05w .list a:hover:before {
  width: 100%;
}
.cid-tzU3XnN05w .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tzU3XnN05w .col-copyright {
    padding-top: 40px;
  }
}
.cid-tzU3XnN05w .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-tzU3XnN05w .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-tzV3kB0Co7 {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-tzV3kB0Co7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzV3kB0Co7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzV3kB0Co7 .mbr-text,
.cid-tzV3kB0Co7 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tzV3kB0Co7 .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-tzV3kB0Co7 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tzV3U4z1vO {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tzV3U4z1vO .card-wrapper {
  border-radius: 4px;
}
.cid-tzV3U4z1vO .card-subtitle {
  color: #0095ff;
}
.cid-tzV3U4z1vO .mbr-text,
.cid-tzV3U4z1vO .card-subtitle {
  color: #232323;
}
.cid-tzV3U4z1vO img {
  border-radius: 6px;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tzV3U4z1vO img {
    margin-bottom: 2rem;
  }
}
.cid-tzV3U4z1vO .title .mbr-section-subtitle,
.cid-tzV3U4z1vO .title .mbr-section-btn {
  text-align: center;
}
.cid-tzV3U4z1vO .title .mbr-section-title,
.cid-tzV3U4z1vO .title .mbr-section-btn {
  text-align: center;
}
.cid-tzV3U4z1vO .btn-info-outline:hover,
.cid-tzV3U4z1vO .btn-info-outline:active:hover {
  color: #4AA9E4 !important;
  background-color: #ffffff !important;
  border: 2px solid #4AA9E4 !important;
}
.cid-tzV3kCW9jw.popup-builder {
  background-color: #ffffff;
}
.cid-tzV3kCW9jw.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tzV3kCW9jw.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tzV3kCW9jw .modal-content,
.cid-tzV3kCW9jw .modal-dialog {
  height: auto;
}
.cid-tzV3kCW9jw .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tzV3kCW9jw .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tzV3kCW9jw .form-wrapper .mbr-form .form-group,
  .cid-tzV3kCW9jw .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tzV3kCW9jw .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tzV3kCW9jw .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tzV3kCW9jw .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-tzV3kCW9jw .pt-0 {
  padding-top: 0 !important;
}
.cid-tzV3kCW9jw .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tzV3kCW9jw .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tzV3kCW9jw .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tzV3kCW9jw .modal-open {
  overflow: hidden;
}
.cid-tzV3kCW9jw .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tzV3kCW9jw .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tzV3kCW9jw .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tzV3kCW9jw .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tzV3kCW9jw .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tzV3kCW9jw .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tzV3kCW9jw .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tzV3kCW9jw .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tzV3kCW9jw .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tzV3kCW9jw .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tzV3kCW9jw .modal-backdrop.fade {
  opacity: 0;
}
.cid-tzV3kCW9jw .modal-backdrop.show {
  opacity: .5;
}
.cid-tzV3kCW9jw .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tzV3kCW9jw .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tzV3kCW9jw .modal-header {
    padding: 1rem;
  }
}
.cid-tzV3kCW9jw .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tzV3kCW9jw .modal-header .close svg {
  fill: #ffffff;
}
.cid-tzV3kCW9jw .modal-header .close:hover {
  opacity: 1;
}
.cid-tzV3kCW9jw .modal-header .close:focus {
  outline: none;
}
.cid-tzV3kCW9jw .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tzV3kCW9jw .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tzV3kCW9jw .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tzV3kCW9jw .modal-body {
    padding: 1rem;
  }
}
.cid-tzV3kCW9jw .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tzV3kCW9jw .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tzV3kCW9jw .modal-footer {
    padding: 1rem;
  }
}
.cid-tzV3kCW9jw .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tzV3kCW9jw .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tzV3kCW9jw .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tzV3kCW9jw .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tzV3kCW9jw .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tzV3kCW9jw .modal-lg,
  .cid-tzV3kCW9jw .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tzV3kCW9jw .modal-xl {
    max-width: 1140px;
  }
}
.cid-tzV3kCW9jw .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tzV3kCW9jw .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tzV3kCW9jw .form-group {
  margin-bottom: 1rem;
}
.cid-tzV3kCW9jw .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tzV3kCW9jw .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tzV3kCW9jw .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tzV3kCW9jw .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-tzV3kCW9jw .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-tzV3kDGGIK {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-tzV3kDGGIK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzV3kDGGIK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzV3kDGGIK .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tzV3kDGGIK .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tzV3kDGGIK .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tzV3kDGGIK .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tzV3kDGGIK .container {
    max-width: 100%;
  }
  .cid-tzV3kDGGIK .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tzV3kDGGIK .item-wrap {
  width: 100%;
}
.cid-tzV3kDGGIK .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tzV3kDGGIK .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tzV3kDGGIK .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tzV3kDGGIK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tzV3kDGGIK .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tzV3kDGGIK .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tzV3kDGGIK .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tzV3kDGGIK .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tzV3kDGGIK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-tzV3kDGGIK .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-tzV3kDGGIK .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-tzV3kDGGIK .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tzV3kDGGIK .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tzV3kDGGIK .col-links {
    padding-top: 20px;
  }
}
.cid-tzV3kDGGIK .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tzV3kDGGIK .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tzV3kDGGIK .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tzV3kDGGIK .list {
    text-align: center !important;
  }
}
.cid-tzV3kDGGIK .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tzV3kDGGIK .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tzV3kDGGIK .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tzV3kDGGIK .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-tzV3kDGGIK .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-tzV3kDGGIK .list a:hover:before {
  width: 100%;
}
.cid-tzV3kDGGIK .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tzV3kDGGIK .col-copyright {
    padding-top: 40px;
  }
}
.cid-tzV3kDGGIK .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-tzV3kDGGIK .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-tzVfUyF0cY {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-tzVfUyF0cY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzVfUyF0cY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzVfUyF0cY .mbr-text,
.cid-tzVfUyF0cY .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tzVfUyF0cY .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-tzVfUyF0cY .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tzVfUzqDys {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tzVfUzqDys .card-wrapper {
  border-radius: 4px;
}
.cid-tzVfUzqDys .card-subtitle {
  color: #0095ff;
}
.cid-tzVfUzqDys .mbr-text,
.cid-tzVfUzqDys .card-subtitle {
  color: #232323;
}
.cid-tzVfUzqDys img {
  border-radius: 6px;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tzVfUzqDys img {
    margin-bottom: 2rem;
  }
}
.cid-tzVfUzqDys .title .mbr-section-subtitle,
.cid-tzVfUzqDys .title .mbr-section-btn {
  text-align: center;
}
.cid-tzVfUzqDys .title .mbr-section-title,
.cid-tzVfUzqDys .title .mbr-section-btn {
  text-align: center;
}
.cid-tzVfUzqDys .btn-info-outline:hover,
.cid-tzVfUzqDys .btn-info-outline:active:hover {
  color: #4AA9E4 !important;
  background-color: #ffffff !important;
  border: 2px solid #4AA9E4 !important;
}
.cid-tzVfUAqy2K.popup-builder {
  background-color: #ffffff;
}
.cid-tzVfUAqy2K.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tzVfUAqy2K.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tzVfUAqy2K .modal-content,
.cid-tzVfUAqy2K .modal-dialog {
  height: auto;
}
.cid-tzVfUAqy2K .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tzVfUAqy2K .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tzVfUAqy2K .form-wrapper .mbr-form .form-group,
  .cid-tzVfUAqy2K .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tzVfUAqy2K .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tzVfUAqy2K .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tzVfUAqy2K .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-tzVfUAqy2K .pt-0 {
  padding-top: 0 !important;
}
.cid-tzVfUAqy2K .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tzVfUAqy2K .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tzVfUAqy2K .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tzVfUAqy2K .modal-open {
  overflow: hidden;
}
.cid-tzVfUAqy2K .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tzVfUAqy2K .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tzVfUAqy2K .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tzVfUAqy2K .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tzVfUAqy2K .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tzVfUAqy2K .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tzVfUAqy2K .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tzVfUAqy2K .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tzVfUAqy2K .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tzVfUAqy2K .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tzVfUAqy2K .modal-backdrop.fade {
  opacity: 0;
}
.cid-tzVfUAqy2K .modal-backdrop.show {
  opacity: .5;
}
.cid-tzVfUAqy2K .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tzVfUAqy2K .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tzVfUAqy2K .modal-header {
    padding: 1rem;
  }
}
.cid-tzVfUAqy2K .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tzVfUAqy2K .modal-header .close svg {
  fill: #ffffff;
}
.cid-tzVfUAqy2K .modal-header .close:hover {
  opacity: 1;
}
.cid-tzVfUAqy2K .modal-header .close:focus {
  outline: none;
}
.cid-tzVfUAqy2K .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tzVfUAqy2K .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tzVfUAqy2K .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tzVfUAqy2K .modal-body {
    padding: 1rem;
  }
}
.cid-tzVfUAqy2K .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tzVfUAqy2K .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tzVfUAqy2K .modal-footer {
    padding: 1rem;
  }
}
.cid-tzVfUAqy2K .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tzVfUAqy2K .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tzVfUAqy2K .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tzVfUAqy2K .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tzVfUAqy2K .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tzVfUAqy2K .modal-lg,
  .cid-tzVfUAqy2K .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tzVfUAqy2K .modal-xl {
    max-width: 1140px;
  }
}
.cid-tzVfUAqy2K .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tzVfUAqy2K .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tzVfUAqy2K .form-group {
  margin-bottom: 1rem;
}
.cid-tzVfUAqy2K .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tzVfUAqy2K .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tzVfUAqy2K .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tzVfUAqy2K .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-tzVfUAqy2K .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-tzVfUB7hsL {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-tzVfUB7hsL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzVfUB7hsL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzVfUB7hsL .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tzVfUB7hsL .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tzVfUB7hsL .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tzVfUB7hsL .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tzVfUB7hsL .container {
    max-width: 100%;
  }
  .cid-tzVfUB7hsL .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tzVfUB7hsL .item-wrap {
  width: 100%;
}
.cid-tzVfUB7hsL .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tzVfUB7hsL .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tzVfUB7hsL .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tzVfUB7hsL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tzVfUB7hsL .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tzVfUB7hsL .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tzVfUB7hsL .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tzVfUB7hsL .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tzVfUB7hsL .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-tzVfUB7hsL .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-tzVfUB7hsL .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-tzVfUB7hsL .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tzVfUB7hsL .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tzVfUB7hsL .col-links {
    padding-top: 20px;
  }
}
.cid-tzVfUB7hsL .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tzVfUB7hsL .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tzVfUB7hsL .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tzVfUB7hsL .list {
    text-align: center !important;
  }
}
.cid-tzVfUB7hsL .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tzVfUB7hsL .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tzVfUB7hsL .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tzVfUB7hsL .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-tzVfUB7hsL .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-tzVfUB7hsL .list a:hover:before {
  width: 100%;
}
.cid-tzVfUB7hsL .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tzVfUB7hsL .col-copyright {
    padding-top: 40px;
  }
}
.cid-tzVfUB7hsL .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-tzVfUB7hsL .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-tzVsZFnnA2 {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-tzVsZFnnA2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzVsZFnnA2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzVsZFnnA2 .mbr-text,
.cid-tzVsZFnnA2 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tzVsZFnnA2 .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-tzVsZFnnA2 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tzVsZILfjG {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tzVsZILfjG .card-wrapper {
  border-radius: 4px;
}
.cid-tzVsZILfjG .card-subtitle {
  color: #0095ff;
}
.cid-tzVsZILfjG .mbr-text,
.cid-tzVsZILfjG .card-subtitle {
  color: #232323;
}
.cid-tzVsZILfjG img {
  border-radius: 6px;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tzVsZILfjG img {
    margin-bottom: 2rem;
  }
}
.cid-tzVsZILfjG .title .mbr-section-subtitle,
.cid-tzVsZILfjG .title .mbr-section-btn {
  text-align: center;
}
.cid-tzVsZILfjG .title .mbr-section-title,
.cid-tzVsZILfjG .title .mbr-section-btn {
  text-align: center;
  color: #999999;
}
.cid-tzVsZILfjG .btn-info-outline:hover,
.cid-tzVsZILfjG .btn-info-outline:active:hover {
  color: #4AA9E4 !important;
  background-color: #ffffff !important;
  border: 2px solid #4AA9E4 !important;
}
.cid-tzVsZKx7XY.popup-builder {
  background-color: #ffffff;
}
.cid-tzVsZKx7XY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tzVsZKx7XY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tzVsZKx7XY .modal-content,
.cid-tzVsZKx7XY .modal-dialog {
  height: auto;
}
.cid-tzVsZKx7XY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tzVsZKx7XY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tzVsZKx7XY .form-wrapper .mbr-form .form-group,
  .cid-tzVsZKx7XY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tzVsZKx7XY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tzVsZKx7XY .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tzVsZKx7XY .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-tzVsZKx7XY .pt-0 {
  padding-top: 0 !important;
}
.cid-tzVsZKx7XY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tzVsZKx7XY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tzVsZKx7XY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tzVsZKx7XY .modal-open {
  overflow: hidden;
}
.cid-tzVsZKx7XY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tzVsZKx7XY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tzVsZKx7XY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tzVsZKx7XY .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tzVsZKx7XY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tzVsZKx7XY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tzVsZKx7XY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tzVsZKx7XY .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tzVsZKx7XY .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tzVsZKx7XY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tzVsZKx7XY .modal-backdrop.fade {
  opacity: 0;
}
.cid-tzVsZKx7XY .modal-backdrop.show {
  opacity: .5;
}
.cid-tzVsZKx7XY .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tzVsZKx7XY .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tzVsZKx7XY .modal-header {
    padding: 1rem;
  }
}
.cid-tzVsZKx7XY .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tzVsZKx7XY .modal-header .close svg {
  fill: #ffffff;
}
.cid-tzVsZKx7XY .modal-header .close:hover {
  opacity: 1;
}
.cid-tzVsZKx7XY .modal-header .close:focus {
  outline: none;
}
.cid-tzVsZKx7XY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tzVsZKx7XY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tzVsZKx7XY .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tzVsZKx7XY .modal-body {
    padding: 1rem;
  }
}
.cid-tzVsZKx7XY .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tzVsZKx7XY .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tzVsZKx7XY .modal-footer {
    padding: 1rem;
  }
}
.cid-tzVsZKx7XY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tzVsZKx7XY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tzVsZKx7XY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tzVsZKx7XY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tzVsZKx7XY .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tzVsZKx7XY .modal-lg,
  .cid-tzVsZKx7XY .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tzVsZKx7XY .modal-xl {
    max-width: 1140px;
  }
}
.cid-tzVsZKx7XY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tzVsZKx7XY .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tzVsZKx7XY .form-group {
  margin-bottom: 1rem;
}
.cid-tzVsZKx7XY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tzVsZKx7XY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tzVsZKx7XY .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tzVsZKx7XY .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-tzVsZKx7XY .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-tzVsZM6C6s {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-tzVsZM6C6s .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzVsZM6C6s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzVsZM6C6s .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tzVsZM6C6s .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tzVsZM6C6s .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tzVsZM6C6s .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tzVsZM6C6s .container {
    max-width: 100%;
  }
  .cid-tzVsZM6C6s .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tzVsZM6C6s .item-wrap {
  width: 100%;
}
.cid-tzVsZM6C6s .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tzVsZM6C6s .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tzVsZM6C6s .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tzVsZM6C6s .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tzVsZM6C6s .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tzVsZM6C6s .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tzVsZM6C6s .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tzVsZM6C6s .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tzVsZM6C6s .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-tzVsZM6C6s .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-tzVsZM6C6s .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-tzVsZM6C6s .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tzVsZM6C6s .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tzVsZM6C6s .col-links {
    padding-top: 20px;
  }
}
.cid-tzVsZM6C6s .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tzVsZM6C6s .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tzVsZM6C6s .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tzVsZM6C6s .list {
    text-align: center !important;
  }
}
.cid-tzVsZM6C6s .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tzVsZM6C6s .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tzVsZM6C6s .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tzVsZM6C6s .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-tzVsZM6C6s .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-tzVsZM6C6s .list a:hover:before {
  width: 100%;
}
.cid-tzVsZM6C6s .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tzVsZM6C6s .col-copyright {
    padding-top: 40px;
  }
}
.cid-tzVsZM6C6s .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-tzVsZM6C6s .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-tzUkQvkkxx {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background14-1920x1280.jpg");
}
.cid-tzUkQvkkxx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzUkQvkkxx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzUkQvkkxx .mbr-text,
.cid-tzUkQvkkxx .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tzUkQvkkxx .mbr-section-title {
  color: #ffffff;
  font-weight: normal;
  line-height: 1;
  text-align: left;
}
.cid-tzUkQvkkxx .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tzUkQw9SGj {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tzUkQw9SGj .card-wrapper {
  border-radius: 4px;
}
.cid-tzUkQw9SGj .card-subtitle {
  color: #0095ff;
}
.cid-tzUkQw9SGj .mbr-text,
.cid-tzUkQw9SGj .card-subtitle {
  color: #232323;
}
.cid-tzUkQw9SGj img {
  border-radius: 6px;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tzUkQw9SGj img {
    margin-bottom: 2rem;
  }
}
.cid-tzUkQw9SGj .title .mbr-section-subtitle,
.cid-tzUkQw9SGj .title .mbr-section-btn {
  text-align: center;
}
.cid-tzUkQw9SGj .title .mbr-section-title,
.cid-tzUkQw9SGj .title .mbr-section-btn {
  text-align: center;
}
.cid-tzUkQw9SGj .btn-info-outline:hover,
.cid-tzUkQw9SGj .btn-info-outline:active:hover {
  color: #4AA9E4 !important;
  background-color: #ffffff !important;
  border: 2px solid #4AA9E4 !important;
}
.cid-tzUkQxxIsa.popup-builder {
  background-color: #ffffff;
}
.cid-tzUkQxxIsa.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tzUkQxxIsa.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tzUkQxxIsa .modal-content,
.cid-tzUkQxxIsa .modal-dialog {
  height: auto;
}
.cid-tzUkQxxIsa .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tzUkQxxIsa .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tzUkQxxIsa .form-wrapper .mbr-form .form-group,
  .cid-tzUkQxxIsa .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tzUkQxxIsa .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tzUkQxxIsa .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tzUkQxxIsa .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-tzUkQxxIsa .pt-0 {
  padding-top: 0 !important;
}
.cid-tzUkQxxIsa .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tzUkQxxIsa .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tzUkQxxIsa .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tzUkQxxIsa .modal-open {
  overflow: hidden;
}
.cid-tzUkQxxIsa .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tzUkQxxIsa .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tzUkQxxIsa .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tzUkQxxIsa .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tzUkQxxIsa .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tzUkQxxIsa .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tzUkQxxIsa .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tzUkQxxIsa .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tzUkQxxIsa .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tzUkQxxIsa .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tzUkQxxIsa .modal-backdrop.fade {
  opacity: 0;
}
.cid-tzUkQxxIsa .modal-backdrop.show {
  opacity: .5;
}
.cid-tzUkQxxIsa .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tzUkQxxIsa .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tzUkQxxIsa .modal-header {
    padding: 1rem;
  }
}
.cid-tzUkQxxIsa .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tzUkQxxIsa .modal-header .close svg {
  fill: #ffffff;
}
.cid-tzUkQxxIsa .modal-header .close:hover {
  opacity: 1;
}
.cid-tzUkQxxIsa .modal-header .close:focus {
  outline: none;
}
.cid-tzUkQxxIsa .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tzUkQxxIsa .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tzUkQxxIsa .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tzUkQxxIsa .modal-body {
    padding: 1rem;
  }
}
.cid-tzUkQxxIsa .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tzUkQxxIsa .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tzUkQxxIsa .modal-footer {
    padding: 1rem;
  }
}
.cid-tzUkQxxIsa .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tzUkQxxIsa .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tzUkQxxIsa .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tzUkQxxIsa .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tzUkQxxIsa .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tzUkQxxIsa .modal-lg,
  .cid-tzUkQxxIsa .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tzUkQxxIsa .modal-xl {
    max-width: 1140px;
  }
}
.cid-tzUkQxxIsa .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tzUkQxxIsa .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tzUkQxxIsa .form-group {
  margin-bottom: 1rem;
}
.cid-tzUkQxxIsa .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tzUkQxxIsa .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tzUkQxxIsa .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tzUkQxxIsa .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-tzUkQxxIsa .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-tzUkQyhIMW {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-tzUkQyhIMW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzUkQyhIMW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzUkQyhIMW .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tzUkQyhIMW .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tzUkQyhIMW .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tzUkQyhIMW .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tzUkQyhIMW .container {
    max-width: 100%;
  }
  .cid-tzUkQyhIMW .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tzUkQyhIMW .item-wrap {
  width: 100%;
}
.cid-tzUkQyhIMW .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tzUkQyhIMW .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tzUkQyhIMW .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tzUkQyhIMW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tzUkQyhIMW .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tzUkQyhIMW .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tzUkQyhIMW .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tzUkQyhIMW .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tzUkQyhIMW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-tzUkQyhIMW .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-tzUkQyhIMW .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-tzUkQyhIMW .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tzUkQyhIMW .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tzUkQyhIMW .col-links {
    padding-top: 20px;
  }
}
.cid-tzUkQyhIMW .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tzUkQyhIMW .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tzUkQyhIMW .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tzUkQyhIMW .list {
    text-align: center !important;
  }
}
.cid-tzUkQyhIMW .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tzUkQyhIMW .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tzUkQyhIMW .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tzUkQyhIMW .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-tzUkQyhIMW .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-tzUkQyhIMW .list a:hover:before {
  width: 100%;
}
.cid-tzUkQyhIMW .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tzUkQyhIMW .col-copyright {
    padding-top: 40px;
  }
}
.cid-tzUkQyhIMW .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-tzUkQyhIMW .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-tzgqKypRpB {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #042943;
}
.cid-tzgqKypRpB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzgqKypRpB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzgqKypRpB .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tzgqKypRpB .container-fluid {
    padding: 0 30px;
  }
}
.cid-tzgqKypRpB .container-fluid .row {
  padding: 0;
}
.cid-tzgqKypRpB .title-wrapper {
  padding: 180px 120px;
}
@media (max-width: 1200px) {
  .cid-tzgqKypRpB .title-wrapper {
    padding: 120px 60px;
  }
}
@media (max-width: 992px) {
  .cid-tzgqKypRpB .title-wrapper {
    padding: 80px 0;
  }
}
.cid-tzgqKypRpB .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tzgqKypRpB .title-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tzgqKypRpB .image-wrapper {
  position: relative;
}
.cid-tzgqKypRpB .image-wrapper img {
  object-fit: cover;
}
.cid-tzgqKypRpB .image-wrapper img:first-child {
  height: 900px;
}
@media (max-width: 992px) {
  .cid-tzgqKypRpB .image-wrapper img:first-child {
    height: 350px;
  }
}
.cid-tzgqKypRpB .image-wrapper img:last-child {
  position: absolute;
  bottom: 5rem;
  left: -7rem;
  width: 315px;
  height: 425px;
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .cid-tzgqKypRpB .image-wrapper img:last-child {
    left: -5rem;
  }
}
@media (max-width: 992px) {
  .cid-tzgqKypRpB .image-wrapper img:last-child {
    display: none;
  }
}
.cid-tzgqKypRpB .mbr-section-title {
  color: #000000;
}
.cid-tzgqKypRpB .mbr-text {
  color: #cccccc;
}
.cid-tzgqKypRpB .mbr-section-title,
.cid-tzgqKypRpB .mbr-section-btn {
  color: #f9f295;
}
.cid-tzgqKypRpB H6 {
  color: #ffffff;
}
.cid-tzNEeEFet6 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #042943;
}
@media (max-width: 992px) {
  .cid-tzNEeEFet6 {
    padding-top: 40px;
    padding-bottom: 0px;
  }
}
.cid-tzNEeEFet6 .box {
  background-image: url("../../../assets/images/capa-video3-1-1460x973.png");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tzNEeEFet6 .icon-wrap {
  background-color: #042943 !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tzNEeEFet6 .icon-wrap:hover {
  background-color: #005990 !important;
}
.cid-tzNEeEFet6 .icon-wrap span {
  padding-left: 4px;
}
.cid-tzNEeEFet6 .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffcc00 !important;
}
.cid-tzNEeEFet6 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tzNEeEFet6 .section-head {
  margin-bottom: 2.3rem;
}
.cid-tzNEeEFet6 .mbr-section-subtitle {
  margin-top: 1rem;
}
.cid-tzNEeEFet6 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tzNEeEFet6 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tzNEeEFet6 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tzNEeEFet6 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tzNEeEFet6 a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tzNEeEFet6 {
    padding-top: 28px;
    padding-bottom: 0px;
  }
  .cid-tzNEeEFet6 .box {
    height: 250px;
  }
  .cid-tzNEeEFet6 .row {
    padding: 1rem !important;
  }
}
@media (min-width: 767px) {
  .cid-tzNEeEFet6 .row {
    padding: 0 1rem;
  }
}
.cid-tzNEeEFet6 .mbr-section-title {
  color: #f9f295;
}
.cid-tzNEfLhI3e {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #042943;
}
.cid-tzNEfLhI3e .media-container-row {
  margin-top: 0.5rem;
}
.cid-tzNEfLhI3e .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-tzNEfLhI3e .card-img span {
  color: #ffffff;
}
.cid-tzNEfLhI3e .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-tzNEfLhI3e .card-title,
.cid-tzNEfLhI3e .card-img {
  color: #555555;
}
.cid-tzNEfLhI3e .mbr-section-title {
  font-size: 60px;
}
.cid-tzNEfLhI3e .mbr-text,
.cid-tzNEfLhI3e .mbr-section-btn {
  color: #777777;
}
.cid-tzNEfLhI3e .mbr-title,
.cid-tzNEfLhI3e .ornament {
  color: #005990;
  text-align: center;
}
.cid-tzNEfLhI3e .btn-secondary_outline:hover,
.cid-tzNEfLhI3e .btn-secondary_outline:active:hover {
  color: #000000 !important;
  background-color: #FFFF99 !important;
  border: none !important;
}
.cid-tzNEfLhI3e .btn {
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tA1E9AS81J {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #042943;
  overflow: hidden;
}
.cid-tA1E9AS81J .mbr-fallback-image.disabled {
  display: none;
}
.cid-tA1E9AS81J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tA1E9AS81J .container-fluid {
  max-width: 100% !important;
}
.cid-tA1E9AS81J .row {
  flex-direction: row-reverse;
}
.cid-tA1E9AS81J .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-tA1E9AS81J .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tA1E9AS81J .text-wrap {
  width: 100%;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .cid-tA1E9AS81J .text-wrap {
    margin-bottom: 0;
    padding: 45px 30px 50px 50px;
    padding: 45px 50px 50px 30px;
  }
}
@media (min-width: 1440px) {
  .cid-tA1E9AS81J .text-wrap {
    margin-bottom: 0;
    padding: 60px 100px 0 60px;
    padding: 40px 60px 0 100px;
  }
}
@media (max-width: 991px) {
  .cid-tA1E9AS81J .text-wrap {
    margin-bottom: 0;
    padding: 40px 50px 50px 50px;
  }
}
@media (max-width: 575px) {
  .cid-tA1E9AS81J .text-wrap {
    margin-bottom: 0;
    padding: 40px 30px;
  }
}
.cid-tA1E9AS81J .mbr-section-title {
  color: #f9f295;
  padding-bottom: 7px;
}
@media (max-width: 1439px) {
  .cid-tA1E9AS81J .mbr-section-title {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .cid-tA1E9AS81J .mbr-section-title {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cid-tA1E9AS81J .mbr-section-title {
    padding-bottom: 40px;
  }
}
.cid-tA1E9AS81J .mbr-text {
  color: #303030;
  margin-top: 25px;
}
.cid-tA1E9AS81J .text-items-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
  width: 100%;
  padding-top: 30px;
}
.cid-tA1E9AS81J .text-item {
  width: 49%;
}
@media (max-width: 767px) {
  .cid-tA1E9AS81J .text-item {
    width: 100%;
  }
}
.cid-tA1E9AS81J .item-title {
  color: #ffffff;
}
.cid-tA1E9AS81J .item-text {
  color: #efefef;
  margin-top: 5px;
}
.cid-tA1E9AS81J .mbr-text,
.cid-tA1E9AS81J .mbr-section-btn {
  color: #efefef;
}
.cid-tzhigYmmBp {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #042943;
}
.cid-tzhigYmmBp .item-wrapper {
  width: 100%;
}
.cid-tzhigYmmBp .left-side {
  text-align: left;
  padding: 0 100px 20px;
}
.cid-tzhigYmmBp .row.big {
  align-items: center;
}
.cid-tzhigYmmBp .mbr-section-title {
  margin: 26px 0 37px;
  color: #f9f295;
  font-weight: 700;
}
.cid-tzhigYmmBp .mbr-iconfont {
  font-size: 60px;
  color: #fcf47d;
  margin-right: 5px;
}
.cid-tzhigYmmBp .desc1 {
  padding-bottom: 14px;
  margin-top: 14px;
  font-weight: 700;
}
.cid-tzhigYmmBp .desc2 {
  color: #ffffff;
  font-weight: 500;
}
.cid-tzhigYmmBp .desc1,
.cid-tzhigYmmBp .iconfont-wrapper {
  color: #ffffff;
}
.cid-tzhigYmmBp .right-side {
  padding: 0;
}
.cid-tzhigYmmBp .justify-content-center {
  padding: 0;
  margin: 0;
}
.cid-tzhigYmmBp .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-tzhigYmmBp .bottom {
  margin-bottom: 42px;
}
@media (max-width: 990px) {
  .cid-tzhigYmmBp .left-side {
    padding: 0 30px 20px;
  }
}
@media (max-width: 690px) {
  .cid-tzhigYmmBp .left-side {
    padding: 0 15px 20px;
  }
  .cid-tzhigYmmBp .align-left {
    flex-direction: column;
  }
  .cid-tzhigYmmBp .mbr-iconfont {
    margin-right: 0px;
  }
}
.cid-tzhigYmmBp .btn-secondary,
.cid-tzhigYmmBp .btn-secondary:active {
  color: #000000 !important;
}
.cid-tzhigYmmBp .btn-md {
  border-radius: 50px;
}
.cid-tzhigYmmBp .btn {
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
  color: #000000 !important;
}
.cid-tzhigYmmBp .mbr-text {
  color: #efefef;
}
.cid-tzhigYmmBp .mbr-section-subtitle {
  color: #efefef;
}
.cid-tzNRBiBem3 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #042943;
}
.cid-tzNRBiBem3 .item:focus,
.cid-tzNRBiBem3 span:focus {
  outline: none;
}
.cid-tzNRBiBem3 .item-wrapper {
  position: relative;
}
.cid-tzNRBiBem3 .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-tzNRBiBem3 .mbr-section-btn {
  margin-top: auto !important;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  display: inline-block;
}
.cid-tzNRBiBem3 .mbr-section-title {
  color: #14142b;
  text-align: center;
  margin-left: -13rem;
  margin-bottom: 24px;
}
@media (max-width: 575px) {
  .cid-tzNRBiBem3 .mbr-section-title {
    margin-left: 0;
  }
}
.cid-tzNRBiBem3 .mbr-text,
.cid-tzNRBiBem3 .mbr-section-btn {
  text-align: left;
}
.cid-tzNRBiBem3 .item-title {
  text-align: left;
}
.cid-tzNRBiBem3 .item-subtitle {
  text-align: left;
}
.cid-tzNRBiBem3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 33%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-tzNRBiBem3 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-tzNRBiBem3 .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-tzNRBiBem3 .embla__slide {
    min-width: 375px;
  }
}
.cid-tzNRBiBem3 .embla__button--next,
.cid-tzNRBiBem3 .embla__button--prev {
  display: flex;
}
.cid-tzNRBiBem3 .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: none;
  width: 64px;
  height: 64px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: #14142b;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tzNRBiBem3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tzNRBiBem3 .embla__button:hover {
  background: #cccccc;
  color: #fff;
  transform: scale(1.05);
}
.cid-tzNRBiBem3 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tzNRBiBem3 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tzNRBiBem3 .embla__button {
    top: auto;
  }
}
.cid-tzNRBiBem3 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tzNRBiBem3 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tzNRBiBem3 .embla {
  position: relative;
  width: 100%;
}
.cid-tzNRBiBem3 .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-tzNRBiBem3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tzNRBiBem3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tzNRBiBem3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tzNRBiBem3 .mbr-section-subtitle {
  text-align: center;
  color: #8c8c95;
}
.cid-tzNRBiBem3 .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-tzNRBiBem3 .shadow {
  border-radius: 34px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
  padding: 48px 65px;
  border: 1px solid #eff0f6;
  background-color: #cccccc;
}
.cid-tzNRBiBem3 .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 15rem 15rem 15rem 15rem;
  display: flex;
  justify-content: center;
}
.cid-tzNRBiBem3 img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tzNRBiBem3 .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-tzNRBiBem3 .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-tzNRBiBem3 .shadow:hover .number,
.cid-tzNRBiBem3 .shadow:hover .card-title {
  color: #e5322c !important;
}
.cid-tzNRBiBem3 .shadow:hover .iconfont-wrapper > .mbr-iconfont > span {
  color: #000000 !important;
}
.cid-tzNRBiBem3 .card-title {
  color: #4c4c4c;
  transition: 0.35s;
  text-align: left;
  margin-top: 18px;
}
.cid-tzNRBiBem3 .card-text {
  color: #8c8c95;
  text-align: center;
}
.cid-tzNRBiBem3 H3 {
  color: #1d1d1f;
  text-align: center;
}
.cid-tzNRBiBem3 .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 34px 25px 54px 31px;
}
.cid-tzNRBiBem3 .date {
  margin-bottom: 24px;
  color: #8c8c95;
}
.cid-tzNRBiBem3 .link-title {
  display: inline-block;
}
.cid-tzNRBiBem3 .margin {
  margin-right: 14px;
}
.cid-tzNRBiBem3 .article {
  display: contents;
}
.cid-tzNRBiBem3 .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #eff0f6;
}
.cid-tzNRBiBem3 .link-row {
  align-items: center;
}
@media (max-width: 530px) {
  .cid-tzNRBiBem3 .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
@media (max-width: 480px) {
  .cid-tzNRBiBem3 .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
.cid-tzNRBiBem3 .iconfont-wrapper {
  text-align: left;
  margin-bottom: 32px;
}
.cid-tzNRBiBem3 .iconfont-wrapper .mbr-iconfont::before {
  font-size: 50px;
  padding: 25px;
  border-radius: 50%;
}
.cid-tzNRBiBem3 .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-tzNRBiBem3 .btn {
  margin-top: 20px;
}
.cid-tzNRBiBem3 .card-title,
.cid-tzNRBiBem3 .iconfont-wrapper {
  text-align: center;
  color: #005990;
}
.cid-tzNRBiBem3 a.btn > span {
  margin-left: 0.5rem;
}
.cid-tzNRBiBem3 .mbr-section-title,
.cid-tzNRBiBem3 .button-align {
  text-align: left;
  color: #f9f295;
}
.cid-tzgAleC0rP {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #042943;
}
@media (max-width: 991px) {
  .cid-tzgAleC0rP .row {
    text-align: center;
  }
}
.cid-tzgAleC0rP .section-head {
  margin-bottom: 2.3rem;
}
.cid-tzgAleC0rP .paragraph {
  margin-bottom: 2rem;
}
.cid-tzgAleC0rP .mbr-section-title {
  color: #f9f295;
  text-align: center;
}
.cid-tzgAleC0rP .mbr-section-subtitle {
  color: #efefef;
  text-align: center;
}
.cid-tzgAleC0rP .mbr-text {
  color: #efefef;
  text-align: center;
}
.cid-tAzS2OaOzJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #042943;
}
.cid-tAzS2OaOzJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAzS2OaOzJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAzS2OaOzJ .row {
  justify-content: flex-start;
}
.cid-tAzS2OaOzJ .container {
  max-width: 1140px;
  margin: 0 auto;
}
.cid-tAzS2OaOzJ .container-fluid {
  padding: 0 130px;
}
@media (max-width: 992px) {
  .cid-tAzS2OaOzJ .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 795px) {
  .cid-tAzS2OaOzJ .container-fluid {
    padding: 0 15px;
  }
}
.cid-tAzS2OaOzJ .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 70px;
  border-radius: 15px;
  background-color: #1c4f73;
}
@media (max-width: 795px) {
  .cid-tAzS2OaOzJ .content-container {
    padding: 70px 30px;
  }
}
.cid-tAzS2OaOzJ .content-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tAzS2OaOzJ .shadow {
  border-radius: 1rem;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
  padding: 48px 32px;
}
.cid-tAzS2OaOzJ .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-tAzS2OaOzJ .mbr-section-subtitle {
  color: #f6f6f6;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
  text-align: left;
}
.cid-tAzS2OaOzJ .mbr-section-btn {
  width: 100%;
  margin-top: -6rem;
}
@media (max-width: 795px) {
  .cid-tAzS2OaOzJ .mbr-section-btn {
    margin-top: 50px;
    text-align: center !important;
  }
}
.cid-tAzS2OaOzJ .btn-secondary,
.cid-tAzS2OaOzJ .btn-secondary:active {
  color: #ffffff !important;
}
.cid-tAzS2OaOzJ .btn-secondary:hover,
.cid-tAzS2OaOzJ .btn-secondary:active:hover {
  color: #777777 !important;
}
.cid-tAzS2OaOzJ .btn {
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tAzS2OaOzJ marcatexto {
  font-weight: 500;
  color: #4aa9e4;
}
.cid-tzgq74sfMN.popup-builder {
  background-color: #ffffff;
}
.cid-tzgq74sfMN.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tzgq74sfMN.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tzgq74sfMN .modal-content,
.cid-tzgq74sfMN .modal-dialog {
  height: auto;
}
.cid-tzgq74sfMN .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tzgq74sfMN .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tzgq74sfMN .form-wrapper .mbr-form .form-group,
  .cid-tzgq74sfMN .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tzgq74sfMN .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tzgq74sfMN .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tzgq74sfMN .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-tzgq74sfMN .pt-0 {
  padding-top: 0 !important;
}
.cid-tzgq74sfMN .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tzgq74sfMN .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tzgq74sfMN .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tzgq74sfMN .modal-open {
  overflow: hidden;
}
.cid-tzgq74sfMN .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tzgq74sfMN .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tzgq74sfMN .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tzgq74sfMN .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tzgq74sfMN .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tzgq74sfMN .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tzgq74sfMN .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tzgq74sfMN .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tzgq74sfMN .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tzgq74sfMN .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tzgq74sfMN .modal-backdrop.fade {
  opacity: 0;
}
.cid-tzgq74sfMN .modal-backdrop.show {
  opacity: .5;
}
.cid-tzgq74sfMN .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tzgq74sfMN .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tzgq74sfMN .modal-header {
    padding: 1rem;
  }
}
.cid-tzgq74sfMN .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tzgq74sfMN .modal-header .close svg {
  fill: #ffffff;
}
.cid-tzgq74sfMN .modal-header .close:hover {
  opacity: 1;
}
.cid-tzgq74sfMN .modal-header .close:focus {
  outline: none;
}
.cid-tzgq74sfMN .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tzgq74sfMN .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tzgq74sfMN .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tzgq74sfMN .modal-body {
    padding: 1rem;
  }
}
.cid-tzgq74sfMN .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tzgq74sfMN .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tzgq74sfMN .modal-footer {
    padding: 1rem;
  }
}
.cid-tzgq74sfMN .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tzgq74sfMN .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tzgq74sfMN .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tzgq74sfMN .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tzgq74sfMN .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tzgq74sfMN .modal-lg,
  .cid-tzgq74sfMN .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tzgq74sfMN .modal-xl {
    max-width: 1140px;
  }
}
.cid-tzgq74sfMN .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tzgq74sfMN .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tzgq74sfMN .form-group {
  margin-bottom: 1rem;
}
.cid-tzgq74sfMN .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tzgq74sfMN .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tzgq74sfMN .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tzgq74sfMN .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-tzgq74sfMN .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-tzgq75pzTs {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-tzgq75pzTs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzgq75pzTs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzgq75pzTs .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tzgq75pzTs .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tzgq75pzTs .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tzgq75pzTs .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tzgq75pzTs .container {
    max-width: 100%;
  }
  .cid-tzgq75pzTs .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tzgq75pzTs .item-wrap {
  width: 100%;
}
.cid-tzgq75pzTs .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tzgq75pzTs .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tzgq75pzTs .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tzgq75pzTs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tzgq75pzTs .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tzgq75pzTs .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tzgq75pzTs .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tzgq75pzTs .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tzgq75pzTs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-tzgq75pzTs .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-tzgq75pzTs .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-tzgq75pzTs .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tzgq75pzTs .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tzgq75pzTs .col-links {
    padding-top: 20px;
  }
}
.cid-tzgq75pzTs .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tzgq75pzTs .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tzgq75pzTs .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tzgq75pzTs .list {
    text-align: center !important;
  }
}
.cid-tzgq75pzTs .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tzgq75pzTs .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tzgq75pzTs .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tzgq75pzTs .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-tzgq75pzTs .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-tzgq75pzTs .list a:hover:before {
  width: 100%;
}
.cid-tzgq75pzTs .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tzgq75pzTs .col-copyright {
    padding-top: 40px;
  }
}
.cid-tzgq75pzTs .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-tzgq75pzTs .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-tzKcD9SWOF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #005990;
}
.cid-tzKcD9SWOF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzKcD9SWOF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzKcD9SWOF .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tzKcD9SWOF .container-fluid {
    padding: 0 30px;
  }
}
.cid-tzKcD9SWOF .container-fluid .row {
  padding: 0;
}
.cid-tzKcD9SWOF .title-wrapper {
  padding: 180px 120px;
}
@media (max-width: 1200px) {
  .cid-tzKcD9SWOF .title-wrapper {
    padding: 120px 60px;
  }
}
@media (max-width: 992px) {
  .cid-tzKcD9SWOF .title-wrapper {
    padding: 80px 0;
  }
}
.cid-tzKcD9SWOF .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tzKcD9SWOF .title-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tzKcD9SWOF .image-wrapper {
  position: relative;
}
.cid-tzKcD9SWOF .image-wrapper img {
  object-fit: cover;
}
.cid-tzKcD9SWOF .image-wrapper img:first-child {
  height: 900px;
}
@media (max-width: 992px) {
  .cid-tzKcD9SWOF .image-wrapper img:first-child {
    height: 350px;
  }
}
.cid-tzKcD9SWOF .image-wrapper img:last-child {
  position: absolute;
  bottom: 5rem;
  left: -7rem;
  width: 315px;
  height: 425px;
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .cid-tzKcD9SWOF .image-wrapper img:last-child {
    left: -5rem;
  }
}
@media (max-width: 992px) {
  .cid-tzKcD9SWOF .image-wrapper img:last-child {
    display: none;
  }
}
.cid-tzKcD9SWOF .mbr-section-title {
  color: #000000;
}
.cid-tzKcD9SWOF .mbr-text {
  color: #efefef;
}
.cid-tzKcD9SWOF .mbr-section-title,
.cid-tzKcD9SWOF .mbr-section-btn {
  color: #efefef;
}
.cid-tzKcD9SWOF H6 {
  color: #ffffff;
}
.cid-tzKfSiu8Dx {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tzKfSiu8Dx {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.cid-tzKfSiu8Dx .box {
  background-image: url("../../../assets/images/capa-video1-1-1460x973.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tzKfSiu8Dx .icon-wrap {
  background-color: #013d67 !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tzKfSiu8Dx .icon-wrap:hover {
  background-color: #005990 !important;
}
.cid-tzKfSiu8Dx .icon-wrap span {
  padding-left: 4px;
}
.cid-tzKfSiu8Dx .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #0095ff !important;
}
.cid-tzKfSiu8Dx .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tzKfSiu8Dx .section-head {
  margin-bottom: 2.3rem;
}
.cid-tzKfSiu8Dx .mbr-section-subtitle {
  margin-top: 1rem;
}
.cid-tzKfSiu8Dx .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tzKfSiu8Dx .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tzKfSiu8Dx .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tzKfSiu8Dx a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tzKfSiu8Dx a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tzKfSiu8Dx {
    padding-top: 28px;
    padding-bottom: 35px;
  }
  .cid-tzKfSiu8Dx .box {
    height: 250px;
  }
  .cid-tzKfSiu8Dx .row {
    padding: 1rem !important;
  }
}
@media (min-width: 767px) {
  .cid-tzKfSiu8Dx .row {
    padding: 0 1rem;
  }
}
.cid-tzKfSiu8Dx .mbr-section-title {
  color: #005990;
}
.cid-tzNBbdcdq4 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tzNBbdcdq4 .media-container-row {
  margin-top: 0.5rem;
}
.cid-tzNBbdcdq4 .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-tzNBbdcdq4 .card-img span {
  color: #ffffff;
}
.cid-tzNBbdcdq4 .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-tzNBbdcdq4 .card-title,
.cid-tzNBbdcdq4 .card-img {
  color: #555555;
}
.cid-tzNBbdcdq4 .mbr-section-title {
  font-size: 60px;
}
.cid-tzNBbdcdq4 .mbr-text,
.cid-tzNBbdcdq4 .mbr-section-btn {
  color: #777777;
}
.cid-tzNBbdcdq4 .mbr-title,
.cid-tzNBbdcdq4 .ornament {
  color: #005990;
  text-align: center;
}
.cid-tzNBbdcdq4 .btn-secondary_outline:hover,
.cid-tzNBbdcdq4 .btn-secondary_outline:active:hover {
  color: #ffffff !important;
  background-color: #4AA9E4 !important;
  border: none !important;
}
.cid-tzNBbdcdq4 .btn {
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tzKrK8VssO {
  padding-top: 4rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tzKrK8VssO .title_block {
  margin-bottom: 80px;
}
.cid-tzKrK8VssO .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #005990;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-tzKrK8VssO .mbr-section-title {
  color: #4aa9e4;
}
.cid-tzKrK8VssO .image img {
  width: 100%;
  object-fit: cover;
  box-shadow: 0px 20px 60px 0px rgba(0, 11, 40, 0.06);
  border-radius: 10px;
}
.cid-tzKrK8VssO .col-md-12 {
  top: 4rem;
}
.cid-tzKrK8VssO .mbr-text {
  margin-top: 30px;
}
.cid-tzKrK8VssO .nav-tabs .nav-item.open .nav-link:focus,
.cid-tzKrK8VssO .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tzKrK8VssO .nav-tabs {
  border: none;
}
.cid-tzKrK8VssO .nav-item {
  width: 100%;
  margin-bottom: 30px;
}
.cid-tzKrK8VssO .nav-tabs .nav-link {
  background-color: #efefef !important;
  line-height: 1;
  padding: 30px 40px;
  display: block;
  border-radius: 5px !important;
  border: none;
  color: #005990 !important;
  box-shadow: 0px 20px 60px 0px rgba(0, 11, 40, 0.06);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tzKrK8VssO .nav-tabs .nav-link.active {
  background-color: #005990 !important;
  box-shadow: 0px 40px 80px 0px rgba(1, 1, 64, 0.08);
  color: #ffffff !important;
}
.cid-tzKrK8VssO .nav-tabs .nav-link:hover {
  background-color: #005990 !important;
  box-shadow: 0px 20px 40px 0px rgba(0, 33, 121, 0.08);
  color: #ffffff !important;
  cursor: pointer;
}
.cid-tzKrK8VssO .nav-tabs .nav-link strong,
.cid-tzKrK8VssO .nav-tabs .nav-link b {
  font-size: 22px;
  display: block;
  line-height: 1;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .cid-tzKrK8VssO .title_block {
    margin-bottom: 40px;
  }
  .cid-tzKrK8VssO .nav-tabs .nav-link {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tzKrK8VssO .mbr-text {
    margin-top: 20px;
  }
}
.cid-tzKBruoNyj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fbfbfb;
  overflow: hidden;
}
.cid-tzKBruoNyj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzKBruoNyj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzKBruoNyj .container-fluid {
  max-width: 100% !important;
}
.cid-tzKBruoNyj .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-tzKBruoNyj .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tzKBruoNyj .text-wrap {
  width: 100%;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .cid-tzKBruoNyj .text-wrap {
    margin-bottom: 0;
    padding: 45px 30px 50px 50px;
  }
}
@media (min-width: 1440px) {
  .cid-tzKBruoNyj .text-wrap {
    margin-bottom: 0;
    padding: 60px 100px 0 60px;
  }
}
@media (max-width: 991px) {
  .cid-tzKBruoNyj .text-wrap {
    margin-bottom: 0;
    padding: 40px 50px 50px 50px;
  }
}
@media (max-width: 575px) {
  .cid-tzKBruoNyj .text-wrap {
    margin-bottom: 0;
    padding: 40px 30px;
  }
}
.cid-tzKBruoNyj .mbr-section-title {
  color: #005990;
  padding-bottom: 7px;
}
@media (max-width: 1439px) {
  .cid-tzKBruoNyj .mbr-section-title {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .cid-tzKBruoNyj .mbr-section-title {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cid-tzKBruoNyj .mbr-section-title {
    padding-bottom: 40px;
  }
}
.cid-tzKBruoNyj .mbr-text {
  color: #303030;
  margin-top: 25px;
}
.cid-tzKBruoNyj .text-items-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
  width: 100%;
  padding-top: 30px;
}
.cid-tzKBruoNyj .text-item {
  width: 49%;
}
@media (max-width: 767px) {
  .cid-tzKBruoNyj .text-item {
    width: 100%;
  }
}
.cid-tzKBruoNyj .item-title {
  color: #777777;
}
.cid-tzKBruoNyj .item-text {
  color: #333333;
  margin-top: 5px;
}
.cid-tzKEjwPsQR {
  padding-top: 5rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #fbfbfb;
}
.cid-tzKEjwPsQR .item:focus,
.cid-tzKEjwPsQR span:focus {
  outline: none;
}
.cid-tzKEjwPsQR .item-wrapper {
  position: relative;
}
.cid-tzKEjwPsQR .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-tzKEjwPsQR .mbr-section-btn {
  margin-top: auto !important;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  display: inline-block;
}
.cid-tzKEjwPsQR .mbr-section-title {
  color: #14142b;
  text-align: center;
  margin-left: -13rem;
  margin-bottom: 24px;
}
@media (max-width: 575px) {
  .cid-tzKEjwPsQR .mbr-section-title {
    margin-left: 0;
  }
}
.cid-tzKEjwPsQR .mbr-text,
.cid-tzKEjwPsQR .mbr-section-btn {
  text-align: left;
}
.cid-tzKEjwPsQR .item-title {
  text-align: left;
}
.cid-tzKEjwPsQR .item-subtitle {
  text-align: left;
}
.cid-tzKEjwPsQR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 33%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-tzKEjwPsQR .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-tzKEjwPsQR .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-tzKEjwPsQR .embla__slide {
    min-width: 375px;
  }
}
.cid-tzKEjwPsQR .embla__button--next,
.cid-tzKEjwPsQR .embla__button--prev {
  display: flex;
}
.cid-tzKEjwPsQR .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: none;
  width: 64px;
  height: 64px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: #14142b;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tzKEjwPsQR .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tzKEjwPsQR .embla__button:hover {
  background: #cccccc;
  color: #fff;
  transform: scale(1.05);
}
.cid-tzKEjwPsQR .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tzKEjwPsQR .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tzKEjwPsQR .embla__button {
    top: auto;
  }
}
.cid-tzKEjwPsQR .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tzKEjwPsQR .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tzKEjwPsQR .embla {
  position: relative;
  width: 100%;
}
.cid-tzKEjwPsQR .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-tzKEjwPsQR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tzKEjwPsQR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tzKEjwPsQR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tzKEjwPsQR .mbr-section-subtitle {
  text-align: center;
  color: #8c8c95;
}
.cid-tzKEjwPsQR .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-tzKEjwPsQR .shadow {
  border-radius: 34px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
  padding: 48px 65px;
  border: 1px solid #eff0f6;
  background-color: #ffffff;
}
.cid-tzKEjwPsQR .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 15rem 15rem 15rem 15rem;
  display: flex;
  justify-content: center;
}
.cid-tzKEjwPsQR img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tzKEjwPsQR .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-tzKEjwPsQR .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-tzKEjwPsQR .shadow:hover .number,
.cid-tzKEjwPsQR .shadow:hover .card-title {
  color: #cccccc !important;
}
.cid-tzKEjwPsQR .shadow:hover .iconfont-wrapper > .mbr-iconfont > span {
  color: #000000 !important;
}
.cid-tzKEjwPsQR .card-title {
  color: #4c4c4c;
  transition: 0.35s;
  text-align: left;
  margin-top: 18px;
}
.cid-tzKEjwPsQR .card-text {
  color: #8c8c95;
  text-align: center;
}
.cid-tzKEjwPsQR H3 {
  color: #1d1d1f;
  text-align: center;
}
.cid-tzKEjwPsQR .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 34px 25px 54px 31px;
}
.cid-tzKEjwPsQR .date {
  margin-bottom: 24px;
  color: #8c8c95;
}
.cid-tzKEjwPsQR .link-title {
  display: inline-block;
}
.cid-tzKEjwPsQR .margin {
  margin-right: 14px;
}
.cid-tzKEjwPsQR .article {
  display: contents;
}
.cid-tzKEjwPsQR .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #eff0f6;
}
.cid-tzKEjwPsQR .link-row {
  align-items: center;
}
@media (max-width: 530px) {
  .cid-tzKEjwPsQR .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
@media (max-width: 480px) {
  .cid-tzKEjwPsQR .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
.cid-tzKEjwPsQR .iconfont-wrapper {
  text-align: left;
  margin-bottom: 32px;
}
.cid-tzKEjwPsQR .iconfont-wrapper .mbr-iconfont::before {
  font-size: 50px;
  padding: 25px;
  border-radius: 50%;
}
.cid-tzKEjwPsQR .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-tzKEjwPsQR .btn {
  margin-top: 20px;
}
.cid-tzKEjwPsQR .card-title,
.cid-tzKEjwPsQR .iconfont-wrapper {
  text-align: center;
}
.cid-tzKEjwPsQR a.btn > span {
  margin-left: 0.5rem;
}
.cid-tzKEjwPsQR .mbr-section-title,
.cid-tzKEjwPsQR .button-align {
  text-align: left;
  color: #005990;
}
.cid-tzNtavPSvh {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fbfbfb;
}
.cid-tzNtavPSvh .row {
  flex-direction: row-reverse;
}
.cid-tzNtavPSvh .row {
  padding-top: 0rem;
}
@media (min-width: 992px) {
  .cid-tzNtavPSvh .row {
    padding-bottom: 0;
  }
}
.cid-tzNtavPSvh .mbr-section-head {
  display: flex;
}
@media (min-width: 992px) {
  .cid-tzNtavPSvh .mbr-section-head {
    padding-left: 20px;
  }
}
.cid-tzNtavPSvh .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.08);
  text-align: left;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}
@media (min-width: 992px) {
  .cid-tzNtavPSvh .text-container {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-tzNtavPSvh .text-container {
    padding: 60px;
  }
}
@media (max-width: 575px) {
  .cid-tzNtavPSvh .text-container {
    text-align: center!important;
  }
}
.cid-tzNtavPSvh .mbr-section-title {
  color: #005990;
  text-align: center;
}
.cid-tzNtavPSvh .mbr-section-subtitle {
  margin-top: 20px;
  color: #ffffff;
}
.cid-tzNtavPSvh .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 575px) {
  .cid-tzNtavPSvh .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tzNtavPSvh .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tzNtavPSvh .icon-wrap {
  position: absolute;
  background-color: #013d67 !important;
  border-radius: 50%;
  top: 41%;
  left: 40%;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tzNtavPSvh .icon-wrap:hover {
  background-color: #005990 !important;
}
@media (max-width: 575px) {
  .cid-tzNtavPSvh .icon-wrap {
    top: 41%;
    left: 44%;
  }
}
.cid-tzNtavPSvh .icon-wrap span {
  padding-left: 4px;
}
.cid-tzNtavPSvh .col-video {
  height: auto;
  display: flex;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .cid-tzNtavPSvh .col-video {
    margin-top: 0;
    padding-right: 20px;
  }
}
.cid-tzNtavPSvh .col-video .box {
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 1rem;
}
.cid-tzNtavPSvh .col-video .mbr-media {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  border-radius: 1rem;
}
.cid-tzNtavPSvh .col-video .mbr-media img {
  height: 360px;
  flex-grow: 1;
  border-radius: 1rem;
}
@media (min-width: 992px) {
  .cid-tzNtavPSvh .col-video .mbr-media img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-tzNtavPSvh .col-video .mbr-media img {
    height: auto;
  }
}
.cid-tzNtavPSvh .col-video .mbr-media a:hover {
  background-image: none !important;
}
.cid-tzNtavPSvh .mbr-media {
  position: relative;
}
.cid-tzNtavPSvh .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tzNtavPSvh .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #e5322c !important;
}
.cid-tzNtavPSvh .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
@media (max-width: 575px) {
  .cid-tzNtavPSvh .mbr-media span {
    font-size: 18px;
  }
}
.cid-tzNtavPSvh .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tzNtavPSvh .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tzNtavPSvh .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tzNtavPSvh .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tzNtavPSvh .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tzNtavPSvh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzNtavPSvh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzNtavPSvh .mbr-section-subtitle,
.cid-tzNtavPSvh .mbr-section-btn {
  color: #333333;
  text-align: center;
}
.cid-tzNtavPSvh .btn {
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tA1ugYs0Mr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tA1ugYs0Mr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tA1ugYs0Mr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tA1ugYs0Mr .row {
  justify-content: flex-start;
}
.cid-tA1ugYs0Mr .container {
  max-width: 1140px;
  margin: 0 auto;
}
.cid-tA1ugYs0Mr .container-fluid {
  padding: 0 130px;
}
@media (max-width: 992px) {
  .cid-tA1ugYs0Mr .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 795px) {
  .cid-tA1ugYs0Mr .container-fluid {
    padding: 0 15px;
  }
}
.cid-tA1ugYs0Mr .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 70px;
  border-radius: 15px;
  background-color: #1c4f73;
}
@media (max-width: 795px) {
  .cid-tA1ugYs0Mr .content-container {
    padding: 70px 30px;
  }
}
.cid-tA1ugYs0Mr .content-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tA1ugYs0Mr .shadow {
  border-radius: 1rem;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
  padding: 48px 32px;
}
.cid-tA1ugYs0Mr .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-tA1ugYs0Mr .mbr-section-subtitle {
  color: #f6f6f6;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
  text-align: left;
}
.cid-tA1ugYs0Mr .mbr-section-btn {
  width: 100%;
  margin-top: -6rem;
}
@media (max-width: 795px) {
  .cid-tA1ugYs0Mr .mbr-section-btn {
    margin-top: 50px;
    text-align: center !important;
  }
}
.cid-tA1ugYs0Mr .btn-secondary,
.cid-tA1ugYs0Mr .btn-secondary:active {
  color: #ffffff !important;
}
.cid-tA1ugYs0Mr .btn-secondary:hover,
.cid-tA1ugYs0Mr .btn-secondary:active:hover {
  color: #777777 !important;
}
.cid-tA1ugYs0Mr .btn {
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tA1ugYs0Mr marcatexto {
  font-weight: 500;
  color: #4aa9e4;
}
.cid-tzKcDdSxRe.popup-builder {
  background-color: #ffffff;
}
.cid-tzKcDdSxRe.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tzKcDdSxRe.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tzKcDdSxRe .modal-content,
.cid-tzKcDdSxRe .modal-dialog {
  height: auto;
}
.cid-tzKcDdSxRe .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tzKcDdSxRe .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tzKcDdSxRe .form-wrapper .mbr-form .form-group,
  .cid-tzKcDdSxRe .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tzKcDdSxRe .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tzKcDdSxRe .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tzKcDdSxRe .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-tzKcDdSxRe .pt-0 {
  padding-top: 0 !important;
}
.cid-tzKcDdSxRe .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tzKcDdSxRe .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tzKcDdSxRe .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tzKcDdSxRe .modal-open {
  overflow: hidden;
}
.cid-tzKcDdSxRe .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tzKcDdSxRe .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tzKcDdSxRe .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tzKcDdSxRe .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tzKcDdSxRe .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tzKcDdSxRe .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tzKcDdSxRe .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tzKcDdSxRe .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tzKcDdSxRe .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tzKcDdSxRe .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tzKcDdSxRe .modal-backdrop.fade {
  opacity: 0;
}
.cid-tzKcDdSxRe .modal-backdrop.show {
  opacity: .5;
}
.cid-tzKcDdSxRe .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tzKcDdSxRe .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tzKcDdSxRe .modal-header {
    padding: 1rem;
  }
}
.cid-tzKcDdSxRe .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tzKcDdSxRe .modal-header .close svg {
  fill: #ffffff;
}
.cid-tzKcDdSxRe .modal-header .close:hover {
  opacity: 1;
}
.cid-tzKcDdSxRe .modal-header .close:focus {
  outline: none;
}
.cid-tzKcDdSxRe .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tzKcDdSxRe .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tzKcDdSxRe .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tzKcDdSxRe .modal-body {
    padding: 1rem;
  }
}
.cid-tzKcDdSxRe .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tzKcDdSxRe .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tzKcDdSxRe .modal-footer {
    padding: 1rem;
  }
}
.cid-tzKcDdSxRe .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tzKcDdSxRe .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tzKcDdSxRe .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tzKcDdSxRe .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tzKcDdSxRe .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tzKcDdSxRe .modal-lg,
  .cid-tzKcDdSxRe .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tzKcDdSxRe .modal-xl {
    max-width: 1140px;
  }
}
.cid-tzKcDdSxRe .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tzKcDdSxRe .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tzKcDdSxRe .form-group {
  margin-bottom: 1rem;
}
.cid-tzKcDdSxRe .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tzKcDdSxRe .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tzKcDdSxRe .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tzKcDdSxRe .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-tzKcDdSxRe .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-tzKcDeNQJV {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-tzKcDeNQJV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzKcDeNQJV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzKcDeNQJV .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tzKcDeNQJV .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tzKcDeNQJV .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tzKcDeNQJV .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tzKcDeNQJV .container {
    max-width: 100%;
  }
  .cid-tzKcDeNQJV .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tzKcDeNQJV .item-wrap {
  width: 100%;
}
.cid-tzKcDeNQJV .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tzKcDeNQJV .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tzKcDeNQJV .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tzKcDeNQJV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tzKcDeNQJV .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tzKcDeNQJV .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tzKcDeNQJV .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tzKcDeNQJV .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tzKcDeNQJV .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-tzKcDeNQJV .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-tzKcDeNQJV .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-tzKcDeNQJV .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tzKcDeNQJV .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tzKcDeNQJV .col-links {
    padding-top: 20px;
  }
}
.cid-tzKcDeNQJV .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tzKcDeNQJV .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tzKcDeNQJV .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tzKcDeNQJV .list {
    text-align: center !important;
  }
}
.cid-tzKcDeNQJV .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tzKcDeNQJV .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tzKcDeNQJV .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tzKcDeNQJV .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-tzKcDeNQJV .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-tzKcDeNQJV .list a:hover:before {
  width: 100%;
}
.cid-tzKcDeNQJV .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tzKcDeNQJV .col-copyright {
    padding-top: 40px;
  }
}
.cid-tzKcDeNQJV .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-tzKcDeNQJV .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-txrYDxJeKa {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/background17-1920x1280.jpg");
}
.cid-txrYDxJeKa .row {
  flex-direction: row-reverse;
}
.cid-txrYDxJeKa .row {
  padding-top: 10em;
  padding-bottom: 3em;
}
@media (min-width: 992px) {
  .cid-txrYDxJeKa .row {
    padding-bottom: 40px;
  }
}
.cid-txrYDxJeKa .mbr-section-head {
  display: flex;
}
@media (min-width: 992px) {
  .cid-txrYDxJeKa .mbr-section-head {
    padding-left: 20px;
  }
}
.cid-txrYDxJeKa .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.08);
  text-align: left;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}
@media (min-width: 992px) {
  .cid-txrYDxJeKa .text-container {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-txrYDxJeKa .text-container {
    padding: 60px;
  }
}
@media (max-width: 575px) {
  .cid-txrYDxJeKa .text-container {
    text-align: center!important;
  }
}
.cid-txrYDxJeKa .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-txrYDxJeKa .mbr-section-subtitle {
  margin-top: 20px;
  color: #ffffff;
  opacity: 0.5;
}
.cid-txrYDxJeKa .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 575px) {
  .cid-txrYDxJeKa .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-txrYDxJeKa .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-txrYDxJeKa .icon-wrap {
  position: absolute;
  background-color: #013d67 !important;
  border-radius: 50%;
  top: 41%;
  left: 44%;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-txrYDxJeKa .icon-wrap:hover {
  background-color: #005990 !important;
}
@media (max-width: 575px) {
  .cid-txrYDxJeKa .icon-wrap {
    top: 41%;
    left: 44%;
  }
}
.cid-txrYDxJeKa .icon-wrap span {
  padding-left: 4px;
}
.cid-txrYDxJeKa .col-video {
  height: auto;
  display: flex;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .cid-txrYDxJeKa .col-video {
    margin-top: 0;
    padding-right: 20px;
  }
}
.cid-txrYDxJeKa .col-video .box {
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 1rem;
}
.cid-txrYDxJeKa .col-video .mbr-media {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  border-radius: 1rem;
}
.cid-txrYDxJeKa .col-video .mbr-media img {
  height: 480px;
  flex-grow: 1;
  border-radius: 1rem;
}
@media (min-width: 992px) {
  .cid-txrYDxJeKa .col-video .mbr-media img {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-txrYDxJeKa .col-video .mbr-media img {
    height: auto;
  }
}
.cid-txrYDxJeKa .col-video .mbr-media a:hover {
  background-image: none !important;
}
.cid-txrYDxJeKa .mbr-media {
  position: relative;
}
.cid-txrYDxJeKa .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-txrYDxJeKa .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #e5322c !important;
}
.cid-txrYDxJeKa .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
@media (max-width: 575px) {
  .cid-txrYDxJeKa .mbr-media span {
    font-size: 18px;
  }
}
.cid-txrYDxJeKa .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-txrYDxJeKa .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-txrYDxJeKa .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-txrYDxJeKa .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-txrYDxJeKa .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-txrYDxJeKa .mbr-fallback-image.disabled {
  display: none;
}
.cid-txrYDxJeKa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txrYDxJeKa .mbr-section-subtitle,
.cid-txrYDxJeKa .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-txnFkThkxN {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-txnFkThkxN .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-txnFkThkxN .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-txnFkThkxN .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-txnFkThkxN .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-txnFkThkxN .container {
  padding: 0;
}
.cid-txnFkThkxN .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-txnFkThkxN .icon-focus {
  display: none;
}
.cid-txnFkThkxN .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-txnFkThkxN .btn-primary-outline:hover {
  background: transparent !important;
  color: #005990 !important;
}
.cid-txnFkThkxN li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-txnFkThkxN li {
  position: relative;
}
.cid-txnFkThkxN .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-txnFkThkxN .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0095ff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-txnFkThkxN .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-txnFkThkxN .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-txnFkThkxN .btn {
  font-family: Quicksand !important;
}
.cid-txnFkThkxN .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-txnFkThkxN .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-txnFkThkxN .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #0095ff !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-txnFkThkxN li:not(:last-child):after {
    top: 9px;
  }
  .cid-txnFkThkxN .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
}
.cid-txnzVPX0ec.popup-builder {
  background-color: #ffffff;
}
.cid-txnzVPX0ec.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txnzVPX0ec.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txnzVPX0ec .modal-content,
.cid-txnzVPX0ec .modal-dialog {
  height: auto;
}
.cid-txnzVPX0ec .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txnzVPX0ec .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txnzVPX0ec .form-wrapper .mbr-form .form-group,
  .cid-txnzVPX0ec .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txnzVPX0ec .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txnzVPX0ec .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-txnzVPX0ec .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-txnzVPX0ec .pt-0 {
  padding-top: 0 !important;
}
.cid-txnzVPX0ec .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txnzVPX0ec .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txnzVPX0ec .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txnzVPX0ec .modal-open {
  overflow: hidden;
}
.cid-txnzVPX0ec .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txnzVPX0ec .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txnzVPX0ec .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txnzVPX0ec .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-txnzVPX0ec .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txnzVPX0ec .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txnzVPX0ec .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txnzVPX0ec .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-txnzVPX0ec .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-txnzVPX0ec .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txnzVPX0ec .modal-backdrop.fade {
  opacity: 0;
}
.cid-txnzVPX0ec .modal-backdrop.show {
  opacity: .5;
}
.cid-txnzVPX0ec .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-txnzVPX0ec .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-txnzVPX0ec .modal-header {
    padding: 1rem;
  }
}
.cid-txnzVPX0ec .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txnzVPX0ec .modal-header .close svg {
  fill: #ffffff;
}
.cid-txnzVPX0ec .modal-header .close:hover {
  opacity: 1;
}
.cid-txnzVPX0ec .modal-header .close:focus {
  outline: none;
}
.cid-txnzVPX0ec .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txnzVPX0ec .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-txnzVPX0ec .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txnzVPX0ec .modal-body {
    padding: 1rem;
  }
}
.cid-txnzVPX0ec .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-txnzVPX0ec .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-txnzVPX0ec .modal-footer {
    padding: 1rem;
  }
}
.cid-txnzVPX0ec .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txnzVPX0ec .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txnzVPX0ec .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txnzVPX0ec .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txnzVPX0ec .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-txnzVPX0ec .modal-lg,
  .cid-txnzVPX0ec .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-txnzVPX0ec .modal-xl {
    max-width: 1140px;
  }
}
.cid-txnzVPX0ec .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txnzVPX0ec .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-txnzVPX0ec .form-group {
  margin-bottom: 1rem;
}
.cid-txnzVPX0ec .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txnzVPX0ec .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txnzVPX0ec .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-txnzVPX0ec .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-txnzVPX0ec .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-txnzVQEHYJ {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-txnzVQEHYJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-txnzVQEHYJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txnzVQEHYJ .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-txnzVQEHYJ .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-txnzVQEHYJ .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-txnzVQEHYJ .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-txnzVQEHYJ .container {
    max-width: 100%;
  }
  .cid-txnzVQEHYJ .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-txnzVQEHYJ .item-wrap {
  width: 100%;
}
.cid-txnzVQEHYJ .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-txnzVQEHYJ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-txnzVQEHYJ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-txnzVQEHYJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txnzVQEHYJ .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-txnzVQEHYJ .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-txnzVQEHYJ .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-txnzVQEHYJ .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-txnzVQEHYJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-txnzVQEHYJ .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-txnzVQEHYJ .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-txnzVQEHYJ .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txnzVQEHYJ .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-txnzVQEHYJ .col-links {
    padding-top: 20px;
  }
}
.cid-txnzVQEHYJ .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-txnzVQEHYJ .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txnzVQEHYJ .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-txnzVQEHYJ .list {
    text-align: center !important;
  }
}
.cid-txnzVQEHYJ .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-txnzVQEHYJ .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-txnzVQEHYJ .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-txnzVQEHYJ .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-txnzVQEHYJ .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-txnzVQEHYJ .list a:hover:before {
  width: 100%;
}
.cid-txnzVQEHYJ .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-txnzVQEHYJ .col-copyright {
    padding-top: 40px;
  }
}
.cid-txnzVQEHYJ .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-txnzVQEHYJ .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tC5NGJTf3X .navbar {
  padding: 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-tC5NGJTf3X .navbar-fixed-top {
  padding-top: 0;
}
.cid-tC5NGJTf3X .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tC5NGJTf3X .dropdown-item {
  padding: 0;
}
.cid-tC5NGJTf3X .dropdown-menu {
  border: 0px solid lightgray;
}
.cid-tC5NGJTf3X .menu-content-top {
  margin: auto;
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-content-top {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-content-top {
    display: block;
  }
  .cid-tC5NGJTf3X .menu-content-top .menu-content-right {
    display: none;
  }
  .cid-tC5NGJTf3X .menu-content-top .navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    margin: 0;
  }
}
.cid-tC5NGJTf3X nav.opened .menu-content-top {
  display: none;
}
.cid-tC5NGJTf3X .menu-bottom {
  margin: auto;
  width: 61%;
  background: #014570;
  display: flex;
  padding: 0.6rem 2rem;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .menu-bottom {
    margin: auto;
    width: 100%;
    background: #ffffff;
    position: relative;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .menu-bottom {
    padding: 0 2rem;
    width: 100%;
    background: #ffffff;
  }
}
@media (max-width: 1200px) {
  .cid-tC5NGJTf3X .menu-bottom {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 1201px) {
  .cid-tC5NGJTf3X .menu-bottom {
    max-height: 5em;
  }
}
.cid-tC5NGJTf3X .menu-alert {
  margin: 0;
  width: 100%;
  padding: 14px 14px 0 24rem;
  display: none;
  vertical-align: top;
  text-align: left;
  color: #777777;
  background: #f7f7f7;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  font-weight: 600;
}
.cid-tC5NGJTf3X a {
  font-style: normal;
}
.cid-tC5NGJTf3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tC5NGJTf3X .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tC5NGJTf3X .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tC5NGJTf3X .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .content-text {
  margin-bottom: 0;
}
.cid-tC5NGJTf3X .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #005990;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tC5NGJTf3X .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tC5NGJTf3X .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tC5NGJTf3X .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .navbar-nav .nav-item a {
    color: #000000 !important;
  }
}
.cid-tC5NGJTf3X .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tC5NGJTf3X .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC5NGJTf3X .nav-dropdown .link {
  font-weight: 400;
}
.cid-tC5NGJTf3X .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tC5NGJTf3X .content-right-side {
  text-align: center;
}
.cid-tC5NGJTf3X .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tC5NGJTf3X .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tC5NGJTf3X .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tC5NGJTf3X .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tC5NGJTf3X .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tC5NGJTf3X .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tC5NGJTf3X .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tC5NGJTf3X .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tC5NGJTf3X .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 912px) {
  .cid-tC5NGJTf3X .navbar .menu-alert {
    display: flex;
  }
  .cid-tC5NGJTf3X .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tC5NGJTf3X .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .menu-content-top {
    border-bottom: 0px solid #e0e0e0;
  }
  .cid-tC5NGJTf3X .navbar {
    display: block;
    padding: 0;
  }
  .cid-tC5NGJTf3X .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tC5NGJTf3X .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 4.5rem);
  }
  .cid-tC5NGJTf3X .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tC5NGJTf3X .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tC5NGJTf3X .navbar-toggler {
    display: none;
  }
  .cid-tC5NGJTf3X .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tC5NGJTf3X .navbar-short .menu-alert {
  background: transparent;
  color: transparent;
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
}
.cid-tC5NGJTf3X .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tC5NGJTf3X .navbar-short .widget-icon {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-title {
  color: transparent;
}
.cid-tC5NGJTf3X .navbar-short .widget-content .widget-text {
  color: transparent;
}
.cid-tC5NGJTf3X .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tC5NGJTf3X .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tC5NGJTf3X .menu-logo {
  margin-right: auto;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  height: 100%;
  transition: padding 0.2s;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tC5NGJTf3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu {
  background-color: #014570 !important;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 3px solid red;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    background-color: #ffffff !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 575px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 795px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
@media (max-width: 912px) {
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item:hover {
    color: #000000 !important;
    background-color: #ffb9b9 !important;
  }
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tC5NGJTf3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tC5NGJTf3X .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
  background: transparent;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tC5NGJTf3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tC5NGJTf3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0;
  -webkit-align-self: center;
  align-self: flex-end;
}
.cid-tC5NGJTf3X button.navbar-toggler:focus {
  outline: none;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tC5NGJTf3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tC5NGJTf3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tC5NGJTf3X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .btn {
  display: flex;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tC5NGJTf3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tC5NGJTf3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tC5NGJTf3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-tC5NGJTf3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tC5NGJTf3X .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tC5NGJTf3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tC5NGJTf3X .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tC5NGJTf3X .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tC5NGJTf3X .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing,
  .cid-tC5NGJTf3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tC5NGJTf3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tC5NGJTf3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tC5NGJTf3X .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tC5NGJTf3X img {
    height: 2.2rem !important;
  }
  .cid-tC5NGJTf3X .btn {
    display: flex;
  }
  .cid-tC5NGJTf3X button.navbar-toggler {
    display: block;
  }
  .cid-tC5NGJTf3X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tC5NGJTf3X .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tC5NGJTf3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tC5NGJTf3X .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tC5NGJTf3X .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
  .cid-tC5NGJTf3X .menu-alert {
    display: none;
  }
}
.cid-tC5NGJTf3X .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tC5NGJTf3X .nav-link:focus {
  outline: none;
}
.cid-tC5NGJTf3X .navbar-toggler {
  position: relative;
}
.cid-tC5NGJTf3X .dropdown-item.active,
.cid-tC5NGJTf3X .dropdown-item:active {
  color: auto;
}
.cid-tC5NGJTf3X .widget-title,
.cid-tC5NGJTf3X .widget-icon {
  color: #878e99;
}
.cid-tC5NGJTf3X .mbr-section-btn {
  margin-left: auto;
  margin-right: 0rem;
}
.cid-tC5NGJTf3X .btn-primary,
.cid-tC5NGJTf3X .btn-primary:active {
  color: #ffffff !important;
}
.cid-tC5NGJTf3X .btn-primary:hover,
.cid-tC5NGJTf3X .btn-primary:active:hover {
  color: #ffb9b9 !important;
}
.cid-tC5NGJTf3X hr {
  width: 80%;
  height: 0.1px;
  background: #d9d9d9;
}
.cid-tC5NGJTf3X .menu-alert .menu-alert-text {
  text-align: left;
  color: #044775;
}
.cid-tzWQDgGwqF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tzWQDgGwqF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzWQDgGwqF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzWQDgGwqF .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tzWQDgGwqF .container-fluid {
    padding: 0 30px;
  }
}
.cid-tzWQDgGwqF .container-fluid .row {
  padding: 0;
}
.cid-tzWQDgGwqF .title-wrapper {
  padding: 180px 120px;
}
@media (max-width: 1200px) {
  .cid-tzWQDgGwqF .title-wrapper {
    padding: 120px 60px;
  }
}
@media (max-width: 992px) {
  .cid-tzWQDgGwqF .title-wrapper {
    padding: 80px 0;
  }
}
.cid-tzWQDgGwqF .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tzWQDgGwqF .title-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tzWQDgGwqF .image-wrapper {
  position: relative;
}
.cid-tzWQDgGwqF .image-wrapper img {
  object-fit: cover;
}
.cid-tzWQDgGwqF .image-wrapper img:first-child {
  height: 900px;
}
@media (max-width: 992px) {
  .cid-tzWQDgGwqF .image-wrapper img:first-child {
    height: 350px;
  }
}
.cid-tzWQDgGwqF .image-wrapper img:last-child {
  position: absolute;
  bottom: 5rem;
  left: -7rem;
  width: 315px;
  height: 425px;
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .cid-tzWQDgGwqF .image-wrapper img:last-child {
    left: -5rem;
  }
}
@media (max-width: 992px) {
  .cid-tzWQDgGwqF .image-wrapper img:last-child {
    display: none;
  }
}
.cid-tzWQDgGwqF .mbr-section-title {
  color: #000000;
}
.cid-tzWQDgGwqF .mbr-text {
  color: #999999;
}
.cid-tzWQDgGwqF .mbr-section-title,
.cid-tzWQDgGwqF .mbr-section-btn {
  color: #0096c4;
}
.cid-tzWQDgGwqF H6 {
  color: #878e99;
}
.cid-tzWQDhfujc {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background30-1-1920x1280.jpg");
}
@media (max-width: 992px) {
  .cid-tzWQDhfujc {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.cid-tzWQDhfujc .box {
  background-image: url("../../../assets/images/capa-video4-1-1460x973.png");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tzWQDhfujc .icon-wrap {
  background-color: #555555 !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tzWQDhfujc .icon-wrap:hover {
  background-color: #005990 !important;
}
.cid-tzWQDhfujc .icon-wrap span {
  padding-left: 4px;
}
.cid-tzWQDhfujc .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #00d0ff !important;
}
.cid-tzWQDhfujc .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tzWQDhfujc .section-head {
  margin-bottom: 2.3rem;
}
.cid-tzWQDhfujc .mbr-section-subtitle {
  margin-top: 1rem;
}
.cid-tzWQDhfujc .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tzWQDhfujc .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tzWQDhfujc .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tzWQDhfujc a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tzWQDhfujc a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tzWQDhfujc {
    padding-top: 28px;
    padding-bottom: 21px;
  }
  .cid-tzWQDhfujc .box {
    height: 250px;
  }
  .cid-tzWQDhfujc .row {
    padding: 1rem !important;
  }
}
@media (min-width: 767px) {
  .cid-tzWQDhfujc .row {
    padding: 0 1rem;
  }
}
.cid-tzWQDhfujc .mbr-section-title {
  color: #999999;
}
.cid-tzWQDhR96A {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tzWQDhR96A .media-container-row {
  margin-top: 0.5rem;
}
.cid-tzWQDhR96A .mbr-text {
  color: #ffffff;
  line-height: 1.8;
}
.cid-tzWQDhR96A .card-img span {
  color: #ffffff;
}
.cid-tzWQDhR96A .card-title {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.cid-tzWQDhR96A .card-title,
.cid-tzWQDhR96A .card-img {
  color: #555555;
}
.cid-tzWQDhR96A .mbr-section-title {
  font-size: 60px;
}
.cid-tzWQDhR96A .mbr-text,
.cid-tzWQDhR96A .mbr-section-btn {
  color: #777777;
}
.cid-tzWQDhR96A .mbr-title,
.cid-tzWQDhR96A .ornament {
  color: #005990;
  text-align: center;
}
.cid-tzWQDhR96A .btn {
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tzXkhWxx68 {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tzXkhWxx68 {
    padding-top: 0rem;
    padding-bottom: 5rem;
  }
}
.cid-tzXkhWxx68 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzXkhWxx68 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzXkhWxx68 .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-tzXkhWxx68 .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-tzXkhWxx68 .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-tzXkhWxx68 .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tzXkhWxx68 .content-container {
    flex-wrap: wrap;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .cid-tzXkhWxx68 .content-container {
    padding: 0 20px;
  }
}
.cid-tzXkhWxx68 .img-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tzXkhWxx68 .img-container {
    order: 3;
    width: 100%;
    background-color: transparent;
  }
}
.cid-tzXkhWxx68 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cid-tzXkhWxx68 .image-wrapper img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tzXkhWxx68 .image-wrapper img {
    max-width: 760px;
  }
}
.cid-tzXkhWxx68 .text-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 0 5% 0  5%;
  min-height: 780px;
  padding-top: 0rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-tzXkhWxx68 .text-container {
    width: 100%;
    padding: 0;
    min-height: 0;
    margin-bottom: 20px;
  }
}
.cid-tzXkhWxx68 .mbr-section-title {
  color: #999999;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tzXkhWxx68 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tzXkhWxx68 .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tzXkhWxx68 .mbr-text {
    text-align: center !important;
  }
}
.cid-tzXkhWxx68 .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-tzXkhWxx68 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tzXkhWxx68 .col-list {
  margin-top: 25px;
  width: 100%;
}
.cid-tzXkhWxx68 .list-title {
  color: #112B6D;
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tzXkhWxx68 .list-title {
    text-align: center !important;
  }
}
.cid-tzXkhWxx68 .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.cid-tzXkhWxx68 .item-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-tzXkhWxx68 .item-wrap:not(:first-child) {
  margin-top: 30px;
}
.cid-tzXkhWxx68 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 36px;
  padding: 3px;
  min-width: 30px;
  min-height: 30px;
  border-radius: 100%;
  border: 2px solid #0096c4;
}
.cid-tzXkhWxx68 .iconfont-wrapper .mbr-iconfont {
  color: #0096c4;
  font-size: 14px;
  padding: 3px;
  border-radius: 100%;
  background-color: #b3f9ff;
}
.cid-tzXkhWxx68 .list-text {
  color: #112B6D;
  flex-grow: 1;
}
.cid-tzXkhWxx68 .mbr-text,
.cid-tzXkhWxx68 .mbr-section-btn {
  color: #999999;
}
.cid-tA18KxYMi0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fbfbfb;
  overflow: hidden;
}
.cid-tA18KxYMi0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tA18KxYMi0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tA18KxYMi0 .container-fluid {
  max-width: 100% !important;
}
.cid-tA18KxYMi0 .row {
  flex-direction: row-reverse;
}
.cid-tA18KxYMi0 .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-tA18KxYMi0 .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tA18KxYMi0 .text-wrap {
  width: 100%;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .cid-tA18KxYMi0 .text-wrap {
    margin-bottom: 0;
    padding: 45px 30px 50px 50px;
    padding: 45px 50px 50px 30px;
  }
}
@media (min-width: 1440px) {
  .cid-tA18KxYMi0 .text-wrap {
    margin-bottom: 0;
    padding: 60px 100px 0 60px;
    padding: 40px 60px 0 100px;
  }
}
@media (max-width: 991px) {
  .cid-tA18KxYMi0 .text-wrap {
    margin-bottom: 0;
    padding: 40px 50px 50px 50px;
  }
}
@media (max-width: 575px) {
  .cid-tA18KxYMi0 .text-wrap {
    margin-bottom: 0;
    padding: 40px 30px;
  }
}
.cid-tA18KxYMi0 .mbr-section-title {
  color: #0096c4;
  padding-bottom: 7px;
}
@media (max-width: 1439px) {
  .cid-tA18KxYMi0 .mbr-section-title {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .cid-tA18KxYMi0 .mbr-section-title {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cid-tA18KxYMi0 .mbr-section-title {
    padding-bottom: 40px;
  }
}
.cid-tA18KxYMi0 .mbr-text {
  color: #303030;
  margin-top: 25px;
}
.cid-tA18KxYMi0 .text-items-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
  width: 100%;
  padding-top: 30px;
}
.cid-tA18KxYMi0 .text-item {
  width: 49%;
}
@media (max-width: 767px) {
  .cid-tA18KxYMi0 .text-item {
    width: 100%;
  }
}
.cid-tA18KxYMi0 .item-title {
  color: #303030;
}
.cid-tA18KxYMi0 .item-text {
  color: #303030;
  margin-top: 5px;
}
.cid-tzWQDjXTtb {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #fbfbfb;
}
.cid-tzWQDjXTtb .item:focus,
.cid-tzWQDjXTtb span:focus {
  outline: none;
}
.cid-tzWQDjXTtb .item-wrapper {
  position: relative;
}
.cid-tzWQDjXTtb .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-tzWQDjXTtb .mbr-section-btn {
  margin-top: auto !important;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  display: inline-block;
}
.cid-tzWQDjXTtb .mbr-section-title {
  color: #14142b;
  text-align: center;
  margin-left: -13rem;
  margin-bottom: 24px;
}
@media (max-width: 575px) {
  .cid-tzWQDjXTtb .mbr-section-title {
    margin-left: 0;
  }
}
.cid-tzWQDjXTtb .mbr-text,
.cid-tzWQDjXTtb .mbr-section-btn {
  text-align: left;
}
.cid-tzWQDjXTtb .item-title {
  text-align: left;
}
.cid-tzWQDjXTtb .item-subtitle {
  text-align: left;
}
.cid-tzWQDjXTtb .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 33%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-tzWQDjXTtb .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-tzWQDjXTtb .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-tzWQDjXTtb .embla__slide {
    min-width: 375px;
  }
}
.cid-tzWQDjXTtb .embla__button--next,
.cid-tzWQDjXTtb .embla__button--prev {
  display: flex;
}
.cid-tzWQDjXTtb .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: none;
  width: 64px;
  height: 64px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: #14142b;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tzWQDjXTtb .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tzWQDjXTtb .embla__button:hover {
  background: #cccccc;
  color: #fff;
  transform: scale(1.05);
}
.cid-tzWQDjXTtb .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tzWQDjXTtb .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tzWQDjXTtb .embla__button {
    top: auto;
  }
}
.cid-tzWQDjXTtb .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tzWQDjXTtb .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tzWQDjXTtb .embla {
  position: relative;
  width: 100%;
}
.cid-tzWQDjXTtb .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-tzWQDjXTtb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tzWQDjXTtb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tzWQDjXTtb .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tzWQDjXTtb .mbr-section-subtitle {
  text-align: center;
  color: #8c8c95;
}
.cid-tzWQDjXTtb .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-tzWQDjXTtb .shadow {
  border-radius: 34px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
  padding: 48px 65px;
  border: 1px solid #eff0f6;
  background-color: #ffffff;
}
.cid-tzWQDjXTtb .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 15rem 15rem 15rem 15rem;
  display: flex;
  justify-content: center;
}
.cid-tzWQDjXTtb img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tzWQDjXTtb .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-tzWQDjXTtb .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-tzWQDjXTtb .shadow:hover .number,
.cid-tzWQDjXTtb .shadow:hover .card-title {
  color: #cccccc !important;
}
.cid-tzWQDjXTtb .shadow:hover .iconfont-wrapper > .mbr-iconfont > span {
  color: #000000 !important;
}
.cid-tzWQDjXTtb .card-title {
  color: #4c4c4c;
  transition: 0.35s;
  text-align: left;
  margin-top: 18px;
}
.cid-tzWQDjXTtb .card-text {
  color: #8c8c95;
  text-align: center;
}
.cid-tzWQDjXTtb H3 {
  color: #1d1d1f;
  text-align: center;
}
.cid-tzWQDjXTtb .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 34px 25px 54px 31px;
}
.cid-tzWQDjXTtb .date {
  margin-bottom: 24px;
  color: #8c8c95;
}
.cid-tzWQDjXTtb .link-title {
  display: inline-block;
}
.cid-tzWQDjXTtb .margin {
  margin-right: 14px;
}
.cid-tzWQDjXTtb .article {
  display: contents;
}
.cid-tzWQDjXTtb .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #eff0f6;
}
.cid-tzWQDjXTtb .link-row {
  align-items: center;
}
@media (max-width: 530px) {
  .cid-tzWQDjXTtb .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
@media (max-width: 480px) {
  .cid-tzWQDjXTtb .card-wrapper {
    border-radius: 0 0 30px 30px;
  }
}
.cid-tzWQDjXTtb .iconfont-wrapper {
  text-align: left;
  margin-bottom: 32px;
}
.cid-tzWQDjXTtb .iconfont-wrapper .mbr-iconfont::before {
  font-size: 50px;
  padding: 25px;
  border-radius: 50%;
}
.cid-tzWQDjXTtb .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-tzWQDjXTtb .btn {
  margin-top: 20px;
}
.cid-tzWQDjXTtb .card-title,
.cid-tzWQDjXTtb .iconfont-wrapper {
  text-align: center;
}
.cid-tzWQDjXTtb a.btn > span {
  margin-left: 0.5rem;
}
.cid-tzWQDjXTtb .mbr-section-title,
.cid-tzWQDjXTtb .button-align {
  text-align: left;
  color: #0096c4;
}
.cid-tAzcawHMcL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tAzcawHMcL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAzcawHMcL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAzcawHMcL .row {
  justify-content: flex-start;
}
.cid-tAzcawHMcL .container {
  max-width: 1140px;
  margin: 0 auto;
}
.cid-tAzcawHMcL .container-fluid {
  padding: 0 130px;
}
@media (max-width: 992px) {
  .cid-tAzcawHMcL .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 795px) {
  .cid-tAzcawHMcL .container-fluid {
    padding: 0 15px;
  }
}
.cid-tAzcawHMcL .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 70px;
  border-radius: 15px;
  background-color: #1c4f73;
}
@media (max-width: 795px) {
  .cid-tAzcawHMcL .content-container {
    padding: 70px 30px;
  }
}
.cid-tAzcawHMcL .content-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tAzcawHMcL .shadow {
  border-radius: 1rem;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
  padding: 48px 32px;
}
.cid-tAzcawHMcL .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-tAzcawHMcL .mbr-section-subtitle {
  color: #f6f6f6;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
  text-align: left;
}
.cid-tAzcawHMcL .mbr-section-btn {
  width: 100%;
  margin-top: -6rem;
}
@media (max-width: 795px) {
  .cid-tAzcawHMcL .mbr-section-btn {
    margin-top: 50px;
    text-align: center !important;
  }
}
.cid-tAzcawHMcL .btn-secondary,
.cid-tAzcawHMcL .btn-secondary:active {
  color: #ffffff !important;
}
.cid-tAzcawHMcL .btn-secondary:hover,
.cid-tAzcawHMcL .btn-secondary:active:hover {
  color: #777777 !important;
}
.cid-tAzcawHMcL .btn {
  margin-left: 0rem;
  padding: 0.8rem 2.5rem;
}
.cid-tAzcawHMcL marcatexto {
  font-weight: 500;
  color: #4aa9e4;
}
.cid-tzWQDlv0ot.popup-builder {
  background-color: #ffffff;
}
.cid-tzWQDlv0ot.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tzWQDlv0ot.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tzWQDlv0ot .modal-content,
.cid-tzWQDlv0ot .modal-dialog {
  height: auto;
}
.cid-tzWQDlv0ot .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tzWQDlv0ot .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tzWQDlv0ot .form-wrapper .mbr-form .form-group,
  .cid-tzWQDlv0ot .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tzWQDlv0ot .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tzWQDlv0ot .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tzWQDlv0ot .mbr-text {
  text-align: center;
  color: #efefef;
}
.cid-tzWQDlv0ot .pt-0 {
  padding-top: 0 !important;
}
.cid-tzWQDlv0ot .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tzWQDlv0ot .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tzWQDlv0ot .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tzWQDlv0ot .modal-open {
  overflow: hidden;
}
.cid-tzWQDlv0ot .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tzWQDlv0ot .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tzWQDlv0ot .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tzWQDlv0ot .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tzWQDlv0ot .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tzWQDlv0ot .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tzWQDlv0ot .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tzWQDlv0ot .modal-content {
  background: #4aa9e4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tzWQDlv0ot .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tzWQDlv0ot .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tzWQDlv0ot .modal-backdrop.fade {
  opacity: 0;
}
.cid-tzWQDlv0ot .modal-backdrop.show {
  opacity: .5;
}
.cid-tzWQDlv0ot .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tzWQDlv0ot .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tzWQDlv0ot .modal-header {
    padding: 1rem;
  }
}
.cid-tzWQDlv0ot .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tzWQDlv0ot .modal-header .close svg {
  fill: #ffffff;
}
.cid-tzWQDlv0ot .modal-header .close:hover {
  opacity: 1;
}
.cid-tzWQDlv0ot .modal-header .close:focus {
  outline: none;
}
.cid-tzWQDlv0ot .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tzWQDlv0ot .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tzWQDlv0ot .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tzWQDlv0ot .modal-body {
    padding: 1rem;
  }
}
.cid-tzWQDlv0ot .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tzWQDlv0ot .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tzWQDlv0ot .modal-footer {
    padding: 1rem;
  }
}
.cid-tzWQDlv0ot .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tzWQDlv0ot .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tzWQDlv0ot .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tzWQDlv0ot .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tzWQDlv0ot .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tzWQDlv0ot .modal-lg,
  .cid-tzWQDlv0ot .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tzWQDlv0ot .modal-xl {
    max-width: 1140px;
  }
}
.cid-tzWQDlv0ot .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tzWQDlv0ot .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tzWQDlv0ot .form-group {
  margin-bottom: 1rem;
}
.cid-tzWQDlv0ot .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tzWQDlv0ot .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tzWQDlv0ot .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tzWQDlv0ot .mbr-section-btn {
  margin: 0;
  text-align: left;
}
.cid-tzWQDlv0ot .mbr-section-btn .btn {
  margin: 0;
  max-width: 100%;
  width: 93%;
}
.cid-tzWQDmjXqY {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #19212f;
}
.cid-tzWQDmjXqY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzWQDmjXqY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzWQDmjXqY .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tzWQDmjXqY .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tzWQDmjXqY .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tzWQDmjXqY .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tzWQDmjXqY .container {
    max-width: 100%;
  }
  .cid-tzWQDmjXqY .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tzWQDmjXqY .item-wrap {
  width: 100%;
}
.cid-tzWQDmjXqY .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tzWQDmjXqY .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tzWQDmjXqY .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tzWQDmjXqY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tzWQDmjXqY .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tzWQDmjXqY .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tzWQDmjXqY .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tzWQDmjXqY .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tzWQDmjXqY .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 5rem;
  background: #19212f;
  transition: 0.4s all;
}
.cid-tzWQDmjXqY .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #2192d9;
  opacity: 0;
}
.cid-tzWQDmjXqY .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-tzWQDmjXqY .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tzWQDmjXqY .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tzWQDmjXqY .col-links {
    padding-top: 20px;
  }
}
.cid-tzWQDmjXqY .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tzWQDmjXqY .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tzWQDmjXqY .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #c4cfde;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tzWQDmjXqY .list {
    text-align: center !important;
  }
}
.cid-tzWQDmjXqY .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tzWQDmjXqY .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tzWQDmjXqY .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tzWQDmjXqY .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005990;
  transition: 0.4s all;
}
.cid-tzWQDmjXqY .list a:hover {
  color: #005990 !important;
  line-height: inherit !important;
}
.cid-tzWQDmjXqY .list a:hover:before {
  width: 100%;
}
.cid-tzWQDmjXqY .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tzWQDmjXqY .col-copyright {
    padding-top: 40px;
  }
}
.cid-tzWQDmjXqY .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
}
.cid-tzWQDmjXqY .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
