@import url(https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #13293e !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #13293e !important;
  border-color: #13293e !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #010203 !important;
  border-color: #010203 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #010203 !important;
  border-color: #010203 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #13293e;
  border-color: #13293e;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #13293e !important;
  border-color: #13293e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #13293e !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-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: #13293e;
  border-color: #13293e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #13293e;
}
p a {
  text-decoration: underline;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #669cd0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #13293e;
}
/* 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);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #13293e;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #13293e;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #13293e;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #13293e;
  border-bottom-color: #13293e;
}
.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: #13293e !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%2313293e' %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.3;
}
.cid-ro4cZcjZLn .navbar {
  background: #13293e;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ro4cZcjZLn .navbar-dropdown.bg-color.transparent.opened {
  background: #13293e;
}
.cid-ro4cZcjZLn a {
  font-style: normal;
}
.cid-ro4cZcjZLn .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ro4cZcjZLn .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ro4cZcjZLn .nav-item:focus,
.cid-ro4cZcjZLn .nav-link:focus {
  outline: none;
}
.cid-ro4cZcjZLn .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ro4cZcjZLn .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ro4cZcjZLn .menu-logo {
  margin-right: auto;
}
.cid-ro4cZcjZLn .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ro4cZcjZLn .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ro4cZcjZLn .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ro4cZcjZLn .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ro4cZcjZLn .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ro4cZcjZLn .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ro4cZcjZLn .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ro4cZcjZLn .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ro4cZcjZLn .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ro4cZcjZLn .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ro4cZcjZLn .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ro4cZcjZLn .dropdown .dropdown-menu {
  background: #13293e;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ro4cZcjZLn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ro4cZcjZLn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ro4cZcjZLn .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ro4cZcjZLn .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ro4cZcjZLn .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ro4cZcjZLn .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ro4cZcjZLn .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ro4cZcjZLn .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ro4cZcjZLn .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ro4cZcjZLn .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ro4cZcjZLn .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ro4cZcjZLn button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ro4cZcjZLn button.navbar-toggler:focus {
  outline: none;
}
.cid-ro4cZcjZLn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #13293e;
}
.cid-ro4cZcjZLn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ro4cZcjZLn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ro4cZcjZLn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ro4cZcjZLn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ro4cZcjZLn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ro4cZcjZLn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ro4cZcjZLn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ro4cZcjZLn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ro4cZcjZLn .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ro4cZcjZLn .collapsed .btn {
  display: -webkit-flex;
}
.cid-ro4cZcjZLn .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ro4cZcjZLn .collapsed .navbar-collapse.collapsing,
.cid-ro4cZcjZLn .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ro4cZcjZLn .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ro4cZcjZLn .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ro4cZcjZLn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ro4cZcjZLn .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ro4cZcjZLn .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ro4cZcjZLn .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ro4cZcjZLn .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ro4cZcjZLn .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-ro4cZcjZLn .collapsed button.navbar-toggler {
  display: block;
}
.cid-ro4cZcjZLn .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ro4cZcjZLn .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ro4cZcjZLn .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ro4cZcjZLn .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ro4cZcjZLn .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ro4cZcjZLn .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ro4cZcjZLn.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ro4cZcjZLn img {
    height: 3.8rem !important;
  }
  .cid-ro4cZcjZLn .btn {
    display: -webkit-flex;
  }
  .cid-ro4cZcjZLn button.navbar-toggler {
    display: block;
  }
  .cid-ro4cZcjZLn .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ro4cZcjZLn .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ro4cZcjZLn .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ro4cZcjZLn .navbar-collapse.collapsing,
  .cid-ro4cZcjZLn .navbar-collapse.show {
    display: block !important;
  }
  .cid-ro4cZcjZLn .navbar-collapse.collapsing .navbar-nav,
  .cid-ro4cZcjZLn .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ro4cZcjZLn .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ro4cZcjZLn .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ro4cZcjZLn .navbar-collapse.collapsing .navbar-buttons,
  .cid-ro4cZcjZLn .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ro4cZcjZLn .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ro4cZcjZLn .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ro4cZcjZLn .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ro4cZcjZLn .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ro4cZcjZLn .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ro4cZcjZLn .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ro4cZcjZLn .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ro4cZcjZLn .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ro4cZcjZLn .nav-link:hover,
.cid-ro4cZcjZLn .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-rKn1WjTKhZ {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rKn1WjTKhZ P {
  color: #000;
}
.cid-rKn2sEUNK8 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rKn2sEUNK8 P {
  color: #767676;
}
.cid-rKn2sEUNK8 .mbr-text,
.cid-rKn2sEUNK8 .mbr-section-btn {
  color: #000000;
}
.cid-rKn2QFK0nv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-rKn2QFK0nv .mbr-section-btn > * {
  margin: 0;
}
.cid-rKn2QFK0nv h4 {
  font-weight: 500;
}
.cid-rKn2QFK0nv p {
  color: #232323;
}
.cid-rKn2QFK0nv .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rKn2QFK0nv .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rKn2QFK0nv .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rKn2QFK0nv .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rKn2QFK0nv .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rKn2QFK0nv .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rKn2QFK0nv .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rKn2QFK0nv .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rKn2QFK0nv .card-img span {
    font-size: 40px !important;
  }
}
.cid-rKn2QFK0nv .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rKn2QFK0nv H2 {
  text-align: left;
}
.cid-rKn2RWl8vF {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rKn2RWl8vF h2 {
  margin-bottom: 0;
}
.cid-rKn2RWl8vF h4 {
  font-weight: 500;
  margin-bottom: 0;
  width: 80%;
}
.cid-rKn2RWl8vF p {
  color: #767676;
  margin-bottom: 0;
}
.cid-rKn2RWl8vF .card-wrapper {
  border-top: 1px solid #c1c1c1;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-rKn2RWl8vF .card-wrapper .card-box {
  padding: 2rem 1rem;
  width: 100%;
}
.cid-rKn2RWl8vF .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-rKn2RWl8vF .card-wrapper .card-box .bottom-line {
  width: 70%;
}
@media (max-width: 767px) {
  .cid-rKn2RWl8vF .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-rKn2RWl8vF .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-rKn2RWl8vF P {
  color: #000000;
}
.cid-rKn2RWl8vF H4 {
  text-align: left;
}
.cid-rOYxx1HeA1 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rOYxx1HeA1 P {
  color: #767676;
}
.cid-rOYxx1HeA1 .mbr-text,
.cid-rOYxx1HeA1 .mbr-section-btn {
  color: #000000;
}
.cid-roFnOseN2C {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-roFnV3eMbl {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-roFnV3eMbl .mbr-section-subtitle {
  color: #767676;
}
.cid-roFnV3eMbl .container-table {
  margin: 0 auto;
}
.cid-roFnV3eMbl .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-roFnV3eMbl .dataTables_wrapper {
  display: block;
}
.cid-roFnV3eMbl .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-roFnV3eMbl .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-roFnV3eMbl table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-roFnV3eMbl table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-roFnV3eMbl table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-roFnV3eMbl table td {
  border-top: 1px solid #cccccc;
}
.cid-roFnV3eMbl table.table {
  background: #ffffff;
}
.cid-roFnV3eMbl .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-roFnV3eMbl .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-roFnV3eMbl .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-roFnV3eMbl .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-roFnV3eMbl .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-roFnV3eMbl .dataTables_filter {
    text-align: center;
  }
  .cid-roFnV3eMbl .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-roFnR4eVVK {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-roFnR4eVVK .mbr-text,
.cid-roFnR4eVVK blockquote {
  color: #767676;
}
.cid-roFnR4eVVK .mbr-text P {
  color: #000000;
}
.cid-roFnR4eVVK .mbr-text UL {
  color: #000000;
}
.cid-roFpnhaY4X {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-roFqbJOiPH {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-roFqbJOiPH .image-block {
  margin: auto;
}
.cid-roFqbJOiPH figcaption {
  position: relative;
}
.cid-roFqbJOiPH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-roFqbJOiPH .image-block {
    width: 100% !important;
  }
}
.cid-roFqKYzUKD {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-roFqKYzUKD .mbr-text,
.cid-roFqKYzUKD blockquote {
  color: #767676;
}
.cid-roFqKYzUKD .mbr-text P {
  color: #000000;
}
.cid-roFr2KqsEL {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-roFr2KqsEL .mbr-section-subtitle {
  color: #767676;
}
.cid-roFr2KqsEL .container-table {
  margin: 0 auto;
}
.cid-roFr2KqsEL .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-roFr2KqsEL .dataTables_wrapper {
  display: block;
}
.cid-roFr2KqsEL .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-roFr2KqsEL .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-roFr2KqsEL table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-roFr2KqsEL table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-roFr2KqsEL table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-roFr2KqsEL table td {
  border-top: 1px solid #cccccc;
}
.cid-roFr2KqsEL table.table {
  background: #ffffff;
}
.cid-roFr2KqsEL .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-roFr2KqsEL .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-roFr2KqsEL .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-roFr2KqsEL .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-roFr2KqsEL .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-roFr2KqsEL .dataTables_filter {
    text-align: center;
  }
  .cid-roFr2KqsEL .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-roFr2KqsEL .head-item {
  text-align: center;
}
.cid-roFr2KqsEL .body-item {
  text-align: center;
}
.cid-roFrwGCYyk {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-roFrwGCYyk .mbr-text,
.cid-roFrwGCYyk blockquote {
  color: #767676;
}
.cid-roFrwGCYyk .mbr-text P {
  color: #000000;
}
.cid-roFryJVTv2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-roFryJVTv2 .mbr-section-subtitle {
  color: #767676;
}
.cid-roFryJVTv2 .container-table {
  margin: 0 auto;
}
.cid-roFryJVTv2 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-roFryJVTv2 .dataTables_wrapper {
  display: block;
}
.cid-roFryJVTv2 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-roFryJVTv2 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-roFryJVTv2 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-roFryJVTv2 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-roFryJVTv2 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-roFryJVTv2 table td {
  border-top: 1px solid #cccccc;
}
.cid-roFryJVTv2 table.table {
  background: #ffffff;
}
.cid-roFryJVTv2 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-roFryJVTv2 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-roFryJVTv2 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-roFryJVTv2 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-roFryJVTv2 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-roFryJVTv2 .dataTables_filter {
    text-align: center;
  }
  .cid-roFryJVTv2 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-roFryJVTv2 .head-item {
  text-align: center;
}
.cid-roFryJVTv2 .body-item {
  text-align: center;
}
.cid-roFrXYv1CG {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-roFrZNRHVt {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-roFrZNRHVt .mbr-text,
.cid-roFrZNRHVt blockquote {
  color: #767676;
}
.cid-roFrZNRHVt .mbr-text P {
  color: #000000;
}
.cid-roFseQHsYI {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-roFseQHsYI .mbr-text,
.cid-roFseQHsYI blockquote {
  color: #767676;
}
.cid-roFseQHsYI .mbr-text P {
  color: #000000;
}
.cid-roFsdtSkjZ {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-roFsdtSkjZ .mbr-section-subtitle {
  color: #767676;
}
.cid-roFsdtSkjZ .container-table {
  margin: 0 auto;
}
.cid-roFsdtSkjZ .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-roFsdtSkjZ .dataTables_wrapper {
  display: block;
}
.cid-roFsdtSkjZ .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-roFsdtSkjZ .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-roFsdtSkjZ table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-roFsdtSkjZ table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-roFsdtSkjZ table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-roFsdtSkjZ table td {
  border-top: 1px solid #cccccc;
}
.cid-roFsdtSkjZ table.table {
  background: #ffffff;
}
.cid-roFsdtSkjZ .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-roFsdtSkjZ .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-roFsdtSkjZ .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-roFsdtSkjZ .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-roFsdtSkjZ .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-roFsdtSkjZ .dataTables_filter {
    text-align: center;
  }
  .cid-roFsdtSkjZ .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-roFsdtSkjZ .head-item {
  text-align: center;
}
.cid-roFsdtSkjZ .body-item {
  text-align: center;
}
.cid-roFsgTZlYI {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-roFsgTZlYI .mbr-text,
.cid-roFsgTZlYI blockquote {
  color: #767676;
}
.cid-roFsgTZlYI .mbr-text P {
  color: #000000;
}
.cid-roFshzZkS1 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-roFshzZkS1 .mbr-section-subtitle {
  color: #767676;
}
.cid-roFshzZkS1 .container-table {
  margin: 0 auto;
}
.cid-roFshzZkS1 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-roFshzZkS1 .dataTables_wrapper {
  display: block;
}
.cid-roFshzZkS1 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-roFshzZkS1 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-roFshzZkS1 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-roFshzZkS1 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-roFshzZkS1 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-roFshzZkS1 table td {
  border-top: 1px solid #cccccc;
}
.cid-roFshzZkS1 table.table {
  background: #ffffff;
}
.cid-roFshzZkS1 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-roFshzZkS1 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-roFshzZkS1 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-roFshzZkS1 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-roFshzZkS1 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-roFshzZkS1 .dataTables_filter {
    text-align: center;
  }
  .cid-roFshzZkS1 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-roFshzZkS1 .head-item {
  text-align: center;
}
.cid-roFshzZkS1 .body-item {
  text-align: center;
}
.cid-rtsQueTRty {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rtsQueTRty .mbr-section-subtitle {
  color: #000000;
}
.cid-rtsQueTRty .btn {
  margin: 0 0 .5rem 0;
}
.cid-roFsDFAa3j {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-roFu6lnQxS {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-roFu6lnQxS .mbr-text,
.cid-roFu6lnQxS blockquote {
  color: #767676;
}
.cid-roFu6lnQxS .mbr-text P {
  color: #000000;
}
.cid-roFsMWgwy2 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-roFsMWgwy2 .image-block {
  margin: auto;
}
.cid-roFsMWgwy2 figcaption {
  position: relative;
}
.cid-roFsMWgwy2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-roFsMWgwy2 .image-block {
    width: 100% !important;
  }
}
.cid-roIYzb2Nha {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-roIYKxO8PB {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-roIYKxO8PB .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-roIYKxO8PB .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-roIYKxO8PB .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-roIYKxO8PB .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-roIYKxO8PB .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-roIYKxO8PB .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-roIYKxO8PB .card .panel-body {
  color: #767676;
}
.cid-roIYKxO8PB H4 {
  color: #000000;
}
.cid-roIYKxO8PB .panel-text {
  color: #000000;
  text-align: left;
}
.cid-roIYKxO8PB B {
  color: #000000;
}
.cid-roIYKxO8PB P {
  color: #000000;
}
.cid-rOYzi5L837 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rOYzi5L837 P {
  color: #767676;
}
.cid-rOYzi5L837 .mbr-text,
.cid-rOYzi5L837 .mbr-section-btn {
  color: #000000;
}
.cid-rqNZBaxTXU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #13293e;
}
.cid-rqNZBaxTXU .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rqNZBaxTXU .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rqNZBaxTXU .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rqNZBaxTXU .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rqNZBaxTXU .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rqNZBaxTXU .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rqNZBaxTXU .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rqNZBaxTXU .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rqNZBaxTXU .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rqNZBaxTXU .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rqNZBaxTXU .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rqNZBaxTXU .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rqNZBaxTXU .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rqNZBaxTXU .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ro5xI3iMNg .navbar {
  background: #13293e;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ro5xI3iMNg .navbar-dropdown.bg-color.transparent.opened {
  background: #13293e;
}
.cid-ro5xI3iMNg a {
  font-style: normal;
}
.cid-ro5xI3iMNg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ro5xI3iMNg .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ro5xI3iMNg .nav-item:focus,
.cid-ro5xI3iMNg .nav-link:focus {
  outline: none;
}
.cid-ro5xI3iMNg .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ro5xI3iMNg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ro5xI3iMNg .menu-logo {
  margin-right: auto;
}
.cid-ro5xI3iMNg .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ro5xI3iMNg .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ro5xI3iMNg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ro5xI3iMNg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ro5xI3iMNg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ro5xI3iMNg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ro5xI3iMNg .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ro5xI3iMNg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ro5xI3iMNg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ro5xI3iMNg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ro5xI3iMNg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ro5xI3iMNg .dropdown .dropdown-menu {
  background: #13293e;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ro5xI3iMNg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ro5xI3iMNg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ro5xI3iMNg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ro5xI3iMNg .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ro5xI3iMNg .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ro5xI3iMNg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ro5xI3iMNg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ro5xI3iMNg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ro5xI3iMNg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ro5xI3iMNg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ro5xI3iMNg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ro5xI3iMNg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ro5xI3iMNg button.navbar-toggler:focus {
  outline: none;
}
.cid-ro5xI3iMNg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #13293e;
}
.cid-ro5xI3iMNg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ro5xI3iMNg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ro5xI3iMNg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ro5xI3iMNg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ro5xI3iMNg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ro5xI3iMNg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ro5xI3iMNg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ro5xI3iMNg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ro5xI3iMNg .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ro5xI3iMNg .collapsed .btn {
  display: -webkit-flex;
}
.cid-ro5xI3iMNg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ro5xI3iMNg .collapsed .navbar-collapse.collapsing,
.cid-ro5xI3iMNg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ro5xI3iMNg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ro5xI3iMNg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ro5xI3iMNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ro5xI3iMNg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ro5xI3iMNg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ro5xI3iMNg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ro5xI3iMNg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ro5xI3iMNg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-ro5xI3iMNg .collapsed button.navbar-toggler {
  display: block;
}
.cid-ro5xI3iMNg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ro5xI3iMNg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ro5xI3iMNg .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ro5xI3iMNg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ro5xI3iMNg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ro5xI3iMNg .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ro5xI3iMNg.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ro5xI3iMNg img {
    height: 3.8rem !important;
  }
  .cid-ro5xI3iMNg .btn {
    display: -webkit-flex;
  }
  .cid-ro5xI3iMNg button.navbar-toggler {
    display: block;
  }
  .cid-ro5xI3iMNg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ro5xI3iMNg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ro5xI3iMNg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ro5xI3iMNg .navbar-collapse.collapsing,
  .cid-ro5xI3iMNg .navbar-collapse.show {
    display: block !important;
  }
  .cid-ro5xI3iMNg .navbar-collapse.collapsing .navbar-nav,
  .cid-ro5xI3iMNg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ro5xI3iMNg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ro5xI3iMNg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ro5xI3iMNg .navbar-collapse.collapsing .navbar-buttons,
  .cid-ro5xI3iMNg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ro5xI3iMNg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ro5xI3iMNg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ro5xI3iMNg .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ro5xI3iMNg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ro5xI3iMNg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ro5xI3iMNg .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ro5xI3iMNg .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ro5xI3iMNg .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ro5xI3iMNg .nav-link:hover,
.cid-ro5xI3iMNg .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-roaaENkBXP {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #0f7699;
}
.cid-roab1rwdPS {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-roab1rwdPS .mbr-text {
  color: #000000;
}
.cid-roab1rwdPS .mbr-text P {
  color: #000000;
  font-size: 1.2rem;
}
.cid-rpesK7mAOg {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-ro5FfYP5Sm {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ro5FfYP5Sm h2 {
  text-align: left;
}
.cid-ro5FfYP5Sm h4 {
  text-align: left;
  font-weight: 500;
}
.cid-ro5FfYP5Sm p {
  color: #767676;
  text-align: left;
}
.cid-ro5FfYP5Sm .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-ro5FfYP5Sm .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-ro5FfYP5Sm .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ro5FfYP5Sm .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ro5FfYP5Sm .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-ro5FfYP5Sm .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-ro5FfYP5Sm .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ro5FfYP5Sm .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-ro5FfYP5Sm .card-img span {
    font-size: 40px !important;
  }
}
.cid-ro5FfYP5Sm .mbr-text {
  color: #000000;
}
.cid-ro5FfYP5Sm P {
  color: #000000;
}
.cid-rtn85YzEhG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rtn85YzEhG .mbr-section-subtitle {
  color: #000000;
}
.cid-rtn85YzEhG .btn {
  margin: 0 0 .5rem 0;
}
.cid-ro5Ft15yJH {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-ro5Ft15yJH h2 {
  text-align: left;
}
.cid-ro5Ft15yJH h4 {
  text-align: left;
  font-weight: 500;
}
.cid-ro5Ft15yJH p {
  color: #767676;
  text-align: left;
}
.cid-ro5Ft15yJH .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-ro5Ft15yJH .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-ro5Ft15yJH .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ro5Ft15yJH .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ro5Ft15yJH .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-ro5Ft15yJH .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-ro5Ft15yJH .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-ro5Ft15yJH .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-ro5Ft15yJH .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-ro5Ft15yJH .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-ro5Ft15yJH .card-img span {
    font-size: 40px !important;
  }
}
.cid-ro5Ft15yJH P {
  color: #000000;
}
.cid-ro5GgiWNTL {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ro5GgiWNTL h2 {
  text-align: left;
}
.cid-ro5GgiWNTL h4 {
  text-align: left;
  font-weight: 500;
}
.cid-ro5GgiWNTL p {
  color: #767676;
  text-align: left;
}
.cid-ro5GgiWNTL .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-ro5GgiWNTL .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-ro5GgiWNTL .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ro5GgiWNTL .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ro5GgiWNTL .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-ro5GgiWNTL .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-ro5GgiWNTL .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ro5GgiWNTL .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-ro5GgiWNTL .card-img span {
    font-size: 40px !important;
  }
}
.cid-ro5GgiWNTL P {
  color: #000000;
}
.cid-ro5FNVXia6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-ro5FNVXia6 h2 {
  text-align: left;
}
.cid-ro5FNVXia6 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-ro5FNVXia6 p {
  color: #767676;
  text-align: left;
}
.cid-ro5FNVXia6 .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-ro5FNVXia6 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-ro5FNVXia6 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ro5FNVXia6 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ro5FNVXia6 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-ro5FNVXia6 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-ro5FNVXia6 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-ro5FNVXia6 .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-ro5FNVXia6 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-ro5FNVXia6 .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-ro5FNVXia6 .card-img span {
    font-size: 40px !important;
  }
}
.cid-ro5FNVXia6 P {
  color: #000000;
}
.cid-ro5FOsMGWM {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ro5FOsMGWM h2 {
  text-align: left;
}
.cid-ro5FOsMGWM h4 {
  text-align: left;
  font-weight: 500;
}
.cid-ro5FOsMGWM p {
  color: #767676;
  text-align: left;
}
.cid-ro5FOsMGWM .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-ro5FOsMGWM .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-ro5FOsMGWM .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ro5FOsMGWM .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ro5FOsMGWM .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-ro5FOsMGWM .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-ro5FOsMGWM .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ro5FOsMGWM .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-ro5FOsMGWM .card-img span {
    font-size: 40px !important;
  }
}
.cid-ro5FOsMGWM P {
  color: #000000;
}
.cid-ro5FOMjdZH {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-ro5FOMjdZH h2 {
  text-align: left;
}
.cid-ro5FOMjdZH h4 {
  text-align: left;
  font-weight: 500;
}
.cid-ro5FOMjdZH p {
  color: #767676;
  text-align: left;
}
.cid-ro5FOMjdZH .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-ro5FOMjdZH .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-ro5FOMjdZH .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ro5FOMjdZH .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ro5FOMjdZH .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-ro5FOMjdZH .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-ro5FOMjdZH .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-ro5FOMjdZH .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-ro5FOMjdZH .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-ro5FOMjdZH .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-ro5FOMjdZH .card-img span {
    font-size: 40px !important;
  }
}
.cid-ro5FOMjdZH P {
  color: #000000;
}
.cid-ro5GObzgqf {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ro5GObzgqf h2 {
  text-align: left;
}
.cid-ro5GObzgqf h4 {
  text-align: left;
  font-weight: 500;
}
.cid-ro5GObzgqf p {
  color: #767676;
  text-align: left;
}
.cid-ro5GObzgqf .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-ro5GObzgqf .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-ro5GObzgqf .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ro5GObzgqf .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ro5GObzgqf .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-ro5GObzgqf .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-ro5GObzgqf .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ro5GObzgqf .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-ro5GObzgqf .card-img span {
    font-size: 40px !important;
  }
}
.cid-ro5GObzgqf P {
  color: #000000;
}
.cid-ro5GOI4xY4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-ro5GOI4xY4 h2 {
  text-align: left;
}
.cid-ro5GOI4xY4 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-ro5GOI4xY4 p {
  color: #767676;
  text-align: left;
}
.cid-ro5GOI4xY4 .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-ro5GOI4xY4 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-ro5GOI4xY4 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ro5GOI4xY4 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ro5GOI4xY4 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-ro5GOI4xY4 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-ro5GOI4xY4 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-ro5GOI4xY4 .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-ro5GOI4xY4 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-ro5GOI4xY4 .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-ro5GOI4xY4 .card-img span {
    font-size: 40px !important;
  }
}
.cid-ro5GOI4xY4 I {
  color: #000000;
}
.cid-ro5GOI4xY4 P {
  color: #000000;
}
.cid-rrsgkQdbs6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rrsgkQdbs6 .mbr-section-subtitle {
  color: #000;
  text-align: center;
  font-weight: 300;
}
.cid-rrsgkQdbs6 .step {
  width: 72px;
  height: 72px;
  font-size: 36px;
  border-radius: 50%;
  border: 2px solid #000000;
  padding-bottom: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-rrsgkQdbs6 .separline .step-wrapper {
    position: relative;
  }
  .cid-rrsgkQdbs6 .separline .step-wrapper:before,
  .cid-rrsgkQdbs6 .separline .step-wrapper:after {
    top: 38px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 36px - 8px);
    background-color: #000000;
  }
  .cid-rrsgkQdbs6 .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-rrsgkQdbs6 .separline .step-wrapper:after {
    left: calc(50% + 8px + 36px);
  }
  .cid-rrsgkQdbs6 .separline.last-child .step-wrapper:after,
  .cid-rrsgkQdbs6 .separline:nth-child(3n) .step-wrapper:after,
  .cid-rrsgkQdbs6 .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-rrsgkQdbs6 .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-rOYSnomIKR {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rOYSnomIKR P {
  color: #767676;
}
.cid-rOYSnomIKR .mbr-text,
.cid-rOYSnomIKR .mbr-section-btn {
  color: #000000;
}
.cid-rqNZRm2JUP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #13293e;
}
.cid-rqNZRm2JUP .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rqNZRm2JUP .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rqNZRm2JUP .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rqNZRm2JUP .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rqNZRm2JUP .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rqNZRm2JUP .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rqNZRm2JUP .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rqNZRm2JUP .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rqNZRm2JUP .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rqNZRm2JUP .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rqNZRm2JUP .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rqNZRm2JUP .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rqNZRm2JUP .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rqNZRm2JUP .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ro5xI3iMNg .navbar {
  background: #13293e;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ro5xI3iMNg .navbar-dropdown.bg-color.transparent.opened {
  background: #13293e;
}
.cid-ro5xI3iMNg a {
  font-style: normal;
}
.cid-ro5xI3iMNg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ro5xI3iMNg .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ro5xI3iMNg .nav-item:focus,
.cid-ro5xI3iMNg .nav-link:focus {
  outline: none;
}
.cid-ro5xI3iMNg .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ro5xI3iMNg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ro5xI3iMNg .menu-logo {
  margin-right: auto;
}
.cid-ro5xI3iMNg .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ro5xI3iMNg .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ro5xI3iMNg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ro5xI3iMNg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ro5xI3iMNg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ro5xI3iMNg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ro5xI3iMNg .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ro5xI3iMNg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ro5xI3iMNg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ro5xI3iMNg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ro5xI3iMNg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ro5xI3iMNg .dropdown .dropdown-menu {
  background: #13293e;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ro5xI3iMNg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ro5xI3iMNg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ro5xI3iMNg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ro5xI3iMNg .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ro5xI3iMNg .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ro5xI3iMNg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ro5xI3iMNg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ro5xI3iMNg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ro5xI3iMNg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ro5xI3iMNg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ro5xI3iMNg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ro5xI3iMNg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ro5xI3iMNg button.navbar-toggler:focus {
  outline: none;
}
.cid-ro5xI3iMNg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #13293e;
}
.cid-ro5xI3iMNg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ro5xI3iMNg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ro5xI3iMNg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ro5xI3iMNg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ro5xI3iMNg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ro5xI3iMNg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ro5xI3iMNg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ro5xI3iMNg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ro5xI3iMNg .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ro5xI3iMNg .collapsed .btn {
  display: -webkit-flex;
}
.cid-ro5xI3iMNg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ro5xI3iMNg .collapsed .navbar-collapse.collapsing,
.cid-ro5xI3iMNg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ro5xI3iMNg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ro5xI3iMNg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ro5xI3iMNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ro5xI3iMNg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ro5xI3iMNg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ro5xI3iMNg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ro5xI3iMNg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ro5xI3iMNg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-ro5xI3iMNg .collapsed button.navbar-toggler {
  display: block;
}
.cid-ro5xI3iMNg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ro5xI3iMNg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ro5xI3iMNg .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ro5xI3iMNg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ro5xI3iMNg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ro5xI3iMNg .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ro5xI3iMNg.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ro5xI3iMNg img {
    height: 3.8rem !important;
  }
  .cid-ro5xI3iMNg .btn {
    display: -webkit-flex;
  }
  .cid-ro5xI3iMNg button.navbar-toggler {
    display: block;
  }
  .cid-ro5xI3iMNg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ro5xI3iMNg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ro5xI3iMNg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ro5xI3iMNg .navbar-collapse.collapsing,
  .cid-ro5xI3iMNg .navbar-collapse.show {
    display: block !important;
  }
  .cid-ro5xI3iMNg .navbar-collapse.collapsing .navbar-nav,
  .cid-ro5xI3iMNg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ro5xI3iMNg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ro5xI3iMNg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ro5xI3iMNg .navbar-collapse.collapsing .navbar-buttons,
  .cid-ro5xI3iMNg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ro5xI3iMNg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ro5xI3iMNg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ro5xI3iMNg .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ro5xI3iMNg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ro5xI3iMNg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ro5xI3iMNg .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ro5xI3iMNg .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ro5xI3iMNg .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ro5xI3iMNg .nav-link:hover,
.cid-ro5xI3iMNg .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ro5z9QT2M5 {
  padding-top: 135px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ro5z9QT2M5 P {
  color: #767676;
}
.cid-ro5z9QT2M5 .mbr-text,
.cid-ro5z9QT2M5 .mbr-section-btn {
  color: #000000;
}
.cid-ro5KIb8pIz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-ro5KIb8pIz .card-box {
  padding: 0 2rem;
}
.cid-ro5KIb8pIz .mbr-section-btn {
  padding-top: 1rem;
}
.cid-ro5KIb8pIz .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-ro5KIb8pIz h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-ro5KIb8pIz p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-ro5KIb8pIz .mbr-text {
  color: #000000;
}
.cid-ro5KIb8pIz .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ro5KIb8pIz .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rtn8AEg3t2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rtn8AEg3t2 .mbr-section-subtitle {
  color: #000000;
}
.cid-rtn8AEg3t2 .btn {
  margin: 0 0 .5rem 0;
}
.cid-ro5zJniIWP {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ro5zJniIWP h2 {
  text-align: left;
}
.cid-ro5zJniIWP h4 {
  text-align: left;
  font-weight: 500;
}
.cid-ro5zJniIWP p {
  color: #767676;
  text-align: left;
}
.cid-ro5zJniIWP .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-ro5zJniIWP .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-ro5zJniIWP .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ro5zJniIWP .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ro5zJniIWP .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-ro5zJniIWP .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-ro5zJniIWP .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ro5zJniIWP .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-ro5zJniIWP .card-img span {
    font-size: 40px !important;
  }
}
.cid-ro5zJniIWP .mbr-text {
  color: #000000;
}
.cid-ro5zJniIWP P {
  color: #000000;
}
.cid-rOYBu1VRPu {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rOYBu1VRPu P {
  color: #767676;
}
.cid-rOYBu1VRPu .mbr-text,
.cid-rOYBu1VRPu .mbr-section-btn {
  color: #000000;
}
.cid-rtDgDGl84U {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rtDgDGl84U .mbr-section-subtitle {
  color: #000000;
}
.cid-rtDgDGl84U .container-table {
  margin: 0 auto;
}
.cid-rtDgDGl84U .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rtDgDGl84U .dataTables_wrapper {
  display: block;
}
.cid-rtDgDGl84U .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rtDgDGl84U .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rtDgDGl84U table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rtDgDGl84U table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rtDgDGl84U table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rtDgDGl84U table td {
  border-top: 1px solid #cccccc;
}
.cid-rtDgDGl84U table.table {
  background: #ffffff;
}
.cid-rtDgDGl84U .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rtDgDGl84U .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rtDgDGl84U .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rtDgDGl84U .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rtDgDGl84U .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rtDgDGl84U .dataTables_filter {
    text-align: center;
  }
  .cid-rtDgDGl84U .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rtDgDGl84U .body-item DIV {
  text-align: center;
}
.cid-rrseebdG7v {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rrseebdG7v .mbr-section-subtitle {
  color: #000;
  text-align: center;
  font-weight: 300;
}
.cid-rrseebdG7v .step {
  width: 72px;
  height: 72px;
  font-size: 36px;
  border-radius: 50%;
  border: 2px solid #000000;
  padding-bottom: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-rrseebdG7v .separline .step-wrapper {
    position: relative;
  }
  .cid-rrseebdG7v .separline .step-wrapper:before,
  .cid-rrseebdG7v .separline .step-wrapper:after {
    top: 38px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 36px - 8px);
    background-color: #000000;
  }
  .cid-rrseebdG7v .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-rrseebdG7v .separline .step-wrapper:after {
    left: calc(50% + 8px + 36px);
  }
  .cid-rrseebdG7v .separline.last-child .step-wrapper:after,
  .cid-rrseebdG7v .separline:nth-child(3n) .step-wrapper:after,
  .cid-rrseebdG7v .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-rrseebdG7v .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-rOYBw3sXia {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rOYBw3sXia P {
  color: #767676;
}
.cid-rOYBw3sXia .mbr-text,
.cid-rOYBw3sXia .mbr-section-btn {
  color: #000000;
}
.cid-rqNZIqf4sX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #13293e;
}
.cid-rqNZIqf4sX .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rqNZIqf4sX .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rqNZIqf4sX .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rqNZIqf4sX .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rqNZIqf4sX .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rqNZIqf4sX .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rqNZIqf4sX .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rqNZIqf4sX .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rqNZIqf4sX .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rqNZIqf4sX .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rqNZIqf4sX .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rqNZIqf4sX .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rqNZIqf4sX .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rqNZIqf4sX .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ro4cZcjZLn .navbar {
  background: #13293e;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ro4cZcjZLn .navbar-dropdown.bg-color.transparent.opened {
  background: #13293e;
}
.cid-ro4cZcjZLn a {
  font-style: normal;
}
.cid-ro4cZcjZLn .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ro4cZcjZLn .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ro4cZcjZLn .nav-item:focus,
.cid-ro4cZcjZLn .nav-link:focus {
  outline: none;
}
.cid-ro4cZcjZLn .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ro4cZcjZLn .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ro4cZcjZLn .menu-logo {
  margin-right: auto;
}
.cid-ro4cZcjZLn .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ro4cZcjZLn .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ro4cZcjZLn .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ro4cZcjZLn .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ro4cZcjZLn .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ro4cZcjZLn .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ro4cZcjZLn .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ro4cZcjZLn .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ro4cZcjZLn .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ro4cZcjZLn .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ro4cZcjZLn .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ro4cZcjZLn .dropdown .dropdown-menu {
  background: #13293e;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ro4cZcjZLn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ro4cZcjZLn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ro4cZcjZLn .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ro4cZcjZLn .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ro4cZcjZLn .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ro4cZcjZLn .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ro4cZcjZLn .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ro4cZcjZLn .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ro4cZcjZLn .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ro4cZcjZLn .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ro4cZcjZLn .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ro4cZcjZLn button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ro4cZcjZLn button.navbar-toggler:focus {
  outline: none;
}
.cid-ro4cZcjZLn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #13293e;
}
.cid-ro4cZcjZLn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ro4cZcjZLn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ro4cZcjZLn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ro4cZcjZLn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ro4cZcjZLn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ro4cZcjZLn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ro4cZcjZLn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ro4cZcjZLn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ro4cZcjZLn .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ro4cZcjZLn .collapsed .btn {
  display: -webkit-flex;
}
.cid-ro4cZcjZLn .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ro4cZcjZLn .collapsed .navbar-collapse.collapsing,
.cid-ro4cZcjZLn .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ro4cZcjZLn .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ro4cZcjZLn .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ro4cZcjZLn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ro4cZcjZLn .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ro4cZcjZLn .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ro4cZcjZLn .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ro4cZcjZLn .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ro4cZcjZLn .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-ro4cZcjZLn .collapsed button.navbar-toggler {
  display: block;
}
.cid-ro4cZcjZLn .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ro4cZcjZLn .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ro4cZcjZLn .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ro4cZcjZLn .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ro4cZcjZLn .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ro4cZcjZLn .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ro4cZcjZLn.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ro4cZcjZLn img {
    height: 3.8rem !important;
  }
  .cid-ro4cZcjZLn .btn {
    display: -webkit-flex;
  }
  .cid-ro4cZcjZLn button.navbar-toggler {
    display: block;
  }
  .cid-ro4cZcjZLn .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ro4cZcjZLn .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ro4cZcjZLn .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ro4cZcjZLn .navbar-collapse.collapsing,
  .cid-ro4cZcjZLn .navbar-collapse.show {
    display: block !important;
  }
  .cid-ro4cZcjZLn .navbar-collapse.collapsing .navbar-nav,
  .cid-ro4cZcjZLn .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ro4cZcjZLn .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ro4cZcjZLn .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ro4cZcjZLn .navbar-collapse.collapsing .navbar-buttons,
  .cid-ro4cZcjZLn .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ro4cZcjZLn .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ro4cZcjZLn .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ro4cZcjZLn .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ro4cZcjZLn .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ro4cZcjZLn .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ro4cZcjZLn .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ro4cZcjZLn .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ro4cZcjZLn .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ro4cZcjZLn .nav-link:hover,
.cid-ro4cZcjZLn .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-roJ7pvcOVi {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-roJ7pvcOVi P {
  color: #767676;
}
.cid-roJ7pvcOVi .mbr-text,
.cid-roJ7pvcOVi .mbr-section-btn {
  color: #000000;
}
.cid-roFGJI8lF3 {
  padding-top: 60px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-roFGJI8lF3 p {
  color: #767676;
}
.cid-roFGJI8lF3 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-roFGJI8lF3 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-roFGJI8lF3 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-roFGJI8lF3 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-roFGJI8lF3 .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-roFGJI8lF3 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-roFGJI8lF3 .panel-text {
  text-align: left;
  color: #000000;
}
.cid-roFHYb7lSY {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-roFHYb7lSY p {
  color: #767676;
}
.cid-roFHYb7lSY .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-roFHYb7lSY .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-roFHYb7lSY .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-roFHYb7lSY .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-roFHYb7lSY .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-roFHYb7lSY .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-roFHYb7lSY .panel-text {
  color: #000000;
}
.cid-roFIZXUqFa {
  padding-top: 0px;
  padding-bottom: 45px;
  position: relative;
  background-color: #ffffff;
}
.cid-roFIZXUqFa p {
  color: #767676;
}
.cid-roFIZXUqFa .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-roFIZXUqFa .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-roFIZXUqFa .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-roFIZXUqFa .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-roFIZXUqFa .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-roFIZXUqFa .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-roFIZXUqFa .panel-text {
  color: #000000;
}
.cid-rrsdjE6Ddj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rrsdjE6Ddj .mbr-section-subtitle {
  color: #000;
  text-align: center;
  font-weight: 300;
}
.cid-rrsdjE6Ddj .step {
  width: 72px;
  height: 72px;
  font-size: 36px;
  border-radius: 50%;
  border: 2px solid #000000;
  padding-bottom: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-rrsdjE6Ddj .separline .step-wrapper {
    position: relative;
  }
  .cid-rrsdjE6Ddj .separline .step-wrapper:before,
  .cid-rrsdjE6Ddj .separline .step-wrapper:after {
    top: 38px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 36px - 8px);
    background-color: #000000;
  }
  .cid-rrsdjE6Ddj .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-rrsdjE6Ddj .separline .step-wrapper:after {
    left: calc(50% + 8px + 36px);
  }
  .cid-rrsdjE6Ddj .separline.last-child .step-wrapper:after,
  .cid-rrsdjE6Ddj .separline:nth-child(3n) .step-wrapper:after,
  .cid-rrsdjE6Ddj .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-rrsdjE6Ddj .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-rOYPKgsXPS {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rOYPKgsXPS P {
  color: #767676;
}
.cid-rOYPKgsXPS .mbr-text,
.cid-rOYPKgsXPS .mbr-section-btn {
  color: #000000;
}
.cid-rqNZx5l87i {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #13293e;
}
.cid-rqNZx5l87i .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rqNZx5l87i .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rqNZx5l87i .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rqNZx5l87i .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rqNZx5l87i .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rqNZx5l87i .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rqNZx5l87i .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rqNZx5l87i .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rqNZx5l87i .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rqNZx5l87i .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rqNZx5l87i .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rqNZx5l87i .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rqNZx5l87i .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rqNZx5l87i .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rpow5oukdC .navbar {
  background: #13293e;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rpow5oukdC .navbar-dropdown.bg-color.transparent.opened {
  background: #13293e;
}
.cid-rpow5oukdC a {
  font-style: normal;
}
.cid-rpow5oukdC .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rpow5oukdC .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rpow5oukdC .nav-item:focus,
.cid-rpow5oukdC .nav-link:focus {
  outline: none;
}
.cid-rpow5oukdC .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rpow5oukdC .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rpow5oukdC .menu-logo {
  margin-right: auto;
}
.cid-rpow5oukdC .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rpow5oukdC .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rpow5oukdC .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rpow5oukdC .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rpow5oukdC .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rpow5oukdC .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rpow5oukdC .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rpow5oukdC .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rpow5oukdC .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rpow5oukdC .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rpow5oukdC .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rpow5oukdC .dropdown .dropdown-menu {
  background: #13293e;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rpow5oukdC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rpow5oukdC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rpow5oukdC .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rpow5oukdC .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rpow5oukdC .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rpow5oukdC .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rpow5oukdC .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rpow5oukdC .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rpow5oukdC .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rpow5oukdC .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rpow5oukdC .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rpow5oukdC button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rpow5oukdC button.navbar-toggler:focus {
  outline: none;
}
.cid-rpow5oukdC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #13293e;
}
.cid-rpow5oukdC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rpow5oukdC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rpow5oukdC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rpow5oukdC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rpow5oukdC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rpow5oukdC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rpow5oukdC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rpow5oukdC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rpow5oukdC .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rpow5oukdC .collapsed .btn {
  display: -webkit-flex;
}
.cid-rpow5oukdC .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rpow5oukdC .collapsed .navbar-collapse.collapsing,
.cid-rpow5oukdC .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rpow5oukdC .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rpow5oukdC .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rpow5oukdC .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rpow5oukdC .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rpow5oukdC .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rpow5oukdC .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rpow5oukdC .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rpow5oukdC .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rpow5oukdC .collapsed button.navbar-toggler {
  display: block;
}
.cid-rpow5oukdC .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rpow5oukdC .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rpow5oukdC .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rpow5oukdC .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rpow5oukdC .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rpow5oukdC .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rpow5oukdC.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rpow5oukdC img {
    height: 3.8rem !important;
  }
  .cid-rpow5oukdC .btn {
    display: -webkit-flex;
  }
  .cid-rpow5oukdC button.navbar-toggler {
    display: block;
  }
  .cid-rpow5oukdC .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rpow5oukdC .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rpow5oukdC .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rpow5oukdC .navbar-collapse.collapsing,
  .cid-rpow5oukdC .navbar-collapse.show {
    display: block !important;
  }
  .cid-rpow5oukdC .navbar-collapse.collapsing .navbar-nav,
  .cid-rpow5oukdC .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rpow5oukdC .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rpow5oukdC .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rpow5oukdC .navbar-collapse.collapsing .navbar-buttons,
  .cid-rpow5oukdC .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rpow5oukdC .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rpow5oukdC .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rpow5oukdC .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rpow5oukdC .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rpow5oukdC .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rpow5oukdC .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rpow5oukdC .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rpow5oukdC .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rpow5oukdC .nav-link:hover,
.cid-rpow5oukdC .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ro02IgbIxX {
  padding-top: 135px;
  padding-bottom: 45px;
  background-image: url("https://iegatpracticetest.com/assets/image/ie-business-school-international-iegat-prep-2-800x399.webp");
}
.cid-rrsdQR1phJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rrsdQR1phJ .mbr-section-subtitle {
  color: #000;
  text-align: center;
  font-weight: 300;
}
.cid-rrsdQR1phJ .step {
  width: 72px;
  height: 72px;
  font-size: 36px;
  border-radius: 50%;
  border: 2px solid #000000;
  padding-bottom: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-rrsdQR1phJ .separline .step-wrapper {
    position: relative;
  }
  .cid-rrsdQR1phJ .separline .step-wrapper:before,
  .cid-rrsdQR1phJ .separline .step-wrapper:after {
    top: 38px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 36px - 8px);
    background-color: #000000;
  }
  .cid-rrsdQR1phJ .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-rrsdQR1phJ .separline .step-wrapper:after {
    left: calc(50% + 8px + 36px);
  }
  .cid-rrsdQR1phJ .separline.last-child .step-wrapper:after,
  .cid-rrsdQR1phJ .separline:nth-child(3n) .step-wrapper:after,
  .cid-rrsdQR1phJ .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-rrsdQR1phJ .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-ro0oDxcJrk {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-ro0oDxcJrk h2 {
  text-align: left;
}
.cid-ro0oDxcJrk h4 {
  text-align: left;
  font-weight: 500;
}
.cid-ro0oDxcJrk p {
  color: #000;
  text-align: left;
}
.cid-ro0oDxcJrk .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-ro0oDxcJrk .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-ro0oDxcJrk .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ro0oDxcJrk .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ro0oDxcJrk .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-ro0oDxcJrk .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-ro0oDxcJrk .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ro0oDxcJrk .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-ro0oDxcJrk .card-img span {
    font-size: 40px !important;
  }
}
.cid-ro0oDxcJrk .mbr-text {
  color: #000000;
}
.cid-rtn8oeRziD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rtn8oeRziD .mbr-section-subtitle {
  color: #000000;
}
.cid-rtn8oeRziD .btn {
  margin: 0 0 .5rem 0;
}
.cid-ro0slvNTiH {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ro0slvNTiH h2 {
  text-align: left;
}
.cid-ro0slvNTiH h4 {
  text-align: left;
  font-weight: 500;
}
.cid-ro0slvNTiH p {
  color: #000;
  text-align: left;
}
.cid-ro0slvNTiH .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-ro0slvNTiH .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-ro0slvNTiH .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ro0slvNTiH .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ro0slvNTiH .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-ro0slvNTiH .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-ro0slvNTiH .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-ro0slvNTiH .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-ro0slvNTiH .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-ro0slvNTiH .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-ro0slvNTiH .card-img span {
    font-size: 40px !important;
  }
}
.cid-ro03x7m27H {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-ro03x7m27H .mbr-section-subtitle {
  color: #000;
}
.cid-ro03x7m27H .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ro03x7m27H .mbr-text {
  color: #000;
}
.cid-ro03x7m27H .mbr-author-desc {
  display: block;
  color: #000;
}
.cid-ro03x7m27H .mbr-author-name {
  color: #000;
}
.cid-ro03x7m27H .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-ro03x7m27H .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-ro03x7m27H .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-ro03x7m27H .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-ro03x7m27H .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-ro03x7m27H .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-rOYEAmPuDf {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rOYEAmPuDf P {
  color: #767676;
}
.cid-rOYEAmPuDf .mbr-text,
.cid-rOYEAmPuDf .mbr-section-btn {
  color: #000000;
}
.cid-rqNZu6KFio {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #13293e;
}
.cid-rqNZu6KFio .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rqNZu6KFio .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rqNZu6KFio .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rqNZu6KFio .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rqNZu6KFio .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rqNZu6KFio .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rqNZu6KFio .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rqNZu6KFio .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rqNZu6KFio .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rqNZu6KFio .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rqNZu6KFio .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rqNZu6KFio .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rqNZu6KFio .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rqNZu6KFio .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ro4cZcjZLn .navbar {
  background: #13293e;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ro4cZcjZLn .navbar-dropdown.bg-color.transparent.opened {
  background: #13293e;
}
.cid-ro4cZcjZLn a {
  font-style: normal;
}
.cid-ro4cZcjZLn .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ro4cZcjZLn .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ro4cZcjZLn .nav-item:focus,
.cid-ro4cZcjZLn .nav-link:focus {
  outline: none;
}
.cid-ro4cZcjZLn .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ro4cZcjZLn .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ro4cZcjZLn .menu-logo {
  margin-right: auto;
}
.cid-ro4cZcjZLn .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ro4cZcjZLn .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ro4cZcjZLn .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ro4cZcjZLn .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ro4cZcjZLn .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ro4cZcjZLn .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ro4cZcjZLn .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ro4cZcjZLn .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ro4cZcjZLn .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ro4cZcjZLn .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ro4cZcjZLn .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ro4cZcjZLn .dropdown .dropdown-menu {
  background: #13293e;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ro4cZcjZLn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ro4cZcjZLn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ro4cZcjZLn .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ro4cZcjZLn .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ro4cZcjZLn .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ro4cZcjZLn .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ro4cZcjZLn .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ro4cZcjZLn .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ro4cZcjZLn .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ro4cZcjZLn .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ro4cZcjZLn .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ro4cZcjZLn button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ro4cZcjZLn button.navbar-toggler:focus {
  outline: none;
}
.cid-ro4cZcjZLn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #13293e;
}
.cid-ro4cZcjZLn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ro4cZcjZLn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ro4cZcjZLn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ro4cZcjZLn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ro4cZcjZLn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ro4cZcjZLn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ro4cZcjZLn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ro4cZcjZLn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ro4cZcjZLn .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ro4cZcjZLn .collapsed .btn {
  display: -webkit-flex;
}
.cid-ro4cZcjZLn .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ro4cZcjZLn .collapsed .navbar-collapse.collapsing,
.cid-ro4cZcjZLn .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ro4cZcjZLn .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ro4cZcjZLn .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ro4cZcjZLn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ro4cZcjZLn .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ro4cZcjZLn .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ro4cZcjZLn .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ro4cZcjZLn .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ro4cZcjZLn .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-ro4cZcjZLn .collapsed button.navbar-toggler {
  display: block;
}
.cid-ro4cZcjZLn .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ro4cZcjZLn .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ro4cZcjZLn .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ro4cZcjZLn .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ro4cZcjZLn .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ro4cZcjZLn .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ro4cZcjZLn.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ro4cZcjZLn img {
    height: 3.8rem !important;
  }
  .cid-ro4cZcjZLn .btn {
    display: -webkit-flex;
  }
  .cid-ro4cZcjZLn button.navbar-toggler {
    display: block;
  }
  .cid-ro4cZcjZLn .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ro4cZcjZLn .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ro4cZcjZLn .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ro4cZcjZLn .navbar-collapse.collapsing,
  .cid-ro4cZcjZLn .navbar-collapse.show {
    display: block !important;
  }
  .cid-ro4cZcjZLn .navbar-collapse.collapsing .navbar-nav,
  .cid-ro4cZcjZLn .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ro4cZcjZLn .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ro4cZcjZLn .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ro4cZcjZLn .navbar-collapse.collapsing .navbar-buttons,
  .cid-ro4cZcjZLn .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ro4cZcjZLn .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ro4cZcjZLn .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ro4cZcjZLn .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ro4cZcjZLn .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ro4cZcjZLn .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ro4cZcjZLn .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ro4cZcjZLn .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ro4cZcjZLn .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ro4cZcjZLn .nav-link:hover,
.cid-ro4cZcjZLn .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ro4bxas2uM {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-ro4bxas2uM P {
  color: #000;
}
.cid-roFnV3eMbl {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-roFnV3eMbl .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-roFnV3eMbl .container-table {
  margin: 0 auto;
}
.cid-roFnV3eMbl .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-roFnV3eMbl .dataTables_wrapper {
  display: block;
}
.cid-roFnV3eMbl .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-roFnV3eMbl .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-roFnV3eMbl table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-roFnV3eMbl table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-roFnV3eMbl table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-roFnV3eMbl table td {
  border-top: 1px solid #cccccc;
}
.cid-roFnV3eMbl table.table {
  background: #ffffff;
}
.cid-roFnV3eMbl .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-roFnV3eMbl .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-roFnV3eMbl .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-roFnV3eMbl .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-roFnV3eMbl .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-roFnV3eMbl .dataTables_filter {
    text-align: center;
  }
  .cid-roFnV3eMbl .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rtn8x8n3Q3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rtn8x8n3Q3 .mbr-section-subtitle {
  color: #000000;
}
.cid-rtn8x8n3Q3 .btn {
  margin: 0 0 .5rem 0;
}
.cid-roPgZHFhJM {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #0f7699;
}
.cid-roFnR4eVVK {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-roFnR4eVVK .mbr-text,
.cid-roFnR4eVVK blockquote {
  color: #767676;
}
.cid-roFnR4eVVK .mbr-text P {
  color: #000000;
}
.cid-roFnR4eVVK .mbr-text UL {
  color: #000000;
}
.cid-rqNV3sOnqL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rqNV3sOnqL .mbr-section-subtitle {
  color: #000;
  text-align: center;
  font-weight: 300;
}
.cid-rqNV3sOnqL .step {
  width: 72px;
  height: 72px;
  font-size: 36px;
  border-radius: 50%;
  border: 2px solid #000000;
  padding-bottom: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-rqNV3sOnqL .separline .step-wrapper {
    position: relative;
  }
  .cid-rqNV3sOnqL .separline .step-wrapper:before,
  .cid-rqNV3sOnqL .separline .step-wrapper:after {
    top: 38px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 36px - 8px);
    background-color: #000000;
  }
  .cid-rqNV3sOnqL .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-rqNV3sOnqL .separline .step-wrapper:after {
    left: calc(50% + 8px + 36px);
  }
  .cid-rqNV3sOnqL .separline.last-child .step-wrapper:after,
  .cid-rqNV3sOnqL .separline:nth-child(3n) .step-wrapper:after,
  .cid-rqNV3sOnqL .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-rqNV3sOnqL .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-rOYBa6bJbi {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rOYBa6bJbi P {
  color: #767676;
}
.cid-rOYBa6bJbi .mbr-text,
.cid-rOYBa6bJbi .mbr-section-btn {
  color: #000000;
}
.cid-rqNZFtG3M3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #13293e;
}
.cid-rqNZFtG3M3 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rqNZFtG3M3 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rqNZFtG3M3 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rqNZFtG3M3 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rqNZFtG3M3 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rqNZFtG3M3 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rqNZFtG3M3 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rqNZFtG3M3 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rqNZFtG3M3 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rqNZFtG3M3 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rqNZFtG3M3 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rqNZFtG3M3 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rqNZFtG3M3 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rqNZFtG3M3 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ro5xI3iMNg .navbar {
  background: #13293e;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ro5xI3iMNg .navbar-dropdown.bg-color.transparent.opened {
  background: #13293e;
}
.cid-ro5xI3iMNg a {
  font-style: normal;
}
.cid-ro5xI3iMNg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ro5xI3iMNg .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ro5xI3iMNg .nav-item:focus,
.cid-ro5xI3iMNg .nav-link:focus {
  outline: none;
}
.cid-ro5xI3iMNg .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ro5xI3iMNg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ro5xI3iMNg .menu-logo {
  margin-right: auto;
}
.cid-ro5xI3iMNg .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ro5xI3iMNg .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ro5xI3iMNg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ro5xI3iMNg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ro5xI3iMNg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ro5xI3iMNg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ro5xI3iMNg .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ro5xI3iMNg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ro5xI3iMNg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ro5xI3iMNg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ro5xI3iMNg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ro5xI3iMNg .dropdown .dropdown-menu {
  background: #13293e;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ro5xI3iMNg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ro5xI3iMNg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ro5xI3iMNg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ro5xI3iMNg .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ro5xI3iMNg .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ro5xI3iMNg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ro5xI3iMNg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ro5xI3iMNg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ro5xI3iMNg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ro5xI3iMNg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ro5xI3iMNg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ro5xI3iMNg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ro5xI3iMNg button.navbar-toggler:focus {
  outline: none;
}
.cid-ro5xI3iMNg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #13293e;
}
.cid-ro5xI3iMNg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ro5xI3iMNg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ro5xI3iMNg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ro5xI3iMNg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ro5xI3iMNg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ro5xI3iMNg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ro5xI3iMNg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ro5xI3iMNg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ro5xI3iMNg .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ro5xI3iMNg .collapsed .btn {
  display: -webkit-flex;
}
.cid-ro5xI3iMNg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ro5xI3iMNg .collapsed .navbar-collapse.collapsing,
.cid-ro5xI3iMNg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ro5xI3iMNg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ro5xI3iMNg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ro5xI3iMNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ro5xI3iMNg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ro5xI3iMNg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ro5xI3iMNg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ro5xI3iMNg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ro5xI3iMNg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-ro5xI3iMNg .collapsed button.navbar-toggler {
  display: block;
}
.cid-ro5xI3iMNg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ro5xI3iMNg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ro5xI3iMNg .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ro5xI3iMNg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ro5xI3iMNg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ro5xI3iMNg .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ro5xI3iMNg.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ro5xI3iMNg img {
    height: 3.8rem !important;
  }
  .cid-ro5xI3iMNg .btn {
    display: -webkit-flex;
  }
  .cid-ro5xI3iMNg button.navbar-toggler {
    display: block;
  }
  .cid-ro5xI3iMNg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ro5xI3iMNg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ro5xI3iMNg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ro5xI3iMNg .navbar-collapse.collapsing,
  .cid-ro5xI3iMNg .navbar-collapse.show {
    display: block !important;
  }
  .cid-ro5xI3iMNg .navbar-collapse.collapsing .navbar-nav,
  .cid-ro5xI3iMNg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ro5xI3iMNg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ro5xI3iMNg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ro5xI3iMNg .navbar-collapse.collapsing .navbar-buttons,
  .cid-ro5xI3iMNg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ro5xI3iMNg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ro5xI3iMNg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ro5xI3iMNg .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ro5xI3iMNg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ro5xI3iMNg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ro5xI3iMNg .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ro5xI3iMNg .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ro5xI3iMNg .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ro5xI3iMNg .nav-link:hover,
.cid-ro5xI3iMNg .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ro5z9QT2M5 {
  padding-top: 135px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ro5z9QT2M5 P {
  color: #767676;
}
.cid-ro5z9QT2M5 .mbr-text,
.cid-ro5z9QT2M5 .mbr-section-btn {
  color: #000000;
}
.cid-rrseZ8X0X6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rrseZ8X0X6 .mbr-section-subtitle {
  color: #000;
  text-align: center;
  font-weight: 300;
}
.cid-rrseZ8X0X6 .step {
  width: 72px;
  height: 72px;
  font-size: 36px;
  border-radius: 50%;
  border: 2px solid #000000;
  padding-bottom: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-rrseZ8X0X6 .separline .step-wrapper {
    position: relative;
  }
  .cid-rrseZ8X0X6 .separline .step-wrapper:before,
  .cid-rrseZ8X0X6 .separline .step-wrapper:after {
    top: 38px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 36px - 8px);
    background-color: #000000;
  }
  .cid-rrseZ8X0X6 .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-rrseZ8X0X6 .separline .step-wrapper:after {
    left: calc(50% + 8px + 36px);
  }
  .cid-rrseZ8X0X6 .separline.last-child .step-wrapper:after,
  .cid-rrseZ8X0X6 .separline:nth-child(3n) .step-wrapper:after,
  .cid-rrseZ8X0X6 .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-rrseZ8X0X6 .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-ro5MgqFJ7f {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ro5MgqFJ7f .card-box {
  padding: 0 2rem;
}
.cid-ro5MgqFJ7f .mbr-section-btn {
  padding-top: 1rem;
}
.cid-ro5MgqFJ7f .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-ro5MgqFJ7f h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-ro5MgqFJ7f p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-ro5MgqFJ7f .mbr-text {
  color: #000000;
}
.cid-ro5MgqFJ7f .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #efefef;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ro5MgqFJ7f .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-ro5M2hNbuA {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-ro5M2hNbuA .mbr-section-subtitle {
  color: #000000;
}
.cid-ro5M2hNbuA .container-table {
  margin: 0 auto;
}
.cid-ro5M2hNbuA .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-ro5M2hNbuA .dataTables_wrapper {
  display: block;
}
.cid-ro5M2hNbuA .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-ro5M2hNbuA .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-ro5M2hNbuA table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-ro5M2hNbuA table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-ro5M2hNbuA table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-ro5M2hNbuA table td {
  border-top: 1px solid #cccccc;
}
.cid-ro5M2hNbuA table.table {
  background: #ffffff;
}
.cid-ro5M2hNbuA .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-ro5M2hNbuA .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-ro5M2hNbuA .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-ro5M2hNbuA .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-ro5M2hNbuA .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-ro5M2hNbuA .dataTables_filter {
    text-align: center;
  }
  .cid-ro5M2hNbuA .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-ro5M2hNbuA .body-item DIV {
  text-align: center;
}
.cid-rtn8a4Ikwz {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rtn8a4Ikwz .mbr-section-subtitle {
  color: #000000;
}
.cid-rtn8a4Ikwz .btn {
  margin: 0 0 .5rem 0;
}
.cid-ro5Oa2JEgJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ro5Oa2JEgJ .mbr-section-subtitle {
  color: #000000;
}
.cid-ro5Oa2JEgJ .container-table {
  margin: 0 auto;
}
.cid-ro5Oa2JEgJ .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-ro5Oa2JEgJ .dataTables_wrapper {
  display: block;
}
.cid-ro5Oa2JEgJ .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-ro5Oa2JEgJ .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-ro5Oa2JEgJ table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-ro5Oa2JEgJ table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-ro5Oa2JEgJ table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-ro5Oa2JEgJ table td {
  border-top: 1px solid #cccccc;
}
.cid-ro5Oa2JEgJ table.table {
  background: #ffffff;
}
.cid-ro5Oa2JEgJ .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-ro5Oa2JEgJ .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-ro5Oa2JEgJ .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-ro5Oa2JEgJ .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-ro5Oa2JEgJ .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-ro5Oa2JEgJ .dataTables_filter {
    text-align: center;
  }
  .cid-ro5Oa2JEgJ .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-ro5Oa2JEgJ .body-item DIV {
  text-align: center;
}
.cid-ro5OatvNFf {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-ro5OatvNFf .mbr-section-subtitle {
  color: #000000;
}
.cid-ro5OatvNFf .container-table {
  margin: 0 auto;
}
.cid-ro5OatvNFf .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-ro5OatvNFf .dataTables_wrapper {
  display: block;
}
.cid-ro5OatvNFf .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-ro5OatvNFf .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-ro5OatvNFf table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-ro5OatvNFf table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-ro5OatvNFf table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-ro5OatvNFf table td {
  border-top: 1px solid #cccccc;
}
.cid-ro5OatvNFf table.table {
  background: #ffffff;
}
.cid-ro5OatvNFf .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-ro5OatvNFf .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-ro5OatvNFf .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-ro5OatvNFf .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-ro5OatvNFf .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-ro5OatvNFf .dataTables_filter {
    text-align: center;
  }
  .cid-ro5OatvNFf .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-ro5OatvNFf .body-item DIV {
  text-align: center;
}
.cid-ro5QV7N9gr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ro5QV7N9gr .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ro5QV7N9gr .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-ro5QV7N9gr .mbr-text {
  color: #000000;
}
.cid-rOYSrGCdL5 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rOYSrGCdL5 P {
  color: #767676;
}
.cid-rOYSrGCdL5 .mbr-text,
.cid-rOYSrGCdL5 .mbr-section-btn {
  color: #000000;
}
.cid-rqNZUpYlrr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #13293e;
}
.cid-rqNZUpYlrr .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rqNZUpYlrr .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rqNZUpYlrr .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rqNZUpYlrr .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rqNZUpYlrr .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rqNZUpYlrr .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rqNZUpYlrr .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rqNZUpYlrr .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rqNZUpYlrr .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rqNZUpYlrr .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rqNZUpYlrr .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rqNZUpYlrr .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rqNZUpYlrr .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rqNZUpYlrr .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ro5xI3iMNg .navbar {
  background: #13293e;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ro5xI3iMNg .navbar-dropdown.bg-color.transparent.opened {
  background: #13293e;
}
.cid-ro5xI3iMNg a {
  font-style: normal;
}
.cid-ro5xI3iMNg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ro5xI3iMNg .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ro5xI3iMNg .nav-item:focus,
.cid-ro5xI3iMNg .nav-link:focus {
  outline: none;
}
.cid-ro5xI3iMNg .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ro5xI3iMNg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ro5xI3iMNg .menu-logo {
  margin-right: auto;
}
.cid-ro5xI3iMNg .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ro5xI3iMNg .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ro5xI3iMNg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ro5xI3iMNg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ro5xI3iMNg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ro5xI3iMNg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ro5xI3iMNg .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ro5xI3iMNg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ro5xI3iMNg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ro5xI3iMNg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ro5xI3iMNg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ro5xI3iMNg .dropdown .dropdown-menu {
  background: #13293e;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ro5xI3iMNg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ro5xI3iMNg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ro5xI3iMNg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ro5xI3iMNg .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ro5xI3iMNg .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ro5xI3iMNg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ro5xI3iMNg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ro5xI3iMNg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ro5xI3iMNg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ro5xI3iMNg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ro5xI3iMNg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ro5xI3iMNg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ro5xI3iMNg button.navbar-toggler:focus {
  outline: none;
}
.cid-ro5xI3iMNg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #13293e;
}
.cid-ro5xI3iMNg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ro5xI3iMNg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ro5xI3iMNg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ro5xI3iMNg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ro5xI3iMNg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ro5xI3iMNg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ro5xI3iMNg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ro5xI3iMNg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ro5xI3iMNg .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ro5xI3iMNg .collapsed .btn {
  display: -webkit-flex;
}
.cid-ro5xI3iMNg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ro5xI3iMNg .collapsed .navbar-collapse.collapsing,
.cid-ro5xI3iMNg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ro5xI3iMNg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ro5xI3iMNg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ro5xI3iMNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ro5xI3iMNg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ro5xI3iMNg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ro5xI3iMNg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ro5xI3iMNg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ro5xI3iMNg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-ro5xI3iMNg .collapsed button.navbar-toggler {
  display: block;
}
.cid-ro5xI3iMNg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ro5xI3iMNg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ro5xI3iMNg .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ro5xI3iMNg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ro5xI3iMNg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ro5xI3iMNg .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ro5xI3iMNg.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ro5xI3iMNg img {
    height: 3.8rem !important;
  }
  .cid-ro5xI3iMNg .btn {
    display: -webkit-flex;
  }
  .cid-ro5xI3iMNg button.navbar-toggler {
    display: block;
  }
  .cid-ro5xI3iMNg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ro5xI3iMNg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ro5xI3iMNg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ro5xI3iMNg .navbar-collapse.collapsing,
  .cid-ro5xI3iMNg .navbar-collapse.show {
    display: block !important;
  }
  .cid-ro5xI3iMNg .navbar-collapse.collapsing .navbar-nav,
  .cid-ro5xI3iMNg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ro5xI3iMNg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ro5xI3iMNg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ro5xI3iMNg .navbar-collapse.collapsing .navbar-buttons,
  .cid-ro5xI3iMNg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ro5xI3iMNg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ro5xI3iMNg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ro5xI3iMNg .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ro5xI3iMNg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ro5xI3iMNg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ro5xI3iMNg .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ro5xI3iMNg .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ro5xI3iMNg .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ro5xI3iMNg .nav-link:hover,
.cid-ro5xI3iMNg .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-rpegcgDxfT {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rpegcgDxfT h3 {
  text-align: center;
  font-weight: 300;
}
.cid-rpegcgDxfT .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-rpegcgDxfT .mbr-section-subtitle {
  color: #000000;
}
.cid-rpegcgDxfT .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rpegcgDxfT ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-rpegcgDxfT path {
  stroke: #149dcc;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rpegcgDxfT .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-rOYDlZ40lN {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rOYDlZ40lN P {
  color: #767676;
}
.cid-rOYDlZ40lN .mbr-text,
.cid-rOYDlZ40lN .mbr-section-btn {
  color: #000000;
}
.cid-rpq44fTohA {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #0f7699;
}
.cid-rpq3YLfHlp {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rpq3YLfHlp .mbr-text,
.cid-rpq3YLfHlp blockquote {
  color: #767676;
}
.cid-rpq3YLfHlp .mbr-text P {
  color: #000000;
}
.cid-rpq4BFLtGR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rpq4BFLtGR .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rpq4BFLtGR .section-text {
  padding: 2rem 0;
}
.cid-rpq4BFLtGR .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rpq4BFLtGR .inner-container {
    width: 100% !important;
  }
}
.cid-rpq4r3t1XA {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-rpq4r3t1XA .image-block {
  margin: auto;
}
.cid-rpq4r3t1XA figcaption {
  position: relative;
}
.cid-rpq4r3t1XA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rpq4r3t1XA .image-block {
    width: 100% !important;
  }
}
.cid-rpq4SqAtyk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rpq4SqAtyk .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rpq4SqAtyk .section-text {
  padding: 2rem 0;
}
.cid-rpq4SqAtyk .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rpq4SqAtyk .inner-container {
    width: 100% !important;
  }
}
.cid-rpq4Yb8gC8 {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-rpq4Yb8gC8 .image-block {
  margin: auto;
}
.cid-rpq4Yb8gC8 figcaption {
  position: relative;
}
.cid-rpq4Yb8gC8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rpq4Yb8gC8 .image-block {
    width: 100% !important;
  }
}
.cid-rpq68pZBd7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rpq68pZBd7 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rpq68pZBd7 .section-text {
  padding: 2rem 0;
}
.cid-rpq68pZBd7 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rpq68pZBd7 .inner-container {
    width: 100% !important;
  }
}
.cid-rpq69cuURO {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-rpq69cuURO .image-block {
  margin: auto;
}
.cid-rpq69cuURO figcaption {
  position: relative;
}
.cid-rpq69cuURO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rpq69cuURO .image-block {
    width: 100% !important;
  }
}
.cid-rpq76TYcGm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rpq76TYcGm .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rpq76TYcGm .section-text {
  padding: 2rem 0;
}
.cid-rpq76TYcGm .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rpq76TYcGm .inner-container {
    width: 100% !important;
  }
}
.cid-rpq77ovFNi {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-rpq77ovFNi .image-block {
  margin: auto;
}
.cid-rpq77ovFNi figcaption {
  position: relative;
}
.cid-rpq77ovFNi figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rpq77ovFNi .image-block {
    width: 100% !important;
  }
}
.cid-rpq9UfCPb7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rpq9UfCPb7 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rpq9UfCPb7 .section-text {
  padding: 2rem 0;
}
.cid-rpq9UfCPb7 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rpq9UfCPb7 .inner-container {
    width: 100% !important;
  }
}
.cid-rpq9Vshngz {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-rpq9Vshngz .image-block {
  margin: auto;
}
.cid-rpq9Vshngz figcaption {
  position: relative;
}
.cid-rpq9Vshngz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rpq9Vshngz .image-block {
    width: 100% !important;
  }
}
.cid-rpqazKtRxr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rpqazKtRxr .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rpqazKtRxr .section-text {
  padding: 2rem 0;
}
.cid-rpqazKtRxr .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rpqazKtRxr .inner-container {
    width: 100% !important;
  }
}
.cid-rpqaAhH4vT {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-rpqaAhH4vT .image-block {
  margin: auto;
}
.cid-rpqaAhH4vT figcaption {
  position: relative;
}
.cid-rpqaAhH4vT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rpqaAhH4vT .image-block {
    width: 100% !important;
  }
}
.cid-rtn8g0mrDl {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rtn8g0mrDl .mbr-section-subtitle {
  color: #000000;
}
.cid-rtn8g0mrDl .btn {
  margin: 0 0 .5rem 0;
}
.cid-rpqbhF3SG9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rpqbhF3SG9 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rpqbhF3SG9 .section-text {
  padding: 2rem 0;
}
.cid-rpqbhF3SG9 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rpqbhF3SG9 .inner-container {
    width: 100% !important;
  }
}
.cid-rpqbi9AdMb {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-rpqbi9AdMb .image-block {
  margin: auto;
}
.cid-rpqbi9AdMb figcaption {
  position: relative;
}
.cid-rpqbi9AdMb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rpqbi9AdMb .image-block {
    width: 100% !important;
  }
}
.cid-rpqbRMmW4K {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rpqbRMmW4K .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rpqbRMmW4K .section-text {
  padding: 2rem 0;
}
.cid-rpqbRMmW4K .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rpqbRMmW4K .inner-container {
    width: 100% !important;
  }
}
.cid-rpqbSLHHmp {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-rpqbSLHHmp .image-block {
  margin: auto;
}
.cid-rpqbSLHHmp figcaption {
  position: relative;
}
.cid-rpqbSLHHmp figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rpqbSLHHmp .image-block {
    width: 100% !important;
  }
}
.cid-rpqdRGaN4v {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rpqdRGaN4v .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rpqdRGaN4v .section-text {
  padding: 2rem 0;
}
.cid-rpqdRGaN4v .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rpqdRGaN4v .inner-container {
    width: 100% !important;
  }
}
.cid-rpqdSjZmq8 {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-rpqdSjZmq8 .image-block {
  margin: auto;
}
.cid-rpqdSjZmq8 figcaption {
  position: relative;
}
.cid-rpqdSjZmq8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rpqdSjZmq8 .image-block {
    width: 100% !important;
  }
}
.cid-rpqei2nlKq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rpqei2nlKq .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rpqei2nlKq .section-text {
  padding: 2rem 0;
}
.cid-rpqei2nlKq .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rpqei2nlKq .inner-container {
    width: 100% !important;
  }
}
.cid-rpqeix0h5q {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-rpqeix0h5q .image-block {
  margin: auto;
}
.cid-rpqeix0h5q figcaption {
  position: relative;
}
.cid-rpqeix0h5q figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rpqeix0h5q .image-block {
    width: 100% !important;
  }
}
.cid-rpqeIWRLWm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rpqeIWRLWm .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rpqeIWRLWm .section-text {
  padding: 2rem 0;
}
.cid-rpqeIWRLWm .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rpqeIWRLWm .inner-container {
    width: 100% !important;
  }
}
.cid-rpqeIibAMD {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-rpqeIibAMD .image-block {
  margin: auto;
}
.cid-rpqeIibAMD figcaption {
  position: relative;
}
.cid-rpqeIibAMD figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rpqeIibAMD .image-block {
    width: 100% !important;
  }
}
.cid-rpqh1ORRDl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rpqh1ORRDl .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rpqh1ORRDl .section-text {
  padding: 2rem 0;
}
.cid-rpqh1ORRDl .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rpqh1ORRDl .inner-container {
    width: 100% !important;
  }
}
.cid-rpqh2zy964 {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-rpqh2zy964 .image-block {
  margin: auto;
}
.cid-rpqh2zy964 figcaption {
  position: relative;
}
.cid-rpqh2zy964 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rpqh2zy964 .image-block {
    width: 100% !important;
  }
}
.cid-rpqhMcV9dv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rpqhMcV9dv .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rpqhMcV9dv .section-text {
  padding: 2rem 0;
}
.cid-rpqhMcV9dv .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rpqhMcV9dv .inner-container {
    width: 100% !important;
  }
}
.cid-rpqhN65Qqo {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-rpqhN65Qqo .image-block {
  margin: auto;
}
.cid-rpqhN65Qqo figcaption {
  position: relative;
}
.cid-rpqhN65Qqo figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rpqhN65Qqo .image-block {
    width: 100% !important;
  }
}
.cid-rpqif0aXV9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rpqif0aXV9 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rpqif0aXV9 .section-text {
  padding: 2rem 0;
}
.cid-rpqif0aXV9 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rpqif0aXV9 .inner-container {
    width: 100% !important;
  }
}
.cid-rpqig2ucSk {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-rpqig2ucSk .image-block {
  margin: auto;
}
.cid-rpqig2ucSk figcaption {
  position: relative;
}
.cid-rpqig2ucSk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rpqig2ucSk .image-block {
    width: 100% !important;
  }
}
.cid-rpqiIICwih {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rpqiIICwih .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rpqiIICwih .section-text {
  padding: 2rem 0;
}
.cid-rpqiIICwih .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rpqiIICwih .inner-container {
    width: 100% !important;
  }
}
.cid-rpqiJkpVNm {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-rpqiJkpVNm .image-block {
  margin: auto;
}
.cid-rpqiJkpVNm figcaption {
  position: relative;
}
.cid-rpqiJkpVNm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rpqiJkpVNm .image-block {
    width: 100% !important;
  }
}
.cid-rpqj4TjUtx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rpqj4TjUtx .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rpqj4TjUtx .section-text {
  padding: 2rem 0;
}
.cid-rpqj4TjUtx .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rpqj4TjUtx .inner-container {
    width: 100% !important;
  }
}
.cid-rpqj62llKD {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-rpqj62llKD .image-block {
  margin: auto;
}
.cid-rpqj62llKD figcaption {
  position: relative;
}
.cid-rpqj62llKD figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rpqj62llKD .image-block {
    width: 100% !important;
  }
}
.cid-rpqjvIc5xg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rpqjvIc5xg .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rpqjvIc5xg .section-text {
  padding: 2rem 0;
}
.cid-rpqjvIc5xg .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rpqjvIc5xg .inner-container {
    width: 100% !important;
  }
}
.cid-rpqjwl8pBE {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-rpqjwl8pBE .image-block {
  margin: auto;
}
.cid-rpqjwl8pBE figcaption {
  position: relative;
}
.cid-rpqjwl8pBE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rpqjwl8pBE .image-block {
    width: 100% !important;
  }
}
.cid-rpqjQS2Luy {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rpqjQS2Luy .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rpqjQS2Luy .section-text {
  padding: 2rem 0;
}
.cid-rpqjQS2Luy .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rpqjQS2Luy .inner-container {
    width: 100% !important;
  }
}
.cid-rpqk0HrhFm {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rpqk0HrhFm .mbr-text,
.cid-rpqk0HrhFm blockquote {
  color: #767676;
}
.cid-rpqk0HrhFm .mbr-text P {
  color: #000000;
}
.cid-rpqjRSLfxN {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-rpqjRSLfxN .image-block {
  margin: auto;
}
.cid-rpqjRSLfxN figcaption {
  position: relative;
}
.cid-rpqjRSLfxN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rpqjRSLfxN .image-block {
    width: 100% !important;
  }
}
.cid-rpqkMpaDpW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rpqkMpaDpW .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rpqkMpaDpW .section-text {
  padding: 2rem 0;
}
.cid-rpqkMpaDpW .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rpqkMpaDpW .inner-container {
    width: 100% !important;
  }
}
.cid-rpqkPHHtjB {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rpqkPHHtjB .mbr-text,
.cid-rpqkPHHtjB blockquote {
  color: #767676;
}
.cid-rpqkPHHtjB .mbr-text P {
  color: #000000;
}
.cid-rpqkNZom0i {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-rpqkNZom0i .image-block {
  margin: auto;
}
.cid-rpqkNZom0i figcaption {
  position: relative;
}
.cid-rpqkNZom0i figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rpqkNZom0i .image-block {
    width: 100% !important;
  }
}
.cid-rtn8jXekdD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rtn8jXekdD .mbr-section-subtitle {
  color: #000000;
}
.cid-rtn8jXekdD .btn {
  margin: 0 0 .5rem 0;
}
.cid-rpem7y2IFe {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rpem7y2IFe .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  font-weight: 300;
}
.cid-rpem7y2IFe .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #000000;
}
@media (max-width: 767px) {
  .cid-rpem7y2IFe .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-rpem7y2IFe .separline {
  position: relative;
}
.cid-rpem7y2IFe .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-rpem7y2IFe .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-rpenxh5QWZ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-rpenxK7s6Z {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rpenxK7s6Z .mbr-text,
.cid-rpenxK7s6Z blockquote {
  color: #767676;
}
.cid-rpenxK7s6Z .mbr-text P {
  color: #000000;
}
.cid-rrseIL9VpC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rrseIL9VpC .mbr-section-subtitle {
  color: #000;
  text-align: center;
  font-weight: 300;
}
.cid-rrseIL9VpC .step {
  width: 72px;
  height: 72px;
  font-size: 36px;
  border-radius: 50%;
  border: 2px solid #000000;
  padding-bottom: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-rrseIL9VpC .separline .step-wrapper {
    position: relative;
  }
  .cid-rrseIL9VpC .separline .step-wrapper:before,
  .cid-rrseIL9VpC .separline .step-wrapper:after {
    top: 38px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 36px - 8px);
    background-color: #000000;
  }
  .cid-rrseIL9VpC .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-rrseIL9VpC .separline .step-wrapper:after {
    left: calc(50% + 8px + 36px);
  }
  .cid-rrseIL9VpC .separline.last-child .step-wrapper:after,
  .cid-rrseIL9VpC .separline:nth-child(3n) .step-wrapper:after,
  .cid-rrseIL9VpC .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-rrseIL9VpC .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-rOYDngEjmg {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rOYDngEjmg P {
  color: #767676;
}
.cid-rOYDngEjmg .mbr-text,
.cid-rOYDngEjmg .mbr-section-btn {
  color: #000000;
}
.cid-rqNZYokxzo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #13293e;
}
.cid-rqNZYokxzo .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rqNZYokxzo .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rqNZYokxzo .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rqNZYokxzo .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rqNZYokxzo .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rqNZYokxzo .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rqNZYokxzo .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rqNZYokxzo .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rqNZYokxzo .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rqNZYokxzo .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rqNZYokxzo .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rqNZYokxzo .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rqNZYokxzo .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rqNZYokxzo .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ro5xI3iMNg .navbar {
  background: #13293e;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ro5xI3iMNg .navbar-dropdown.bg-color.transparent.opened {
  background: #13293e;
}
.cid-ro5xI3iMNg a {
  font-style: normal;
}
.cid-ro5xI3iMNg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ro5xI3iMNg .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ro5xI3iMNg .nav-item:focus,
.cid-ro5xI3iMNg .nav-link:focus {
  outline: none;
}
.cid-ro5xI3iMNg .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ro5xI3iMNg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ro5xI3iMNg .menu-logo {
  margin-right: auto;
}
.cid-ro5xI3iMNg .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ro5xI3iMNg .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ro5xI3iMNg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ro5xI3iMNg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ro5xI3iMNg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ro5xI3iMNg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ro5xI3iMNg .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ro5xI3iMNg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ro5xI3iMNg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ro5xI3iMNg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ro5xI3iMNg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ro5xI3iMNg .dropdown .dropdown-menu {
  background: #13293e;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ro5xI3iMNg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ro5xI3iMNg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ro5xI3iMNg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ro5xI3iMNg .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ro5xI3iMNg .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ro5xI3iMNg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ro5xI3iMNg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ro5xI3iMNg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ro5xI3iMNg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ro5xI3iMNg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ro5xI3iMNg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ro5xI3iMNg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ro5xI3iMNg button.navbar-toggler:focus {
  outline: none;
}
.cid-ro5xI3iMNg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #13293e;
}
.cid-ro5xI3iMNg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ro5xI3iMNg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ro5xI3iMNg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ro5xI3iMNg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ro5xI3iMNg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ro5xI3iMNg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ro5xI3iMNg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ro5xI3iMNg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ro5xI3iMNg .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ro5xI3iMNg .collapsed .btn {
  display: -webkit-flex;
}
.cid-ro5xI3iMNg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ro5xI3iMNg .collapsed .navbar-collapse.collapsing,
.cid-ro5xI3iMNg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ro5xI3iMNg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ro5xI3iMNg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ro5xI3iMNg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ro5xI3iMNg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ro5xI3iMNg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ro5xI3iMNg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ro5xI3iMNg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ro5xI3iMNg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-ro5xI3iMNg .collapsed button.navbar-toggler {
  display: block;
}
.cid-ro5xI3iMNg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ro5xI3iMNg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ro5xI3iMNg .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ro5xI3iMNg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ro5xI3iMNg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ro5xI3iMNg .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ro5xI3iMNg.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ro5xI3iMNg img {
    height: 3.8rem !important;
  }
  .cid-ro5xI3iMNg .btn {
    display: -webkit-flex;
  }
  .cid-ro5xI3iMNg button.navbar-toggler {
    display: block;
  }
  .cid-ro5xI3iMNg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ro5xI3iMNg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ro5xI3iMNg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ro5xI3iMNg .navbar-collapse.collapsing,
  .cid-ro5xI3iMNg .navbar-collapse.show {
    display: block !important;
  }
  .cid-ro5xI3iMNg .navbar-collapse.collapsing .navbar-nav,
  .cid-ro5xI3iMNg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ro5xI3iMNg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ro5xI3iMNg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ro5xI3iMNg .navbar-collapse.collapsing .navbar-buttons,
  .cid-ro5xI3iMNg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ro5xI3iMNg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ro5xI3iMNg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ro5xI3iMNg .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ro5xI3iMNg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ro5xI3iMNg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ro5xI3iMNg .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ro5xI3iMNg .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ro5xI3iMNg .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ro5xI3iMNg .nav-link:hover,
.cid-ro5xI3iMNg .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-roaaENkBXP {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #0f7699;
}
.cid-roab1rwdPS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-roab1rwdPS .mbr-text {
  color: #000000;
}
.cid-roab1rwdPS .mbr-text P {
  color: #000000;
  font-size: 1.2rem;
}
.cid-rpesuWXCqT {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #0f7699;
}
.cid-ro5FfYP5Sm {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ro5FfYP5Sm h2 {
  text-align: left;
}
.cid-ro5FfYP5Sm h4 {
  text-align: left;
  font-weight: 500;
}
.cid-ro5FfYP5Sm p {
  color: #767676;
  text-align: left;
}
.cid-ro5FfYP5Sm .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-ro5FfYP5Sm .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-ro5FfYP5Sm .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ro5FfYP5Sm .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ro5FfYP5Sm .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-ro5FfYP5Sm .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-ro5FfYP5Sm .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ro5FfYP5Sm .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-ro5FfYP5Sm .card-img span {
    font-size: 40px !important;
  }
}
.cid-ro5FfYP5Sm .mbr-text {
  color: #000000;
}
.cid-ro5FfYP5Sm P {
  color: #000000;
}
.cid-rtn7X5Z4QX {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rtn7X5Z4QX .mbr-section-subtitle {
  color: #000000;
}
.cid-rtn7X5Z4QX .btn {
  margin: 0 0 .5rem 0;
}
.cid-ro5Ft15yJH {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-ro5Ft15yJH h2 {
  text-align: left;
}
.cid-ro5Ft15yJH h4 {
  text-align: left;
  font-weight: 500;
}
.cid-ro5Ft15yJH p {
  color: #767676;
  text-align: left;
}
.cid-ro5Ft15yJH .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-ro5Ft15yJH .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-ro5Ft15yJH .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ro5Ft15yJH .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ro5Ft15yJH .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-ro5Ft15yJH .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-ro5Ft15yJH .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-ro5Ft15yJH .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-ro5Ft15yJH .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-ro5Ft15yJH .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-ro5Ft15yJH .card-img span {
    font-size: 40px !important;
  }
}
.cid-ro5Ft15yJH P {
  color: #000000;
}
.cid-ro5GgiWNTL {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ro5GgiWNTL h2 {
  text-align: left;
}
.cid-ro5GgiWNTL h4 {
  text-align: left;
  font-weight: 500;
}
.cid-ro5GgiWNTL p {
  color: #767676;
  text-align: left;
}
.cid-ro5GgiWNTL .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-ro5GgiWNTL .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-ro5GgiWNTL .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ro5GgiWNTL .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ro5GgiWNTL .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-ro5GgiWNTL .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-ro5GgiWNTL .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ro5GgiWNTL .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-ro5GgiWNTL .card-img span {
    font-size: 40px !important;
  }
}
.cid-ro5GgiWNTL P {
  color: #000000;
}
.cid-ro5FNVXia6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-ro5FNVXia6 h2 {
  text-align: left;
}
.cid-ro5FNVXia6 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-ro5FNVXia6 p {
  color: #767676;
  text-align: left;
}
.cid-ro5FNVXia6 .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-ro5FNVXia6 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-ro5FNVXia6 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ro5FNVXia6 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ro5FNVXia6 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-ro5FNVXia6 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-ro5FNVXia6 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-ro5FNVXia6 .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-ro5FNVXia6 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-ro5FNVXia6 .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-ro5FNVXia6 .card-img span {
    font-size: 40px !important;
  }
}
.cid-ro5FNVXia6 P {
  color: #000000;
}
.cid-ro5FOsMGWM {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ro5FOsMGWM h2 {
  text-align: left;
}
.cid-ro5FOsMGWM h4 {
  text-align: left;
  font-weight: 500;
}
.cid-ro5FOsMGWM p {
  color: #767676;
  text-align: left;
}
.cid-ro5FOsMGWM .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-ro5FOsMGWM .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-ro5FOsMGWM .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ro5FOsMGWM .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ro5FOsMGWM .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-ro5FOsMGWM .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-ro5FOsMGWM .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ro5FOsMGWM .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-ro5FOsMGWM .card-img span {
    font-size: 40px !important;
  }
}
.cid-ro5FOsMGWM P {
  color: #000000;
}
.cid-ro5FOMjdZH {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-ro5FOMjdZH h2 {
  text-align: left;
}
.cid-ro5FOMjdZH h4 {
  text-align: left;
  font-weight: 500;
}
.cid-ro5FOMjdZH p {
  color: #767676;
  text-align: left;
}
.cid-ro5FOMjdZH .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-ro5FOMjdZH .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-ro5FOMjdZH .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ro5FOMjdZH .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ro5FOMjdZH .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-ro5FOMjdZH .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-ro5FOMjdZH .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-ro5FOMjdZH .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-ro5FOMjdZH .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-ro5FOMjdZH .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-ro5FOMjdZH .card-img span {
    font-size: 40px !important;
  }
}
.cid-ro5FOMjdZH P {
  color: #000000;
}
.cid-ro5GObzgqf {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ro5GObzgqf h2 {
  text-align: left;
}
.cid-ro5GObzgqf h4 {
  text-align: left;
  font-weight: 500;
}
.cid-ro5GObzgqf p {
  color: #767676;
  text-align: left;
}
.cid-ro5GObzgqf .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-ro5GObzgqf .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-ro5GObzgqf .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ro5GObzgqf .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ro5GObzgqf .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-ro5GObzgqf .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-ro5GObzgqf .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ro5GObzgqf .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-ro5GObzgqf .card-img span {
    font-size: 40px !important;
  }
}
.cid-ro5GObzgqf P {
  color: #000000;
}
.cid-ro5GOI4xY4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-ro5GOI4xY4 h2 {
  text-align: left;
}
.cid-ro5GOI4xY4 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-ro5GOI4xY4 p {
  color: #767676;
  text-align: left;
}
.cid-ro5GOI4xY4 .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-ro5GOI4xY4 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-ro5GOI4xY4 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ro5GOI4xY4 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ro5GOI4xY4 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-ro5GOI4xY4 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-ro5GOI4xY4 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-ro5GOI4xY4 .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-ro5GOI4xY4 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-ro5GOI4xY4 .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-ro5GOI4xY4 .card-img span {
    font-size: 40px !important;
  }
}
.cid-ro5GOI4xY4 I {
  color: #000000;
}
.cid-ro5GOI4xY4 P {
  color: #000000;
}
.cid-ro5GP6rzYC {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ro5GP6rzYC h2 {
  text-align: left;
}
.cid-ro5GP6rzYC h4 {
  text-align: left;
  font-weight: 500;
}
.cid-ro5GP6rzYC p {
  color: #767676;
  text-align: left;
}
.cid-ro5GP6rzYC .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-ro5GP6rzYC .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-ro5GP6rzYC .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ro5GP6rzYC .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ro5GP6rzYC .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-ro5GP6rzYC .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-ro5GP6rzYC .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ro5GP6rzYC .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-ro5GP6rzYC .card-img span {
    font-size: 40px !important;
  }
}
.cid-ro5GP6rzYC P {
  color: #000000;
}
.cid-ro5GPtF9dq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-ro5GPtF9dq h2 {
  text-align: left;
}
.cid-ro5GPtF9dq h4 {
  text-align: left;
  font-weight: 500;
}
.cid-ro5GPtF9dq p {
  color: #767676;
  text-align: left;
}
.cid-ro5GPtF9dq .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-ro5GPtF9dq .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-ro5GPtF9dq .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ro5GPtF9dq .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ro5GPtF9dq .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-ro5GPtF9dq .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-ro5GPtF9dq .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-ro5GPtF9dq .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-ro5GPtF9dq .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-ro5GPtF9dq .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-ro5GPtF9dq .card-img span {
    font-size: 40px !important;
  }
}
.cid-ro5GPtF9dq P {
  color: #000000;
}
.cid-rrsgwSTyE4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rrsgwSTyE4 .mbr-section-subtitle {
  color: #000;
  text-align: center;
  font-weight: 300;
}
.cid-rrsgwSTyE4 .step {
  width: 72px;
  height: 72px;
  font-size: 36px;
  border-radius: 50%;
  border: 2px solid #000000;
  padding-bottom: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-rrsgwSTyE4 .separline .step-wrapper {
    position: relative;
  }
  .cid-rrsgwSTyE4 .separline .step-wrapper:before,
  .cid-rrsgwSTyE4 .separline .step-wrapper:after {
    top: 38px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 36px - 8px);
    background-color: #000000;
  }
  .cid-rrsgwSTyE4 .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-rrsgwSTyE4 .separline .step-wrapper:after {
    left: calc(50% + 8px + 36px);
  }
  .cid-rrsgwSTyE4 .separline.last-child .step-wrapper:after,
  .cid-rrsgwSTyE4 .separline:nth-child(3n) .step-wrapper:after,
  .cid-rrsgwSTyE4 .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-rrsgwSTyE4 .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-rOYShxQ8RZ {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rOYShxQ8RZ P {
  color: #767676;
}
.cid-rOYShxQ8RZ .mbr-text,
.cid-rOYShxQ8RZ .mbr-section-btn {
  color: #000000;
}
.cid-rqNZO5npg6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #13293e;
}
.cid-rqNZO5npg6 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rqNZO5npg6 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rqNZO5npg6 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rqNZO5npg6 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rqNZO5npg6 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rqNZO5npg6 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rqNZO5npg6 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rqNZO5npg6 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rqNZO5npg6 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rqNZO5npg6 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rqNZO5npg6 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rqNZO5npg6 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rqNZO5npg6 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rqNZO5npg6 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ro4cZcjZLn .navbar {
  background: #13293e;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ro4cZcjZLn .navbar-dropdown.bg-color.transparent.opened {
  background: #13293e;
}
.cid-ro4cZcjZLn a {
  font-style: normal;
}
.cid-ro4cZcjZLn .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ro4cZcjZLn .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ro4cZcjZLn .nav-item:focus,
.cid-ro4cZcjZLn .nav-link:focus {
  outline: none;
}
.cid-ro4cZcjZLn .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ro4cZcjZLn .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ro4cZcjZLn .menu-logo {
  margin-right: auto;
}
.cid-ro4cZcjZLn .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ro4cZcjZLn .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ro4cZcjZLn .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ro4cZcjZLn .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ro4cZcjZLn .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ro4cZcjZLn .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ro4cZcjZLn .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ro4cZcjZLn .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ro4cZcjZLn .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ro4cZcjZLn .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ro4cZcjZLn .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ro4cZcjZLn .dropdown .dropdown-menu {
  background: #13293e;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ro4cZcjZLn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ro4cZcjZLn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ro4cZcjZLn .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ro4cZcjZLn .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ro4cZcjZLn .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ro4cZcjZLn .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ro4cZcjZLn .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ro4cZcjZLn .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ro4cZcjZLn .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ro4cZcjZLn .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ro4cZcjZLn .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ro4cZcjZLn button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ro4cZcjZLn button.navbar-toggler:focus {
  outline: none;
}
.cid-ro4cZcjZLn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #13293e;
}
.cid-ro4cZcjZLn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ro4cZcjZLn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ro4cZcjZLn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ro4cZcjZLn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ro4cZcjZLn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ro4cZcjZLn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ro4cZcjZLn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ro4cZcjZLn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ro4cZcjZLn .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ro4cZcjZLn .collapsed .btn {
  display: -webkit-flex;
}
.cid-ro4cZcjZLn .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ro4cZcjZLn .collapsed .navbar-collapse.collapsing,
.cid-ro4cZcjZLn .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ro4cZcjZLn .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ro4cZcjZLn .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ro4cZcjZLn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ro4cZcjZLn .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ro4cZcjZLn .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ro4cZcjZLn .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ro4cZcjZLn .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ro4cZcjZLn .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-ro4cZcjZLn .collapsed button.navbar-toggler {
  display: block;
}
.cid-ro4cZcjZLn .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ro4cZcjZLn .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ro4cZcjZLn .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ro4cZcjZLn .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ro4cZcjZLn .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ro4cZcjZLn .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ro4cZcjZLn.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ro4cZcjZLn img {
    height: 3.8rem !important;
  }
  .cid-ro4cZcjZLn .btn {
    display: -webkit-flex;
  }
  .cid-ro4cZcjZLn button.navbar-toggler {
    display: block;
  }
  .cid-ro4cZcjZLn .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ro4cZcjZLn .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ro4cZcjZLn .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ro4cZcjZLn .navbar-collapse.collapsing,
  .cid-ro4cZcjZLn .navbar-collapse.show {
    display: block !important;
  }
  .cid-ro4cZcjZLn .navbar-collapse.collapsing .navbar-nav,
  .cid-ro4cZcjZLn .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ro4cZcjZLn .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ro4cZcjZLn .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ro4cZcjZLn .navbar-collapse.collapsing .navbar-buttons,
  .cid-ro4cZcjZLn .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ro4cZcjZLn .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ro4cZcjZLn .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ro4cZcjZLn .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ro4cZcjZLn .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ro4cZcjZLn .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ro4cZcjZLn .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ro4cZcjZLn .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ro4cZcjZLn .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ro4cZcjZLn .nav-link:hover,
.cid-ro4cZcjZLn .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ro4kr2ycGN {
  padding-top: 135px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-ro4kr2ycGN P {
  color: #767676;
}
.cid-ro4lednTLL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ro4lednTLL .mbr-text {
  color: #767676;
}
.cid-ro4lednTLL .mbr-text P {
  color: #000000;
}
.cid-rpuNjU9ZbP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rpuNjU9ZbP .mbr-section-subtitle {
  color: #000000;
}
.cid-rOYChrC1yL {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rOYChrC1yL .mbr-section-subtitle {
  color: #000000;
}
.cid-rOpJDNCTVP {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-rOpJDNCTVP .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rOpJDNCTVP .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rOpJDNCTVP .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rOpJDNCTVP .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rOpJDNCTVP .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-rOpJDNCTVP .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rOpJDNCTVP .card .panel-body {
  color: #767676;
}
.cid-rOpJDNCTVP .panel-text {
  color: #000000;
}
.cid-rv5E68R9ft {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rv5E68R9ft .mbr-section-subtitle {
  color: #000;
  text-align: center;
  font-weight: 300;
}
.cid-rv5E68R9ft .step {
  width: 72px;
  height: 72px;
  font-size: 36px;
  border-radius: 50%;
  border: 2px solid #000000;
  padding-bottom: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-rv5E68R9ft .separline .step-wrapper {
    position: relative;
  }
  .cid-rv5E68R9ft .separline .step-wrapper:before,
  .cid-rv5E68R9ft .separline .step-wrapper:after {
    top: 38px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 36px - 8px);
    background-color: #000000;
  }
  .cid-rv5E68R9ft .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-rv5E68R9ft .separline .step-wrapper:after {
    left: calc(50% + 8px + 36px);
  }
  .cid-rv5E68R9ft .separline.last-child .step-wrapper:after,
  .cid-rv5E68R9ft .separline:nth-child(3n) .step-wrapper:after,
  .cid-rv5E68R9ft .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-rv5E68R9ft .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-rOYC3m3PqF {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rOYC3m3PqF P {
  color: #767676;
}
.cid-rOYC3m3PqF .mbr-text,
.cid-rOYC3m3PqF .mbr-section-btn {
  color: #000000;
}
.cid-rqNZKTSXvz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #13293e;
}
.cid-rqNZKTSXvz .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rqNZKTSXvz .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rqNZKTSXvz .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rqNZKTSXvz .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rqNZKTSXvz .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rqNZKTSXvz .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rqNZKTSXvz .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rqNZKTSXvz .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rqNZKTSXvz .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rqNZKTSXvz .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rqNZKTSXvz .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rqNZKTSXvz .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rqNZKTSXvz .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rqNZKTSXvz .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ryS8LCiykj .navbar {
  background: #13293e;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ryS8LCiykj .navbar-dropdown.bg-color.transparent.opened {
  background: #13293e;
}
.cid-ryS8LCiykj a {
  font-style: normal;
}
.cid-ryS8LCiykj .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ryS8LCiykj .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ryS8LCiykj .nav-item:focus,
.cid-ryS8LCiykj .nav-link:focus {
  outline: none;
}
.cid-ryS8LCiykj .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ryS8LCiykj .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ryS8LCiykj .menu-logo {
  margin-right: auto;
}
.cid-ryS8LCiykj .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ryS8LCiykj .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ryS8LCiykj .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ryS8LCiykj .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ryS8LCiykj .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ryS8LCiykj .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ryS8LCiykj .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ryS8LCiykj .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ryS8LCiykj .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ryS8LCiykj .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ryS8LCiykj .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ryS8LCiykj .dropdown .dropdown-menu {
  background: #13293e;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ryS8LCiykj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ryS8LCiykj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ryS8LCiykj .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ryS8LCiykj .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ryS8LCiykj .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ryS8LCiykj .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ryS8LCiykj .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ryS8LCiykj .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ryS8LCiykj .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ryS8LCiykj .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ryS8LCiykj .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ryS8LCiykj button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ryS8LCiykj button.navbar-toggler:focus {
  outline: none;
}
.cid-ryS8LCiykj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #13293e;
}
.cid-ryS8LCiykj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ryS8LCiykj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ryS8LCiykj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ryS8LCiykj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ryS8LCiykj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ryS8LCiykj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ryS8LCiykj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ryS8LCiykj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ryS8LCiykj .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ryS8LCiykj .collapsed .btn {
  display: -webkit-flex;
}
.cid-ryS8LCiykj .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ryS8LCiykj .collapsed .navbar-collapse.collapsing,
.cid-ryS8LCiykj .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ryS8LCiykj .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ryS8LCiykj .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ryS8LCiykj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ryS8LCiykj .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ryS8LCiykj .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ryS8LCiykj .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ryS8LCiykj .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ryS8LCiykj .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-ryS8LCiykj .collapsed button.navbar-toggler {
  display: block;
}
.cid-ryS8LCiykj .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ryS8LCiykj .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ryS8LCiykj .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ryS8LCiykj .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ryS8LCiykj .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ryS8LCiykj .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ryS8LCiykj.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ryS8LCiykj img {
    height: 3.8rem !important;
  }
  .cid-ryS8LCiykj .btn {
    display: -webkit-flex;
  }
  .cid-ryS8LCiykj button.navbar-toggler {
    display: block;
  }
  .cid-ryS8LCiykj .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ryS8LCiykj .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ryS8LCiykj .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ryS8LCiykj .navbar-collapse.collapsing,
  .cid-ryS8LCiykj .navbar-collapse.show {
    display: block !important;
  }
  .cid-ryS8LCiykj .navbar-collapse.collapsing .navbar-nav,
  .cid-ryS8LCiykj .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ryS8LCiykj .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ryS8LCiykj .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ryS8LCiykj .navbar-collapse.collapsing .navbar-buttons,
  .cid-ryS8LCiykj .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ryS8LCiykj .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ryS8LCiykj .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ryS8LCiykj .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ryS8LCiykj .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ryS8LCiykj .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ryS8LCiykj .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ryS8LCiykj .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ryS8LCiykj .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ryS8LCiykj .nav-link:hover,
.cid-ryS8LCiykj .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-rKnq2sSjnv {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rKnq2sSjnv P {
  color: #000;
}
.cid-rKnnfmkKj4 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rKnnfmkKj4 P {
  color: #767676;
}
.cid-rKnnfmkKj4 .mbr-text,
.cid-rKnnfmkKj4 .mbr-section-btn {
  color: #000000;
}
.cid-rKnnfXMGQE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-rKnnfXMGQE .mbr-section-btn > * {
  margin: 0;
}
.cid-rKnnfXMGQE h4 {
  font-weight: 500;
}
.cid-rKnnfXMGQE p {
  color: #232323;
}
.cid-rKnnfXMGQE .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rKnnfXMGQE .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rKnnfXMGQE .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rKnnfXMGQE .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rKnnfXMGQE .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rKnnfXMGQE .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rKnnfXMGQE .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rKnnfXMGQE .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rKnnfXMGQE .card-img span {
    font-size: 40px !important;
  }
}
.cid-rKnnfXMGQE .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rKnnfXMGQE H2 {
  text-align: left;
}
.cid-rKnngukNdc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rKnngukNdc h2 {
  margin-bottom: 0;
}
.cid-rKnngukNdc h4 {
  font-weight: 500;
  margin-bottom: 0;
  width: 80%;
}
.cid-rKnngukNdc p {
  color: #767676;
  margin-bottom: 0;
}
.cid-rKnngukNdc .card-wrapper {
  border-top: 1px solid #c1c1c1;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-rKnngukNdc .card-wrapper .card-box {
  padding: 2rem 1rem;
  width: 100%;
}
.cid-rKnngukNdc .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-rKnngukNdc .card-wrapper .card-box .bottom-line {
  width: 70%;
}
@media (max-width: 767px) {
  .cid-rKnngukNdc .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-rKnngukNdc .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-rKnngukNdc P {
  color: #000000;
}
.cid-rKnngukNdc H4 {
  text-align: left;
}
.cid-rKnq0We5DJ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-ryS8LFLOX8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-ryS8LFLOX8 .mbr-section-subtitle {
  color: #767676;
}
.cid-ryS8LFLOX8 .container-table {
  margin: 0 auto;
}
.cid-ryS8LFLOX8 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-ryS8LFLOX8 .dataTables_wrapper {
  display: block;
}
.cid-ryS8LFLOX8 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-ryS8LFLOX8 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-ryS8LFLOX8 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-ryS8LFLOX8 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-ryS8LFLOX8 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-ryS8LFLOX8 table td {
  border-top: 1px solid #cccccc;
}
.cid-ryS8LFLOX8 table.table {
  background: #ffffff;
}
.cid-ryS8LFLOX8 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-ryS8LFLOX8 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-ryS8LFLOX8 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-ryS8LFLOX8 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-ryS8LFLOX8 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-ryS8LFLOX8 .dataTables_filter {
    text-align: center;
  }
  .cid-ryS8LFLOX8 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-ryS8LGSM0m {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ryS8LGSM0m .mbr-text,
.cid-ryS8LGSM0m blockquote {
  color: #767676;
}
.cid-ryS8LGSM0m .mbr-text P {
  color: #000000;
}
.cid-ryS8LGSM0m .mbr-text UL {
  color: #000000;
}
.cid-ryS8LHtVmG {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-ryS8LIhXU1 {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-ryS8LIhXU1 .image-block {
  margin: auto;
}
.cid-ryS8LIhXU1 figcaption {
  position: relative;
}
.cid-ryS8LIhXU1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ryS8LIhXU1 .image-block {
    width: 100% !important;
  }
}
.cid-ryS8LIXvjI {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-ryS8LIXvjI .mbr-text,
.cid-ryS8LIXvjI blockquote {
  color: #767676;
}
.cid-ryS8LIXvjI .mbr-text P {
  color: #000000;
}
.cid-ryS8LJyG9q {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-ryS8LJyG9q .mbr-section-subtitle {
  color: #767676;
}
.cid-ryS8LJyG9q .container-table {
  margin: 0 auto;
}
.cid-ryS8LJyG9q .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-ryS8LJyG9q .dataTables_wrapper {
  display: block;
}
.cid-ryS8LJyG9q .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-ryS8LJyG9q .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-ryS8LJyG9q table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-ryS8LJyG9q table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-ryS8LJyG9q table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-ryS8LJyG9q table td {
  border-top: 1px solid #cccccc;
}
.cid-ryS8LJyG9q table.table {
  background: #ffffff;
}
.cid-ryS8LJyG9q .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-ryS8LJyG9q .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-ryS8LJyG9q .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-ryS8LJyG9q .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-ryS8LJyG9q .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-ryS8LJyG9q .dataTables_filter {
    text-align: center;
  }
  .cid-ryS8LJyG9q .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-ryS8LJyG9q .head-item {
  text-align: center;
}
.cid-ryS8LJyG9q .body-item {
  text-align: center;
}
.cid-ryS8LKtjYT {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ryS8LKtjYT .mbr-text,
.cid-ryS8LKtjYT blockquote {
  color: #767676;
}
.cid-ryS8LKtjYT .mbr-text P {
  color: #000000;
}
.cid-ryS8LL6u2V {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ryS8LL6u2V .mbr-section-subtitle {
  color: #767676;
}
.cid-ryS8LL6u2V .container-table {
  margin: 0 auto;
}
.cid-ryS8LL6u2V .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-ryS8LL6u2V .dataTables_wrapper {
  display: block;
}
.cid-ryS8LL6u2V .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-ryS8LL6u2V .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-ryS8LL6u2V table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-ryS8LL6u2V table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-ryS8LL6u2V table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-ryS8LL6u2V table td {
  border-top: 1px solid #cccccc;
}
.cid-ryS8LL6u2V table.table {
  background: #ffffff;
}
.cid-ryS8LL6u2V .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-ryS8LL6u2V .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-ryS8LL6u2V .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-ryS8LL6u2V .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-ryS8LL6u2V .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-ryS8LL6u2V .dataTables_filter {
    text-align: center;
  }
  .cid-ryS8LL6u2V .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-ryS8LL6u2V .head-item {
  text-align: center;
}
.cid-ryS8LL6u2V .body-item {
  text-align: center;
}
.cid-ryS8LM034z {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-ryS8LMFAZs {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ryS8LMFAZs .mbr-text,
.cid-ryS8LMFAZs blockquote {
  color: #767676;
}
.cid-ryS8LMFAZs .mbr-text P {
  color: #000000;
}
.cid-ryS8LNkEp1 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-ryS8LNkEp1 .mbr-text,
.cid-ryS8LNkEp1 blockquote {
  color: #767676;
}
.cid-ryS8LNkEp1 .mbr-text P {
  color: #000000;
}
.cid-ryS8LO7ckV {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-ryS8LO7ckV .mbr-section-subtitle {
  color: #767676;
}
.cid-ryS8LO7ckV .container-table {
  margin: 0 auto;
}
.cid-ryS8LO7ckV .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-ryS8LO7ckV .dataTables_wrapper {
  display: block;
}
.cid-ryS8LO7ckV .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-ryS8LO7ckV .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-ryS8LO7ckV table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-ryS8LO7ckV table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-ryS8LO7ckV table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-ryS8LO7ckV table td {
  border-top: 1px solid #cccccc;
}
.cid-ryS8LO7ckV table.table {
  background: #ffffff;
}
.cid-ryS8LO7ckV .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-ryS8LO7ckV .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-ryS8LO7ckV .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-ryS8LO7ckV .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-ryS8LO7ckV .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-ryS8LO7ckV .dataTables_filter {
    text-align: center;
  }
  .cid-ryS8LO7ckV .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-ryS8LO7ckV .head-item {
  text-align: center;
}
.cid-ryS8LO7ckV .body-item {
  text-align: center;
}
.cid-ryS8LP36eN {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ryS8LP36eN .mbr-text,
.cid-ryS8LP36eN blockquote {
  color: #767676;
}
.cid-ryS8LP36eN .mbr-text P {
  color: #000000;
}
.cid-ryS8LPNDJa {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ryS8LPNDJa .mbr-section-subtitle {
  color: #767676;
}
.cid-ryS8LPNDJa .container-table {
  margin: 0 auto;
}
.cid-ryS8LPNDJa .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-ryS8LPNDJa .dataTables_wrapper {
  display: block;
}
.cid-ryS8LPNDJa .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-ryS8LPNDJa .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-ryS8LPNDJa table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-ryS8LPNDJa table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-ryS8LPNDJa table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-ryS8LPNDJa table td {
  border-top: 1px solid #cccccc;
}
.cid-ryS8LPNDJa table.table {
  background: #ffffff;
}
.cid-ryS8LPNDJa .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-ryS8LPNDJa .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-ryS8LPNDJa .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-ryS8LPNDJa .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-ryS8LPNDJa .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-ryS8LPNDJa .dataTables_filter {
    text-align: center;
  }
  .cid-ryS8LPNDJa .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-ryS8LPNDJa .head-item {
  text-align: center;
}
.cid-ryS8LPNDJa .body-item {
  text-align: center;
}
.cid-ryS8LQG32n {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ryS8LQG32n .mbr-section-subtitle {
  color: #000000;
}
.cid-ryS8LQG32n .btn {
  margin: 0 0 .5rem 0;
}
.cid-ryS8LRsO5N {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-ryS8LSfNkh {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ryS8LSfNkh .mbr-text,
.cid-ryS8LSfNkh blockquote {
  color: #767676;
}
.cid-ryS8LSfNkh .mbr-text P {
  color: #000000;
}
.cid-ryS8LSVShY {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-ryS8LSVShY .image-block {
  margin: auto;
}
.cid-ryS8LSVShY figcaption {
  position: relative;
}
.cid-ryS8LSVShY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ryS8LSVShY .image-block {
    width: 100% !important;
  }
}
.cid-ryS8LTCnL9 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-ryS8LUy0Yh {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-ryS8LUy0Yh .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-ryS8LUy0Yh .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-ryS8LUy0Yh .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-ryS8LUy0Yh .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-ryS8LUy0Yh .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-ryS8LUy0Yh .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-ryS8LUy0Yh .card .panel-body {
  color: #767676;
}
.cid-ryS8LUy0Yh H4 {
  color: #000000;
}
.cid-ryS8LUy0Yh .panel-text {
  color: #000000;
  text-align: left;
}
.cid-ryS8LUy0Yh B {
  color: #000000;
}
.cid-ryS8LUy0Yh P {
  color: #000000;
}
.cid-rOYApERxLE {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rOYApERxLE P {
  color: #767676;
}
.cid-rOYApERxLE .mbr-text,
.cid-rOYApERxLE .mbr-section-btn {
  color: #000000;
}
.cid-ryS8LWnId0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #13293e;
}
.cid-ryS8LWnId0 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ryS8LWnId0 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ryS8LWnId0 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ryS8LWnId0 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ryS8LWnId0 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ryS8LWnId0 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ryS8LWnId0 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ryS8LWnId0 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ryS8LWnId0 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ryS8LWnId0 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ryS8LWnId0 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ryS8LWnId0 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ryS8LWnId0 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ryS8LWnId0 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ryUuo1XOs0 .navbar {
  background: #13293e;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ryUuo1XOs0 .navbar-dropdown.bg-color.transparent.opened {
  background: #13293e;
}
.cid-ryUuo1XOs0 a {
  font-style: normal;
}
.cid-ryUuo1XOs0 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ryUuo1XOs0 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ryUuo1XOs0 .nav-item:focus,
.cid-ryUuo1XOs0 .nav-link:focus {
  outline: none;
}
.cid-ryUuo1XOs0 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ryUuo1XOs0 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ryUuo1XOs0 .menu-logo {
  margin-right: auto;
}
.cid-ryUuo1XOs0 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ryUuo1XOs0 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ryUuo1XOs0 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ryUuo1XOs0 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ryUuo1XOs0 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ryUuo1XOs0 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ryUuo1XOs0 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ryUuo1XOs0 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ryUuo1XOs0 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ryUuo1XOs0 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ryUuo1XOs0 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ryUuo1XOs0 .dropdown .dropdown-menu {
  background: #13293e;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ryUuo1XOs0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ryUuo1XOs0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ryUuo1XOs0 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ryUuo1XOs0 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ryUuo1XOs0 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ryUuo1XOs0 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ryUuo1XOs0 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ryUuo1XOs0 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ryUuo1XOs0 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ryUuo1XOs0 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ryUuo1XOs0 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ryUuo1XOs0 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ryUuo1XOs0 button.navbar-toggler:focus {
  outline: none;
}
.cid-ryUuo1XOs0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #13293e;
}
.cid-ryUuo1XOs0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ryUuo1XOs0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ryUuo1XOs0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ryUuo1XOs0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ryUuo1XOs0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ryUuo1XOs0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ryUuo1XOs0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ryUuo1XOs0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ryUuo1XOs0 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ryUuo1XOs0 .collapsed .btn {
  display: -webkit-flex;
}
.cid-ryUuo1XOs0 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ryUuo1XOs0 .collapsed .navbar-collapse.collapsing,
.cid-ryUuo1XOs0 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ryUuo1XOs0 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ryUuo1XOs0 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ryUuo1XOs0 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ryUuo1XOs0 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ryUuo1XOs0 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ryUuo1XOs0 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ryUuo1XOs0 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ryUuo1XOs0 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-ryUuo1XOs0 .collapsed button.navbar-toggler {
  display: block;
}
.cid-ryUuo1XOs0 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ryUuo1XOs0 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ryUuo1XOs0 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ryUuo1XOs0 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ryUuo1XOs0 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ryUuo1XOs0 .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ryUuo1XOs0.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ryUuo1XOs0 img {
    height: 3.8rem !important;
  }
  .cid-ryUuo1XOs0 .btn {
    display: -webkit-flex;
  }
  .cid-ryUuo1XOs0 button.navbar-toggler {
    display: block;
  }
  .cid-ryUuo1XOs0 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ryUuo1XOs0 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ryUuo1XOs0 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ryUuo1XOs0 .navbar-collapse.collapsing,
  .cid-ryUuo1XOs0 .navbar-collapse.show {
    display: block !important;
  }
  .cid-ryUuo1XOs0 .navbar-collapse.collapsing .navbar-nav,
  .cid-ryUuo1XOs0 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ryUuo1XOs0 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ryUuo1XOs0 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ryUuo1XOs0 .navbar-collapse.collapsing .navbar-buttons,
  .cid-ryUuo1XOs0 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ryUuo1XOs0 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ryUuo1XOs0 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ryUuo1XOs0 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ryUuo1XOs0 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ryUuo1XOs0 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ryUuo1XOs0 .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ryUuo1XOs0 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ryUuo1XOs0 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ryUuo1XOs0 .nav-link:hover,
.cid-ryUuo1XOs0 .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-rKnmepfDnO {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rKnmepfDnO P {
  color: #000;
}
.cid-rKnmfw9woO {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rKnmfw9woO P {
  color: #767676;
}
.cid-rKnmfw9woO .mbr-text,
.cid-rKnmfw9woO .mbr-section-btn {
  color: #000000;
}
.cid-rKnmgyOiEO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-rKnmgyOiEO .mbr-section-btn > * {
  margin: 0;
}
.cid-rKnmgyOiEO h4 {
  font-weight: 500;
}
.cid-rKnmgyOiEO p {
  color: #232323;
}
.cid-rKnmgyOiEO .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rKnmgyOiEO .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rKnmgyOiEO .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rKnmgyOiEO .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rKnmgyOiEO .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rKnmgyOiEO .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rKnmgyOiEO .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rKnmgyOiEO .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rKnmgyOiEO .card-img span {
    font-size: 40px !important;
  }
}
.cid-rKnmgyOiEO .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rKnmgyOiEO H2 {
  text-align: left;
}
.cid-rKnmheyXO5 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rKnmheyXO5 h2 {
  margin-bottom: 0;
}
.cid-rKnmheyXO5 h4 {
  font-weight: 500;
  margin-bottom: 0;
  width: 80%;
}
.cid-rKnmheyXO5 p {
  color: #767676;
  margin-bottom: 0;
}
.cid-rKnmheyXO5 .card-wrapper {
  border-top: 1px solid #c1c1c1;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-rKnmheyXO5 .card-wrapper .card-box {
  padding: 2rem 1rem;
  width: 100%;
}
.cid-rKnmheyXO5 .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-rKnmheyXO5 .card-wrapper .card-box .bottom-line {
  width: 70%;
}
@media (max-width: 767px) {
  .cid-rKnmheyXO5 .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-rKnmheyXO5 .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-rKnmheyXO5 P {
  color: #000000;
}
.cid-rKnmheyXO5 H4 {
  text-align: left;
}
.cid-rKnpIthOX7 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-ryUuo7mq82 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-ryUuo7mq82 .mbr-section-subtitle {
  color: #767676;
}
.cid-ryUuo7mq82 .container-table {
  margin: 0 auto;
}
.cid-ryUuo7mq82 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-ryUuo7mq82 .dataTables_wrapper {
  display: block;
}
.cid-ryUuo7mq82 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-ryUuo7mq82 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-ryUuo7mq82 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-ryUuo7mq82 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-ryUuo7mq82 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-ryUuo7mq82 table td {
  border-top: 1px solid #cccccc;
}
.cid-ryUuo7mq82 table.table {
  background: #ffffff;
}
.cid-ryUuo7mq82 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-ryUuo7mq82 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-ryUuo7mq82 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-ryUuo7mq82 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-ryUuo7mq82 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-ryUuo7mq82 .dataTables_filter {
    text-align: center;
  }
  .cid-ryUuo7mq82 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-ryUuo9906d {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ryUuo9906d .mbr-text,
.cid-ryUuo9906d blockquote {
  color: #767676;
}
.cid-ryUuo9906d .mbr-text P {
  color: #000000;
}
.cid-ryUuo9906d .mbr-text UL {
  color: #000000;
}
.cid-ryUuoaELmX {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-ryUuodWU8N {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-ryUuodWU8N .image-block {
  margin: auto;
}
.cid-ryUuodWU8N figcaption {
  position: relative;
}
.cid-ryUuodWU8N figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ryUuodWU8N .image-block {
    width: 100% !important;
  }
}
.cid-ryUuoeBPq5 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-ryUuoeBPq5 .mbr-text,
.cid-ryUuoeBPq5 blockquote {
  color: #767676;
}
.cid-ryUuoeBPq5 .mbr-text P {
  color: #000000;
}
.cid-ryUuofbgxQ {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-ryUuofbgxQ .mbr-section-subtitle {
  color: #767676;
}
.cid-ryUuofbgxQ .container-table {
  margin: 0 auto;
}
.cid-ryUuofbgxQ .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-ryUuofbgxQ .dataTables_wrapper {
  display: block;
}
.cid-ryUuofbgxQ .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-ryUuofbgxQ .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-ryUuofbgxQ table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-ryUuofbgxQ table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-ryUuofbgxQ table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-ryUuofbgxQ table td {
  border-top: 1px solid #cccccc;
}
.cid-ryUuofbgxQ table.table {
  background: #ffffff;
}
.cid-ryUuofbgxQ .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-ryUuofbgxQ .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-ryUuofbgxQ .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-ryUuofbgxQ .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-ryUuofbgxQ .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-ryUuofbgxQ .dataTables_filter {
    text-align: center;
  }
  .cid-ryUuofbgxQ .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-ryUuofbgxQ .head-item {
  text-align: center;
}
.cid-ryUuofbgxQ .body-item {
  text-align: center;
}
.cid-ryUuoggYo5 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ryUuoggYo5 .mbr-text,
.cid-ryUuoggYo5 blockquote {
  color: #767676;
}
.cid-ryUuoggYo5 .mbr-text P {
  color: #000000;
}
.cid-ryUuoh0iVc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ryUuoh0iVc .mbr-section-subtitle {
  color: #767676;
}
.cid-ryUuoh0iVc .container-table {
  margin: 0 auto;
}
.cid-ryUuoh0iVc .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-ryUuoh0iVc .dataTables_wrapper {
  display: block;
}
.cid-ryUuoh0iVc .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-ryUuoh0iVc .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-ryUuoh0iVc table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-ryUuoh0iVc table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-ryUuoh0iVc table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-ryUuoh0iVc table td {
  border-top: 1px solid #cccccc;
}
.cid-ryUuoh0iVc table.table {
  background: #ffffff;
}
.cid-ryUuoh0iVc .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-ryUuoh0iVc .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-ryUuoh0iVc .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-ryUuoh0iVc .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-ryUuoh0iVc .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-ryUuoh0iVc .dataTables_filter {
    text-align: center;
  }
  .cid-ryUuoh0iVc .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-ryUuoh0iVc .head-item {
  text-align: center;
}
.cid-ryUuoh0iVc .body-item {
  text-align: center;
}
.cid-ryUuohVnFd {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-ryUuoiDmEJ {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ryUuoiDmEJ .mbr-text,
.cid-ryUuoiDmEJ blockquote {
  color: #767676;
}
.cid-ryUuoiDmEJ .mbr-text P {
  color: #000000;
}
.cid-ryUuojirbw {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-ryUuojirbw .mbr-text,
.cid-ryUuojirbw blockquote {
  color: #767676;
}
.cid-ryUuojirbw .mbr-text P {
  color: #000000;
}
.cid-ryUuojVp06 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-ryUuojVp06 .mbr-section-subtitle {
  color: #767676;
}
.cid-ryUuojVp06 .container-table {
  margin: 0 auto;
}
.cid-ryUuojVp06 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-ryUuojVp06 .dataTables_wrapper {
  display: block;
}
.cid-ryUuojVp06 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-ryUuojVp06 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-ryUuojVp06 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-ryUuojVp06 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-ryUuojVp06 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-ryUuojVp06 table td {
  border-top: 1px solid #cccccc;
}
.cid-ryUuojVp06 table.table {
  background: #ffffff;
}
.cid-ryUuojVp06 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-ryUuojVp06 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-ryUuojVp06 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-ryUuojVp06 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-ryUuojVp06 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-ryUuojVp06 .dataTables_filter {
    text-align: center;
  }
  .cid-ryUuojVp06 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-ryUuojVp06 .head-item {
  text-align: center;
}
.cid-ryUuojVp06 .body-item {
  text-align: center;
}
.cid-ryUuol2zJi {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ryUuol2zJi .mbr-text,
.cid-ryUuol2zJi blockquote {
  color: #767676;
}
.cid-ryUuol2zJi .mbr-text P {
  color: #000000;
}
.cid-ryUuolHxKN {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ryUuolHxKN .mbr-section-subtitle {
  color: #767676;
}
.cid-ryUuolHxKN .container-table {
  margin: 0 auto;
}
.cid-ryUuolHxKN .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-ryUuolHxKN .dataTables_wrapper {
  display: block;
}
.cid-ryUuolHxKN .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-ryUuolHxKN .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-ryUuolHxKN table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-ryUuolHxKN table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-ryUuolHxKN table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-ryUuolHxKN table td {
  border-top: 1px solid #cccccc;
}
.cid-ryUuolHxKN table.table {
  background: #ffffff;
}
.cid-ryUuolHxKN .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-ryUuolHxKN .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-ryUuolHxKN .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-ryUuolHxKN .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-ryUuolHxKN .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-ryUuolHxKN .dataTables_filter {
    text-align: center;
  }
  .cid-ryUuolHxKN .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-ryUuolHxKN .head-item {
  text-align: center;
}
.cid-ryUuolHxKN .body-item {
  text-align: center;
}
.cid-ryUuomAKJf {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ryUuomAKJf .mbr-section-subtitle {
  color: #000000;
}
.cid-ryUuomAKJf .btn {
  margin: 0 0 .5rem 0;
}
.cid-ryUuonlAuI {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-ryUuoo7vys {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ryUuoo7vys .mbr-text,
.cid-ryUuoo7vys blockquote {
  color: #767676;
}
.cid-ryUuoo7vys .mbr-text P {
  color: #000000;
}
.cid-ryUuooNK5y {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-ryUuooNK5y .image-block {
  margin: auto;
}
.cid-ryUuooNK5y figcaption {
  position: relative;
}
.cid-ryUuooNK5y figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ryUuooNK5y .image-block {
    width: 100% !important;
  }
}
.cid-ryUuopvYos {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-ryUuoqgqYi {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-ryUuoqgqYi .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-ryUuoqgqYi .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-ryUuoqgqYi .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-ryUuoqgqYi .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-ryUuoqgqYi .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-ryUuoqgqYi .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-ryUuoqgqYi .card .panel-body {
  color: #767676;
}
.cid-ryUuoqgqYi H4 {
  color: #000000;
}
.cid-ryUuoqgqYi .panel-text {
  color: #000000;
  text-align: left;
}
.cid-ryUuoqgqYi B {
  color: #000000;
}
.cid-ryUuoqgqYi P {
  color: #000000;
}
.cid-rOYAjCdO0P {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rOYAjCdO0P P {
  color: #767676;
}
.cid-rOYAjCdO0P .mbr-text,
.cid-rOYAjCdO0P .mbr-section-btn {
  color: #000000;
}
.cid-ryUuosfIl4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #13293e;
}
.cid-ryUuosfIl4 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ryUuosfIl4 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ryUuosfIl4 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ryUuosfIl4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ryUuosfIl4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ryUuosfIl4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ryUuosfIl4 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ryUuosfIl4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ryUuosfIl4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ryUuosfIl4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ryUuosfIl4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ryUuosfIl4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ryUuosfIl4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ryUuosfIl4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rz1BXLHWa4 .navbar {
  background: #13293e;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rz1BXLHWa4 .navbar-dropdown.bg-color.transparent.opened {
  background: #13293e;
}
.cid-rz1BXLHWa4 a {
  font-style: normal;
}
.cid-rz1BXLHWa4 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rz1BXLHWa4 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rz1BXLHWa4 .nav-item:focus,
.cid-rz1BXLHWa4 .nav-link:focus {
  outline: none;
}
.cid-rz1BXLHWa4 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rz1BXLHWa4 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rz1BXLHWa4 .menu-logo {
  margin-right: auto;
}
.cid-rz1BXLHWa4 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rz1BXLHWa4 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rz1BXLHWa4 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rz1BXLHWa4 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rz1BXLHWa4 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rz1BXLHWa4 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rz1BXLHWa4 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rz1BXLHWa4 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rz1BXLHWa4 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rz1BXLHWa4 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rz1BXLHWa4 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rz1BXLHWa4 .dropdown .dropdown-menu {
  background: #13293e;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rz1BXLHWa4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rz1BXLHWa4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rz1BXLHWa4 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rz1BXLHWa4 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rz1BXLHWa4 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rz1BXLHWa4 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rz1BXLHWa4 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rz1BXLHWa4 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rz1BXLHWa4 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rz1BXLHWa4 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rz1BXLHWa4 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rz1BXLHWa4 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rz1BXLHWa4 button.navbar-toggler:focus {
  outline: none;
}
.cid-rz1BXLHWa4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #13293e;
}
.cid-rz1BXLHWa4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rz1BXLHWa4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rz1BXLHWa4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rz1BXLHWa4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rz1BXLHWa4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rz1BXLHWa4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rz1BXLHWa4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rz1BXLHWa4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rz1BXLHWa4 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rz1BXLHWa4 .collapsed .btn {
  display: -webkit-flex;
}
.cid-rz1BXLHWa4 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rz1BXLHWa4 .collapsed .navbar-collapse.collapsing,
.cid-rz1BXLHWa4 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rz1BXLHWa4 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rz1BXLHWa4 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rz1BXLHWa4 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rz1BXLHWa4 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rz1BXLHWa4 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rz1BXLHWa4 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rz1BXLHWa4 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rz1BXLHWa4 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rz1BXLHWa4 .collapsed button.navbar-toggler {
  display: block;
}
.cid-rz1BXLHWa4 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rz1BXLHWa4 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rz1BXLHWa4 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rz1BXLHWa4 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rz1BXLHWa4 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rz1BXLHWa4 .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rz1BXLHWa4.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rz1BXLHWa4 img {
    height: 3.8rem !important;
  }
  .cid-rz1BXLHWa4 .btn {
    display: -webkit-flex;
  }
  .cid-rz1BXLHWa4 button.navbar-toggler {
    display: block;
  }
  .cid-rz1BXLHWa4 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rz1BXLHWa4 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rz1BXLHWa4 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rz1BXLHWa4 .navbar-collapse.collapsing,
  .cid-rz1BXLHWa4 .navbar-collapse.show {
    display: block !important;
  }
  .cid-rz1BXLHWa4 .navbar-collapse.collapsing .navbar-nav,
  .cid-rz1BXLHWa4 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rz1BXLHWa4 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rz1BXLHWa4 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rz1BXLHWa4 .navbar-collapse.collapsing .navbar-buttons,
  .cid-rz1BXLHWa4 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rz1BXLHWa4 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rz1BXLHWa4 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rz1BXLHWa4 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rz1BXLHWa4 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rz1BXLHWa4 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rz1BXLHWa4 .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rz1BXLHWa4 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rz1BXLHWa4 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rz1BXLHWa4 .nav-link:hover,
.cid-rz1BXLHWa4 .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-rKnpwu0K7N {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rKnpwu0K7N P {
  color: #000;
}
.cid-rKnkNtNK9o {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rKnkNtNK9o P {
  color: #767676;
}
.cid-rKnkNtNK9o .mbr-text,
.cid-rKnkNtNK9o .mbr-section-btn {
  color: #000000;
}
.cid-rKnkONTR87 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-rKnkONTR87 .mbr-section-btn > * {
  margin: 0;
}
.cid-rKnkONTR87 h4 {
  font-weight: 500;
}
.cid-rKnkONTR87 p {
  color: #232323;
}
.cid-rKnkONTR87 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rKnkONTR87 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rKnkONTR87 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rKnkONTR87 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rKnkONTR87 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rKnkONTR87 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rKnkONTR87 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rKnkONTR87 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rKnkONTR87 .card-img span {
    font-size: 40px !important;
  }
}
.cid-rKnkONTR87 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rKnkONTR87 H2 {
  text-align: left;
}
.cid-rKnkPigBFw {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rKnkPigBFw h2 {
  margin-bottom: 0;
}
.cid-rKnkPigBFw h4 {
  font-weight: 500;
  margin-bottom: 0;
  width: 80%;
}
.cid-rKnkPigBFw p {
  color: #767676;
  margin-bottom: 0;
}
.cid-rKnkPigBFw .card-wrapper {
  border-top: 1px solid #c1c1c1;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-rKnkPigBFw .card-wrapper .card-box {
  padding: 2rem 1rem;
  width: 100%;
}
.cid-rKnkPigBFw .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-rKnkPigBFw .card-wrapper .card-box .bottom-line {
  width: 70%;
}
@media (max-width: 767px) {
  .cid-rKnkPigBFw .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-rKnkPigBFw .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-rKnkPigBFw P {
  color: #000000;
}
.cid-rKnkPigBFw H4 {
  text-align: left;
}
.cid-rKnpy5R1pJ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-rz1BXP0Ier {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rz1BXP0Ier .mbr-section-subtitle {
  color: #767676;
}
.cid-rz1BXP0Ier .container-table {
  margin: 0 auto;
}
.cid-rz1BXP0Ier .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rz1BXP0Ier .dataTables_wrapper {
  display: block;
}
.cid-rz1BXP0Ier .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rz1BXP0Ier .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rz1BXP0Ier table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rz1BXP0Ier table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rz1BXP0Ier table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rz1BXP0Ier table td {
  border-top: 1px solid #cccccc;
}
.cid-rz1BXP0Ier table.table {
  background: #ffffff;
}
.cid-rz1BXP0Ier .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rz1BXP0Ier .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rz1BXP0Ier .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rz1BXP0Ier .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rz1BXP0Ier .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rz1BXP0Ier .dataTables_filter {
    text-align: center;
  }
  .cid-rz1BXP0Ier .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rz1BXPZztj {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rz1BXPZztj .mbr-text,
.cid-rz1BXPZztj blockquote {
  color: #767676;
}
.cid-rz1BXPZztj .mbr-text P {
  color: #000000;
}
.cid-rz1BXPZztj .mbr-text UL {
  color: #000000;
}
.cid-rz1BXQA1MO {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-rz1BXRdtyA {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-rz1BXRdtyA .image-block {
  margin: auto;
}
.cid-rz1BXRdtyA figcaption {
  position: relative;
}
.cid-rz1BXRdtyA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rz1BXRdtyA .image-block {
    width: 100% !important;
  }
}
.cid-rz1BXRUmpp {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rz1BXRUmpp .mbr-text,
.cid-rz1BXRUmpp blockquote {
  color: #767676;
}
.cid-rz1BXRUmpp .mbr-text P {
  color: #000000;
}
.cid-rz1BXSs3A8 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-rz1BXSs3A8 .mbr-section-subtitle {
  color: #767676;
}
.cid-rz1BXSs3A8 .container-table {
  margin: 0 auto;
}
.cid-rz1BXSs3A8 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rz1BXSs3A8 .dataTables_wrapper {
  display: block;
}
.cid-rz1BXSs3A8 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rz1BXSs3A8 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rz1BXSs3A8 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rz1BXSs3A8 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rz1BXSs3A8 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rz1BXSs3A8 table td {
  border-top: 1px solid #cccccc;
}
.cid-rz1BXSs3A8 table.table {
  background: #ffffff;
}
.cid-rz1BXSs3A8 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rz1BXSs3A8 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rz1BXSs3A8 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rz1BXSs3A8 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rz1BXSs3A8 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rz1BXSs3A8 .dataTables_filter {
    text-align: center;
  }
  .cid-rz1BXSs3A8 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rz1BXSs3A8 .head-item {
  text-align: center;
}
.cid-rz1BXSs3A8 .body-item {
  text-align: center;
}
.cid-rz1BXTm9S4 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rz1BXTm9S4 .mbr-text,
.cid-rz1BXTm9S4 blockquote {
  color: #767676;
}
.cid-rz1BXTm9S4 .mbr-text P {
  color: #000000;
}
.cid-rz1BXTXZDn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rz1BXTXZDn .mbr-section-subtitle {
  color: #767676;
}
.cid-rz1BXTXZDn .container-table {
  margin: 0 auto;
}
.cid-rz1BXTXZDn .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rz1BXTXZDn .dataTables_wrapper {
  display: block;
}
.cid-rz1BXTXZDn .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rz1BXTXZDn .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rz1BXTXZDn table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rz1BXTXZDn table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rz1BXTXZDn table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rz1BXTXZDn table td {
  border-top: 1px solid #cccccc;
}
.cid-rz1BXTXZDn table.table {
  background: #ffffff;
}
.cid-rz1BXTXZDn .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rz1BXTXZDn .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rz1BXTXZDn .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rz1BXTXZDn .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rz1BXTXZDn .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rz1BXTXZDn .dataTables_filter {
    text-align: center;
  }
  .cid-rz1BXTXZDn .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rz1BXTXZDn .head-item {
  text-align: center;
}
.cid-rz1BXTXZDn .body-item {
  text-align: center;
}
.cid-rz1BXUOhGM {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-rz1BXVuY55 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rz1BXVuY55 .mbr-text,
.cid-rz1BXVuY55 blockquote {
  color: #767676;
}
.cid-rz1BXVuY55 .mbr-text P {
  color: #000000;
}
.cid-rz1BXW82yg {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rz1BXW82yg .mbr-text,
.cid-rz1BXW82yg blockquote {
  color: #767676;
}
.cid-rz1BXW82yg .mbr-text P {
  color: #000000;
}
.cid-rz1BXWJFu8 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-rz1BXWJFu8 .mbr-section-subtitle {
  color: #767676;
}
.cid-rz1BXWJFu8 .container-table {
  margin: 0 auto;
}
.cid-rz1BXWJFu8 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rz1BXWJFu8 .dataTables_wrapper {
  display: block;
}
.cid-rz1BXWJFu8 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rz1BXWJFu8 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rz1BXWJFu8 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rz1BXWJFu8 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rz1BXWJFu8 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rz1BXWJFu8 table td {
  border-top: 1px solid #cccccc;
}
.cid-rz1BXWJFu8 table.table {
  background: #ffffff;
}
.cid-rz1BXWJFu8 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rz1BXWJFu8 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rz1BXWJFu8 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rz1BXWJFu8 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rz1BXWJFu8 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rz1BXWJFu8 .dataTables_filter {
    text-align: center;
  }
  .cid-rz1BXWJFu8 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rz1BXWJFu8 .head-item {
  text-align: center;
}
.cid-rz1BXWJFu8 .body-item {
  text-align: center;
}
.cid-rz1BXXObYS {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rz1BXXObYS .mbr-text,
.cid-rz1BXXObYS blockquote {
  color: #767676;
}
.cid-rz1BXXObYS .mbr-text P {
  color: #000000;
}
.cid-rz1BXYreLF {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rz1BXYreLF .mbr-section-subtitle {
  color: #767676;
}
.cid-rz1BXYreLF .container-table {
  margin: 0 auto;
}
.cid-rz1BXYreLF .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rz1BXYreLF .dataTables_wrapper {
  display: block;
}
.cid-rz1BXYreLF .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rz1BXYreLF .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rz1BXYreLF table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rz1BXYreLF table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rz1BXYreLF table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rz1BXYreLF table td {
  border-top: 1px solid #cccccc;
}
.cid-rz1BXYreLF table.table {
  background: #ffffff;
}
.cid-rz1BXYreLF .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rz1BXYreLF .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rz1BXYreLF .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rz1BXYreLF .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rz1BXYreLF .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rz1BXYreLF .dataTables_filter {
    text-align: center;
  }
  .cid-rz1BXYreLF .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rz1BXYreLF .head-item {
  text-align: center;
}
.cid-rz1BXYreLF .body-item {
  text-align: center;
}
.cid-rz1BXZnH7T {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rz1BXZnH7T .mbr-section-subtitle {
  color: #000000;
}
.cid-rz1BXZnH7T .btn {
  margin: 0 0 .5rem 0;
}
.cid-rz1BY0hR72 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-rz1BY13PBo {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rz1BY13PBo .mbr-text,
.cid-rz1BY13PBo blockquote {
  color: #767676;
}
.cid-rz1BY13PBo .mbr-text P {
  color: #000000;
}
.cid-rz1BY1I3kT {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-rz1BY1I3kT .image-block {
  margin: auto;
}
.cid-rz1BY1I3kT figcaption {
  position: relative;
}
.cid-rz1BY1I3kT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rz1BY1I3kT .image-block {
    width: 100% !important;
  }
}
.cid-rz1BY2p6dv {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-rz1BY39ytz {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-rz1BY39ytz .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rz1BY39ytz .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rz1BY39ytz .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rz1BY39ytz .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rz1BY39ytz .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-rz1BY39ytz .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rz1BY39ytz .card .panel-body {
  color: #767676;
}
.cid-rz1BY39ytz H4 {
  color: #000000;
}
.cid-rz1BY39ytz .panel-text {
  color: #000000;
  text-align: left;
}
.cid-rz1BY39ytz B {
  color: #000000;
}
.cid-rz1BY39ytz P {
  color: #000000;
}
.cid-rOYA2FP2GJ {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rOYA2FP2GJ P {
  color: #767676;
}
.cid-rOYA2FP2GJ .mbr-text,
.cid-rOYA2FP2GJ .mbr-section-btn {
  color: #000000;
}
.cid-rz1BY50MF3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #13293e;
}
.cid-rz1BY50MF3 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rz1BY50MF3 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rz1BY50MF3 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rz1BY50MF3 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rz1BY50MF3 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rz1BY50MF3 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rz1BY50MF3 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rz1BY50MF3 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rz1BY50MF3 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rz1BY50MF3 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rz1BY50MF3 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rz1BY50MF3 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rz1BY50MF3 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rz1BY50MF3 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rz2iFXa0TQ .navbar {
  background: #13293e;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rz2iFXa0TQ .navbar-dropdown.bg-color.transparent.opened {
  background: #13293e;
}
.cid-rz2iFXa0TQ a {
  font-style: normal;
}
.cid-rz2iFXa0TQ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rz2iFXa0TQ .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rz2iFXa0TQ .nav-item:focus,
.cid-rz2iFXa0TQ .nav-link:focus {
  outline: none;
}
.cid-rz2iFXa0TQ .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rz2iFXa0TQ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rz2iFXa0TQ .menu-logo {
  margin-right: auto;
}
.cid-rz2iFXa0TQ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rz2iFXa0TQ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rz2iFXa0TQ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rz2iFXa0TQ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rz2iFXa0TQ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rz2iFXa0TQ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rz2iFXa0TQ .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rz2iFXa0TQ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rz2iFXa0TQ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rz2iFXa0TQ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rz2iFXa0TQ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rz2iFXa0TQ .dropdown .dropdown-menu {
  background: #13293e;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rz2iFXa0TQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rz2iFXa0TQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rz2iFXa0TQ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rz2iFXa0TQ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rz2iFXa0TQ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rz2iFXa0TQ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rz2iFXa0TQ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rz2iFXa0TQ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rz2iFXa0TQ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rz2iFXa0TQ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rz2iFXa0TQ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rz2iFXa0TQ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rz2iFXa0TQ button.navbar-toggler:focus {
  outline: none;
}
.cid-rz2iFXa0TQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #13293e;
}
.cid-rz2iFXa0TQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rz2iFXa0TQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rz2iFXa0TQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rz2iFXa0TQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rz2iFXa0TQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rz2iFXa0TQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rz2iFXa0TQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rz2iFXa0TQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rz2iFXa0TQ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rz2iFXa0TQ .collapsed .btn {
  display: -webkit-flex;
}
.cid-rz2iFXa0TQ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rz2iFXa0TQ .collapsed .navbar-collapse.collapsing,
.cid-rz2iFXa0TQ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rz2iFXa0TQ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rz2iFXa0TQ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rz2iFXa0TQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rz2iFXa0TQ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rz2iFXa0TQ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rz2iFXa0TQ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rz2iFXa0TQ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rz2iFXa0TQ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rz2iFXa0TQ .collapsed button.navbar-toggler {
  display: block;
}
.cid-rz2iFXa0TQ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rz2iFXa0TQ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rz2iFXa0TQ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rz2iFXa0TQ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rz2iFXa0TQ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rz2iFXa0TQ .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rz2iFXa0TQ.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rz2iFXa0TQ img {
    height: 3.8rem !important;
  }
  .cid-rz2iFXa0TQ .btn {
    display: -webkit-flex;
  }
  .cid-rz2iFXa0TQ button.navbar-toggler {
    display: block;
  }
  .cid-rz2iFXa0TQ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rz2iFXa0TQ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rz2iFXa0TQ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rz2iFXa0TQ .navbar-collapse.collapsing,
  .cid-rz2iFXa0TQ .navbar-collapse.show {
    display: block !important;
  }
  .cid-rz2iFXa0TQ .navbar-collapse.collapsing .navbar-nav,
  .cid-rz2iFXa0TQ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rz2iFXa0TQ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rz2iFXa0TQ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rz2iFXa0TQ .navbar-collapse.collapsing .navbar-buttons,
  .cid-rz2iFXa0TQ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rz2iFXa0TQ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rz2iFXa0TQ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rz2iFXa0TQ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rz2iFXa0TQ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rz2iFXa0TQ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rz2iFXa0TQ .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rz2iFXa0TQ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rz2iFXa0TQ .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rz2iFXa0TQ .nav-link:hover,
.cid-rz2iFXa0TQ .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-rKnlF73yio {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rKnlF73yio P {
  color: #000;
}
.cid-rKnlFTXDDV {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rKnlFTXDDV P {
  color: #767676;
}
.cid-rKnlFTXDDV .mbr-text,
.cid-rKnlFTXDDV .mbr-section-btn {
  color: #000000;
}
.cid-rKnlGOYKLJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-rKnlGOYKLJ .mbr-section-btn > * {
  margin: 0;
}
.cid-rKnlGOYKLJ h4 {
  font-weight: 500;
}
.cid-rKnlGOYKLJ p {
  color: #232323;
}
.cid-rKnlGOYKLJ .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rKnlGOYKLJ .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rKnlGOYKLJ .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rKnlGOYKLJ .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rKnlGOYKLJ .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rKnlGOYKLJ .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rKnlGOYKLJ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rKnlGOYKLJ .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rKnlGOYKLJ .card-img span {
    font-size: 40px !important;
  }
}
.cid-rKnlGOYKLJ .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rKnlGOYKLJ H2 {
  text-align: left;
}
.cid-rKnlIdw1IT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rKnlIdw1IT h2 {
  margin-bottom: 0;
}
.cid-rKnlIdw1IT h4 {
  font-weight: 500;
  margin-bottom: 0;
  width: 80%;
}
.cid-rKnlIdw1IT p {
  color: #767676;
  margin-bottom: 0;
}
.cid-rKnlIdw1IT .card-wrapper {
  border-top: 1px solid #c1c1c1;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-rKnlIdw1IT .card-wrapper .card-box {
  padding: 2rem 1rem;
  width: 100%;
}
.cid-rKnlIdw1IT .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-rKnlIdw1IT .card-wrapper .card-box .bottom-line {
  width: 70%;
}
@media (max-width: 767px) {
  .cid-rKnlIdw1IT .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-rKnlIdw1IT .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-rKnlIdw1IT P {
  color: #000000;
}
.cid-rKnlIdw1IT H4 {
  text-align: left;
}
.cid-rKnpCSxD64 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-rz2iG1s1Jf {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rz2iG1s1Jf .mbr-section-subtitle {
  color: #767676;
}
.cid-rz2iG1s1Jf .container-table {
  margin: 0 auto;
}
.cid-rz2iG1s1Jf .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rz2iG1s1Jf .dataTables_wrapper {
  display: block;
}
.cid-rz2iG1s1Jf .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rz2iG1s1Jf .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rz2iG1s1Jf table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rz2iG1s1Jf table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rz2iG1s1Jf table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rz2iG1s1Jf table td {
  border-top: 1px solid #cccccc;
}
.cid-rz2iG1s1Jf table.table {
  background: #ffffff;
}
.cid-rz2iG1s1Jf .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rz2iG1s1Jf .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rz2iG1s1Jf .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rz2iG1s1Jf .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rz2iG1s1Jf .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rz2iG1s1Jf .dataTables_filter {
    text-align: center;
  }
  .cid-rz2iG1s1Jf .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rz2iG2SwUJ {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rz2iG2SwUJ .mbr-text,
.cid-rz2iG2SwUJ blockquote {
  color: #767676;
}
.cid-rz2iG2SwUJ .mbr-text P {
  color: #000000;
}
.cid-rz2iG2SwUJ .mbr-text UL {
  color: #000000;
}
.cid-rz2iG3DgjL {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-rz2iG52RKR {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-rz2iG52RKR .image-block {
  margin: auto;
}
.cid-rz2iG52RKR figcaption {
  position: relative;
}
.cid-rz2iG52RKR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rz2iG52RKR .image-block {
    width: 100% !important;
  }
}
.cid-rz2iG5I8D7 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rz2iG5I8D7 .mbr-text,
.cid-rz2iG5I8D7 blockquote {
  color: #767676;
}
.cid-rz2iG5I8D7 .mbr-text P {
  color: #000000;
}
.cid-rz2iG6iUSD {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-rz2iG6iUSD .mbr-section-subtitle {
  color: #767676;
}
.cid-rz2iG6iUSD .container-table {
  margin: 0 auto;
}
.cid-rz2iG6iUSD .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rz2iG6iUSD .dataTables_wrapper {
  display: block;
}
.cid-rz2iG6iUSD .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rz2iG6iUSD .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rz2iG6iUSD table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rz2iG6iUSD table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rz2iG6iUSD table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rz2iG6iUSD table td {
  border-top: 1px solid #cccccc;
}
.cid-rz2iG6iUSD table.table {
  background: #ffffff;
}
.cid-rz2iG6iUSD .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rz2iG6iUSD .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rz2iG6iUSD .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rz2iG6iUSD .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rz2iG6iUSD .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rz2iG6iUSD .dataTables_filter {
    text-align: center;
  }
  .cid-rz2iG6iUSD .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rz2iG6iUSD .head-item {
  text-align: center;
}
.cid-rz2iG6iUSD .body-item {
  text-align: center;
}
.cid-rz2iG7guzq {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rz2iG7guzq .mbr-text,
.cid-rz2iG7guzq blockquote {
  color: #767676;
}
.cid-rz2iG7guzq .mbr-text P {
  color: #000000;
}
.cid-rz2iG7TqTf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rz2iG7TqTf .mbr-section-subtitle {
  color: #767676;
}
.cid-rz2iG7TqTf .container-table {
  margin: 0 auto;
}
.cid-rz2iG7TqTf .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rz2iG7TqTf .dataTables_wrapper {
  display: block;
}
.cid-rz2iG7TqTf .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rz2iG7TqTf .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rz2iG7TqTf table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rz2iG7TqTf table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rz2iG7TqTf table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rz2iG7TqTf table td {
  border-top: 1px solid #cccccc;
}
.cid-rz2iG7TqTf table.table {
  background: #ffffff;
}
.cid-rz2iG7TqTf .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rz2iG7TqTf .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rz2iG7TqTf .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rz2iG7TqTf .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rz2iG7TqTf .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rz2iG7TqTf .dataTables_filter {
    text-align: center;
  }
  .cid-rz2iG7TqTf .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rz2iG7TqTf .head-item {
  text-align: center;
}
.cid-rz2iG7TqTf .body-item {
  text-align: center;
}
.cid-rz2iG8JPMD {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-rz2iG9pr6a {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rz2iG9pr6a .mbr-text,
.cid-rz2iG9pr6a blockquote {
  color: #767676;
}
.cid-rz2iG9pr6a .mbr-text P {
  color: #000000;
}
.cid-rz2iGa4Tqb {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rz2iGa4Tqb .mbr-text,
.cid-rz2iGa4Tqb blockquote {
  color: #767676;
}
.cid-rz2iGa4Tqb .mbr-text P {
  color: #000000;
}
.cid-rz2iGaGjtv {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-rz2iGaGjtv .mbr-section-subtitle {
  color: #767676;
}
.cid-rz2iGaGjtv .container-table {
  margin: 0 auto;
}
.cid-rz2iGaGjtv .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rz2iGaGjtv .dataTables_wrapper {
  display: block;
}
.cid-rz2iGaGjtv .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rz2iGaGjtv .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rz2iGaGjtv table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rz2iGaGjtv table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rz2iGaGjtv table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rz2iGaGjtv table td {
  border-top: 1px solid #cccccc;
}
.cid-rz2iGaGjtv table.table {
  background: #ffffff;
}
.cid-rz2iGaGjtv .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rz2iGaGjtv .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rz2iGaGjtv .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rz2iGaGjtv .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rz2iGaGjtv .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rz2iGaGjtv .dataTables_filter {
    text-align: center;
  }
  .cid-rz2iGaGjtv .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rz2iGaGjtv .head-item {
  text-align: center;
}
.cid-rz2iGaGjtv .body-item {
  text-align: center;
}
.cid-rz2iGbGWBH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rz2iGbGWBH .mbr-text,
.cid-rz2iGbGWBH blockquote {
  color: #767676;
}
.cid-rz2iGbGWBH .mbr-text P {
  color: #000000;
}
.cid-rz2iGcnUfs {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rz2iGcnUfs .mbr-section-subtitle {
  color: #767676;
}
.cid-rz2iGcnUfs .container-table {
  margin: 0 auto;
}
.cid-rz2iGcnUfs .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rz2iGcnUfs .dataTables_wrapper {
  display: block;
}
.cid-rz2iGcnUfs .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rz2iGcnUfs .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rz2iGcnUfs table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rz2iGcnUfs table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rz2iGcnUfs table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rz2iGcnUfs table td {
  border-top: 1px solid #cccccc;
}
.cid-rz2iGcnUfs table.table {
  background: #ffffff;
}
.cid-rz2iGcnUfs .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rz2iGcnUfs .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rz2iGcnUfs .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rz2iGcnUfs .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rz2iGcnUfs .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rz2iGcnUfs .dataTables_filter {
    text-align: center;
  }
  .cid-rz2iGcnUfs .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rz2iGcnUfs .head-item {
  text-align: center;
}
.cid-rz2iGcnUfs .body-item {
  text-align: center;
}
.cid-rz2iGdiLiX {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rz2iGdiLiX .mbr-section-subtitle {
  color: #000000;
}
.cid-rz2iGdiLiX .btn {
  margin: 0 0 .5rem 0;
}
.cid-rz2iGe3agC {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-rz2iGeM954 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rz2iGeM954 .mbr-text,
.cid-rz2iGeM954 blockquote {
  color: #767676;
}
.cid-rz2iGeM954 .mbr-text P {
  color: #000000;
}
.cid-rz2iGfN7Ph {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-rz2iGfN7Ph .image-block {
  margin: auto;
}
.cid-rz2iGfN7Ph figcaption {
  position: relative;
}
.cid-rz2iGfN7Ph figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rz2iGfN7Ph .image-block {
    width: 100% !important;
  }
}
.cid-rz2iGgEZ4i {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-rz2iGhEwfJ {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-rz2iGhEwfJ .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rz2iGhEwfJ .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rz2iGhEwfJ .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rz2iGhEwfJ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rz2iGhEwfJ .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-rz2iGhEwfJ .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rz2iGhEwfJ .card .panel-body {
  color: #767676;
}
.cid-rz2iGhEwfJ H4 {
  color: #000000;
}
.cid-rz2iGhEwfJ .panel-text {
  color: #000000;
  text-align: left;
}
.cid-rz2iGhEwfJ B {
  color: #000000;
}
.cid-rz2iGhEwfJ P {
  color: #000000;
}
.cid-rOYA7JxjGm {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rOYA7JxjGm P {
  color: #767676;
}
.cid-rOYA7JxjGm .mbr-text,
.cid-rOYA7JxjGm .mbr-section-btn {
  color: #000000;
}
.cid-rz2iGjp0En {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #13293e;
}
.cid-rz2iGjp0En .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rz2iGjp0En .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rz2iGjp0En .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rz2iGjp0En .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rz2iGjp0En .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rz2iGjp0En .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rz2iGjp0En .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rz2iGjp0En .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rz2iGjp0En .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rz2iGjp0En .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rz2iGjp0En .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rz2iGjp0En .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rz2iGjp0En .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rz2iGjp0En .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rz2nUhJl6Z .navbar {
  background: #13293e;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rz2nUhJl6Z .navbar-dropdown.bg-color.transparent.opened {
  background: #13293e;
}
.cid-rz2nUhJl6Z a {
  font-style: normal;
}
.cid-rz2nUhJl6Z .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rz2nUhJl6Z .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rz2nUhJl6Z .nav-item:focus,
.cid-rz2nUhJl6Z .nav-link:focus {
  outline: none;
}
.cid-rz2nUhJl6Z .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rz2nUhJl6Z .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rz2nUhJl6Z .menu-logo {
  margin-right: auto;
}
.cid-rz2nUhJl6Z .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rz2nUhJl6Z .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rz2nUhJl6Z .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rz2nUhJl6Z .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rz2nUhJl6Z .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rz2nUhJl6Z .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rz2nUhJl6Z .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rz2nUhJl6Z .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rz2nUhJl6Z .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rz2nUhJl6Z .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rz2nUhJl6Z .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rz2nUhJl6Z .dropdown .dropdown-menu {
  background: #13293e;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rz2nUhJl6Z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rz2nUhJl6Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rz2nUhJl6Z .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rz2nUhJl6Z .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rz2nUhJl6Z .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rz2nUhJl6Z .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rz2nUhJl6Z .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rz2nUhJl6Z .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rz2nUhJl6Z .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rz2nUhJl6Z .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rz2nUhJl6Z .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rz2nUhJl6Z button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rz2nUhJl6Z button.navbar-toggler:focus {
  outline: none;
}
.cid-rz2nUhJl6Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #13293e;
}
.cid-rz2nUhJl6Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rz2nUhJl6Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rz2nUhJl6Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rz2nUhJl6Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rz2nUhJl6Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rz2nUhJl6Z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rz2nUhJl6Z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rz2nUhJl6Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rz2nUhJl6Z .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rz2nUhJl6Z .collapsed .btn {
  display: -webkit-flex;
}
.cid-rz2nUhJl6Z .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rz2nUhJl6Z .collapsed .navbar-collapse.collapsing,
.cid-rz2nUhJl6Z .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rz2nUhJl6Z .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rz2nUhJl6Z .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rz2nUhJl6Z .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rz2nUhJl6Z .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rz2nUhJl6Z .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rz2nUhJl6Z .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rz2nUhJl6Z .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rz2nUhJl6Z .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rz2nUhJl6Z .collapsed button.navbar-toggler {
  display: block;
}
.cid-rz2nUhJl6Z .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rz2nUhJl6Z .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rz2nUhJl6Z .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rz2nUhJl6Z .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rz2nUhJl6Z .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rz2nUhJl6Z .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rz2nUhJl6Z.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rz2nUhJl6Z img {
    height: 3.8rem !important;
  }
  .cid-rz2nUhJl6Z .btn {
    display: -webkit-flex;
  }
  .cid-rz2nUhJl6Z button.navbar-toggler {
    display: block;
  }
  .cid-rz2nUhJl6Z .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rz2nUhJl6Z .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rz2nUhJl6Z .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rz2nUhJl6Z .navbar-collapse.collapsing,
  .cid-rz2nUhJl6Z .navbar-collapse.show {
    display: block !important;
  }
  .cid-rz2nUhJl6Z .navbar-collapse.collapsing .navbar-nav,
  .cid-rz2nUhJl6Z .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rz2nUhJl6Z .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rz2nUhJl6Z .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rz2nUhJl6Z .navbar-collapse.collapsing .navbar-buttons,
  .cid-rz2nUhJl6Z .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rz2nUhJl6Z .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rz2nUhJl6Z .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rz2nUhJl6Z .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rz2nUhJl6Z .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rz2nUhJl6Z .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rz2nUhJl6Z .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rz2nUhJl6Z .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rz2nUhJl6Z .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rz2nUhJl6Z .nav-link:hover,
.cid-rz2nUhJl6Z .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-rKnjjQS7Cu {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rKnjjQS7Cu P {
  color: #000;
}
.cid-rKnjmurH8N {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rKnjmurH8N P {
  color: #767676;
}
.cid-rKnjmurH8N .mbr-text,
.cid-rKnjmurH8N .mbr-section-btn {
  color: #000000;
}
.cid-rKnjndEyno {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-rKnjndEyno .mbr-section-btn > * {
  margin: 0;
}
.cid-rKnjndEyno h4 {
  font-weight: 500;
}
.cid-rKnjndEyno p {
  color: #232323;
}
.cid-rKnjndEyno .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rKnjndEyno .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rKnjndEyno .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rKnjndEyno .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rKnjndEyno .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rKnjndEyno .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rKnjndEyno .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rKnjndEyno .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rKnjndEyno .card-img span {
    font-size: 40px !important;
  }
}
.cid-rKnjndEyno .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rKnjndEyno H2 {
  text-align: left;
}
.cid-rKnjnUp6Co {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rKnjnUp6Co h2 {
  margin-bottom: 0;
}
.cid-rKnjnUp6Co h4 {
  font-weight: 500;
  margin-bottom: 0;
  width: 80%;
}
.cid-rKnjnUp6Co p {
  color: #767676;
  margin-bottom: 0;
}
.cid-rKnjnUp6Co .card-wrapper {
  border-top: 1px solid #c1c1c1;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-rKnjnUp6Co .card-wrapper .card-box {
  padding: 2rem 1rem;
  width: 100%;
}
.cid-rKnjnUp6Co .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-rKnjnUp6Co .card-wrapper .card-box .bottom-line {
  width: 70%;
}
@media (max-width: 767px) {
  .cid-rKnjnUp6Co .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-rKnjnUp6Co .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-rKnjnUp6Co P {
  color: #000000;
}
.cid-rKnjnUp6Co H4 {
  text-align: left;
}
.cid-rz2nUkGvV4 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-rz2nUloSQj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rz2nUloSQj .mbr-section-subtitle {
  color: #767676;
}
.cid-rz2nUloSQj .container-table {
  margin: 0 auto;
}
.cid-rz2nUloSQj .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rz2nUloSQj .dataTables_wrapper {
  display: block;
}
.cid-rz2nUloSQj .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rz2nUloSQj .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rz2nUloSQj table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rz2nUloSQj table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rz2nUloSQj table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rz2nUloSQj table td {
  border-top: 1px solid #cccccc;
}
.cid-rz2nUloSQj table.table {
  background: #ffffff;
}
.cid-rz2nUloSQj .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rz2nUloSQj .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rz2nUloSQj .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rz2nUloSQj .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rz2nUloSQj .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rz2nUloSQj .dataTables_filter {
    text-align: center;
  }
  .cid-rz2nUloSQj .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rz2nUmnytr {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rz2nUmnytr .mbr-text,
.cid-rz2nUmnytr blockquote {
  color: #767676;
}
.cid-rz2nUmnytr .mbr-text P {
  color: #000000;
}
.cid-rz2nUmnytr .mbr-text UL {
  color: #000000;
}
.cid-rz2nUmYYB6 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-rz2nUnChIF {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-rz2nUnChIF .image-block {
  margin: auto;
}
.cid-rz2nUnChIF figcaption {
  position: relative;
}
.cid-rz2nUnChIF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rz2nUnChIF .image-block {
    width: 100% !important;
  }
}
.cid-rz2nUodkQq {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rz2nUodkQq .mbr-text,
.cid-rz2nUodkQq blockquote {
  color: #767676;
}
.cid-rz2nUodkQq .mbr-text P {
  color: #000000;
}
.cid-rz2nUoM2ud {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-rz2nUoM2ud .mbr-section-subtitle {
  color: #767676;
}
.cid-rz2nUoM2ud .container-table {
  margin: 0 auto;
}
.cid-rz2nUoM2ud .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rz2nUoM2ud .dataTables_wrapper {
  display: block;
}
.cid-rz2nUoM2ud .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rz2nUoM2ud .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rz2nUoM2ud table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rz2nUoM2ud table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rz2nUoM2ud table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rz2nUoM2ud table td {
  border-top: 1px solid #cccccc;
}
.cid-rz2nUoM2ud table.table {
  background: #ffffff;
}
.cid-rz2nUoM2ud .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rz2nUoM2ud .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rz2nUoM2ud .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rz2nUoM2ud .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rz2nUoM2ud .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rz2nUoM2ud .dataTables_filter {
    text-align: center;
  }
  .cid-rz2nUoM2ud .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rz2nUoM2ud .head-item {
  text-align: center;
}
.cid-rz2nUoM2ud .body-item {
  text-align: center;
}
.cid-rz2nUpNuSG {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rz2nUpNuSG .mbr-text,
.cid-rz2nUpNuSG blockquote {
  color: #767676;
}
.cid-rz2nUpNuSG .mbr-text P {
  color: #000000;
}
.cid-rz2nUqr3xP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rz2nUqr3xP .mbr-section-subtitle {
  color: #767676;
}
.cid-rz2nUqr3xP .container-table {
  margin: 0 auto;
}
.cid-rz2nUqr3xP .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rz2nUqr3xP .dataTables_wrapper {
  display: block;
}
.cid-rz2nUqr3xP .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rz2nUqr3xP .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rz2nUqr3xP table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rz2nUqr3xP table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rz2nUqr3xP table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rz2nUqr3xP table td {
  border-top: 1px solid #cccccc;
}
.cid-rz2nUqr3xP table.table {
  background: #ffffff;
}
.cid-rz2nUqr3xP .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rz2nUqr3xP .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rz2nUqr3xP .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rz2nUqr3xP .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rz2nUqr3xP .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rz2nUqr3xP .dataTables_filter {
    text-align: center;
  }
  .cid-rz2nUqr3xP .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rz2nUqr3xP .head-item {
  text-align: center;
}
.cid-rz2nUqr3xP .body-item {
  text-align: center;
}
.cid-rz2nUrw1rS {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-rz2nUsdLG3 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rz2nUsdLG3 .mbr-text,
.cid-rz2nUsdLG3 blockquote {
  color: #767676;
}
.cid-rz2nUsdLG3 .mbr-text P {
  color: #000000;
}
.cid-rz2nUsRJA3 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rz2nUsRJA3 .mbr-text,
.cid-rz2nUsRJA3 blockquote {
  color: #767676;
}
.cid-rz2nUsRJA3 .mbr-text P {
  color: #000000;
}
.cid-rz2nUttClX {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-rz2nUttClX .mbr-section-subtitle {
  color: #767676;
}
.cid-rz2nUttClX .container-table {
  margin: 0 auto;
}
.cid-rz2nUttClX .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rz2nUttClX .dataTables_wrapper {
  display: block;
}
.cid-rz2nUttClX .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rz2nUttClX .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rz2nUttClX table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rz2nUttClX table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rz2nUttClX table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rz2nUttClX table td {
  border-top: 1px solid #cccccc;
}
.cid-rz2nUttClX table.table {
  background: #ffffff;
}
.cid-rz2nUttClX .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rz2nUttClX .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rz2nUttClX .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rz2nUttClX .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rz2nUttClX .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rz2nUttClX .dataTables_filter {
    text-align: center;
  }
  .cid-rz2nUttClX .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rz2nUttClX .head-item {
  text-align: center;
}
.cid-rz2nUttClX .body-item {
  text-align: center;
}
.cid-rz2nUuqQXN {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rz2nUuqQXN .mbr-text,
.cid-rz2nUuqQXN blockquote {
  color: #767676;
}
.cid-rz2nUuqQXN .mbr-text P {
  color: #000000;
}
.cid-rz2nUv4qN9 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rz2nUv4qN9 .mbr-section-subtitle {
  color: #767676;
}
.cid-rz2nUv4qN9 .container-table {
  margin: 0 auto;
}
.cid-rz2nUv4qN9 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rz2nUv4qN9 .dataTables_wrapper {
  display: block;
}
.cid-rz2nUv4qN9 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rz2nUv4qN9 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rz2nUv4qN9 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rz2nUv4qN9 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rz2nUv4qN9 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rz2nUv4qN9 table td {
  border-top: 1px solid #cccccc;
}
.cid-rz2nUv4qN9 table.table {
  background: #ffffff;
}
.cid-rz2nUv4qN9 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rz2nUv4qN9 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rz2nUv4qN9 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rz2nUv4qN9 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rz2nUv4qN9 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rz2nUv4qN9 .dataTables_filter {
    text-align: center;
  }
  .cid-rz2nUv4qN9 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rz2nUv4qN9 .head-item {
  text-align: center;
}
.cid-rz2nUv4qN9 .body-item {
  text-align: center;
}
.cid-rz2nUvZ0e2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rz2nUvZ0e2 .mbr-section-subtitle {
  color: #000000;
}
.cid-rz2nUvZ0e2 .btn {
  margin: 0 0 .5rem 0;
}
.cid-rz2nUwTFhb {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-rz2nUxGHdZ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rz2nUxGHdZ .mbr-text,
.cid-rz2nUxGHdZ blockquote {
  color: #767676;
}
.cid-rz2nUxGHdZ .mbr-text P {
  color: #000000;
}
.cid-rz2nUynlNQ {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-rz2nUynlNQ .image-block {
  margin: auto;
}
.cid-rz2nUynlNQ figcaption {
  position: relative;
}
.cid-rz2nUynlNQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rz2nUynlNQ .image-block {
    width: 100% !important;
  }
}
.cid-rz2nUz50jb {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-rz2nUzXzPE {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-rz2nUzXzPE .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rz2nUzXzPE .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rz2nUzXzPE .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rz2nUzXzPE .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rz2nUzXzPE .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-rz2nUzXzPE .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rz2nUzXzPE .card .panel-body {
  color: #767676;
}
.cid-rz2nUzXzPE H4 {
  color: #000000;
}
.cid-rz2nUzXzPE .panel-text {
  color: #000000;
  text-align: left;
}
.cid-rz2nUzXzPE B {
  color: #000000;
}
.cid-rz2nUzXzPE P {
  color: #000000;
}
.cid-rz2nUB1SUU {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rz2nUB1SUU .mbr-section-subtitle {
  color: #000000;
}
.cid-rz2nUB1SUU .btn {
  margin: 0 0 .5rem 0;
}
.cid-rOYzw8Qtkh {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rOYzw8Qtkh P {
  color: #767676;
}
.cid-rOYzw8Qtkh .mbr-text,
.cid-rOYzw8Qtkh .mbr-section-btn {
  color: #000000;
}
.cid-rz2nUBPJws {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #13293e;
}
.cid-rz2nUBPJws .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rz2nUBPJws .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rz2nUBPJws .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rz2nUBPJws .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rz2nUBPJws .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rz2nUBPJws .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rz2nUBPJws .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rz2nUBPJws .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rz2nUBPJws .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rz2nUBPJws .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rz2nUBPJws .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rz2nUBPJws .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rz2nUBPJws .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rz2nUBPJws .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rKniBnkUhA {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rKniBnkUhA P {
  color: #000;
}
.cid-rz6vgMAdLO .navbar {
  background: #13293e;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rz6vgMAdLO .navbar-dropdown.bg-color.transparent.opened {
  background: #13293e;
}
.cid-rz6vgMAdLO a {
  font-style: normal;
}
.cid-rz6vgMAdLO .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rz6vgMAdLO .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rz6vgMAdLO .nav-item:focus,
.cid-rz6vgMAdLO .nav-link:focus {
  outline: none;
}
.cid-rz6vgMAdLO .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rz6vgMAdLO .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rz6vgMAdLO .menu-logo {
  margin-right: auto;
}
.cid-rz6vgMAdLO .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rz6vgMAdLO .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rz6vgMAdLO .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rz6vgMAdLO .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rz6vgMAdLO .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rz6vgMAdLO .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rz6vgMAdLO .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rz6vgMAdLO .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rz6vgMAdLO .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rz6vgMAdLO .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rz6vgMAdLO .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rz6vgMAdLO .dropdown .dropdown-menu {
  background: #13293e;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rz6vgMAdLO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rz6vgMAdLO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rz6vgMAdLO .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rz6vgMAdLO .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rz6vgMAdLO .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rz6vgMAdLO .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rz6vgMAdLO .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rz6vgMAdLO .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rz6vgMAdLO .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rz6vgMAdLO .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rz6vgMAdLO .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rz6vgMAdLO button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rz6vgMAdLO button.navbar-toggler:focus {
  outline: none;
}
.cid-rz6vgMAdLO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #13293e;
}
.cid-rz6vgMAdLO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rz6vgMAdLO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rz6vgMAdLO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rz6vgMAdLO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rz6vgMAdLO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rz6vgMAdLO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rz6vgMAdLO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rz6vgMAdLO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rz6vgMAdLO .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rz6vgMAdLO .collapsed .btn {
  display: -webkit-flex;
}
.cid-rz6vgMAdLO .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rz6vgMAdLO .collapsed .navbar-collapse.collapsing,
.cid-rz6vgMAdLO .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rz6vgMAdLO .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rz6vgMAdLO .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rz6vgMAdLO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rz6vgMAdLO .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rz6vgMAdLO .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rz6vgMAdLO .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rz6vgMAdLO .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rz6vgMAdLO .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rz6vgMAdLO .collapsed button.navbar-toggler {
  display: block;
}
.cid-rz6vgMAdLO .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rz6vgMAdLO .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rz6vgMAdLO .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rz6vgMAdLO .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rz6vgMAdLO .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rz6vgMAdLO .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rz6vgMAdLO.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rz6vgMAdLO img {
    height: 3.8rem !important;
  }
  .cid-rz6vgMAdLO .btn {
    display: -webkit-flex;
  }
  .cid-rz6vgMAdLO button.navbar-toggler {
    display: block;
  }
  .cid-rz6vgMAdLO .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rz6vgMAdLO .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rz6vgMAdLO .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rz6vgMAdLO .navbar-collapse.collapsing,
  .cid-rz6vgMAdLO .navbar-collapse.show {
    display: block !important;
  }
  .cid-rz6vgMAdLO .navbar-collapse.collapsing .navbar-nav,
  .cid-rz6vgMAdLO .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rz6vgMAdLO .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rz6vgMAdLO .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rz6vgMAdLO .navbar-collapse.collapsing .navbar-buttons,
  .cid-rz6vgMAdLO .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rz6vgMAdLO .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rz6vgMAdLO .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rz6vgMAdLO .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rz6vgMAdLO .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rz6vgMAdLO .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rz6vgMAdLO .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rz6vgMAdLO .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rz6vgMAdLO .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rz6vgMAdLO .nav-link:hover,
.cid-rz6vgMAdLO .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-rKniC1rV5W {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rKniC1rV5W P {
  color: #767676;
}
.cid-rKniC1rV5W .mbr-text,
.cid-rKniC1rV5W .mbr-section-btn {
  color: #000000;
}
.cid-rKniCKTskP {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-rKniCKTskP .mbr-section-btn > * {
  margin: 0;
}
.cid-rKniCKTskP h4 {
  font-weight: 500;
}
.cid-rKniCKTskP p {
  color: #232323;
}
.cid-rKniCKTskP .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rKniCKTskP .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rKniCKTskP .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rKniCKTskP .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rKniCKTskP .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rKniCKTskP .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rKniCKTskP .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rKniCKTskP .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rKniCKTskP .card-img span {
    font-size: 40px !important;
  }
}
.cid-rKniCKTskP .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rKniCKTskP H2 {
  text-align: left;
}
.cid-rKniDqRT7i {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rKniDqRT7i h2 {
  margin-bottom: 0;
}
.cid-rKniDqRT7i h4 {
  font-weight: 500;
  margin-bottom: 0;
  width: 80%;
}
.cid-rKniDqRT7i p {
  color: #767676;
  margin-bottom: 0;
}
.cid-rKniDqRT7i .card-wrapper {
  border-top: 1px solid #c1c1c1;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-rKniDqRT7i .card-wrapper .card-box {
  padding: 2rem 1rem;
  width: 100%;
}
.cid-rKniDqRT7i .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-rKniDqRT7i .card-wrapper .card-box .bottom-line {
  width: 70%;
}
@media (max-width: 767px) {
  .cid-rKniDqRT7i .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-rKniDqRT7i .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-rKniDqRT7i P {
  color: #000000;
}
.cid-rKniDqRT7i H4 {
  text-align: left;
}
.cid-rz6vgPLNKc {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-rz6vgQrXdg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rz6vgQrXdg .mbr-section-subtitle {
  color: #767676;
}
.cid-rz6vgQrXdg .container-table {
  margin: 0 auto;
}
.cid-rz6vgQrXdg .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rz6vgQrXdg .dataTables_wrapper {
  display: block;
}
.cid-rz6vgQrXdg .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rz6vgQrXdg .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rz6vgQrXdg table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rz6vgQrXdg table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rz6vgQrXdg table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rz6vgQrXdg table td {
  border-top: 1px solid #cccccc;
}
.cid-rz6vgQrXdg table.table {
  background: #ffffff;
}
.cid-rz6vgQrXdg .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rz6vgQrXdg .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rz6vgQrXdg .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rz6vgQrXdg .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rz6vgQrXdg .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rz6vgQrXdg .dataTables_filter {
    text-align: center;
  }
  .cid-rz6vgQrXdg .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rz6vgRr4hY {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rz6vgRr4hY .mbr-text,
.cid-rz6vgRr4hY blockquote {
  color: #767676;
}
.cid-rz6vgRr4hY .mbr-text P {
  color: #000000;
}
.cid-rz6vgRr4hY .mbr-text UL {
  color: #000000;
}
.cid-rz6vgS30p5 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-rz6vgSMyaH {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-rz6vgSMyaH .image-block {
  margin: auto;
}
.cid-rz6vgSMyaH figcaption {
  position: relative;
}
.cid-rz6vgSMyaH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rz6vgSMyaH .image-block {
    width: 100% !important;
  }
}
.cid-rz6vgTpE8s {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rz6vgTpE8s .mbr-text,
.cid-rz6vgTpE8s blockquote {
  color: #767676;
}
.cid-rz6vgTpE8s .mbr-text P {
  color: #000000;
}
.cid-rz6vgTZ0Km {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-rz6vgTZ0Km .mbr-section-subtitle {
  color: #767676;
}
.cid-rz6vgTZ0Km .container-table {
  margin: 0 auto;
}
.cid-rz6vgTZ0Km .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rz6vgTZ0Km .dataTables_wrapper {
  display: block;
}
.cid-rz6vgTZ0Km .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rz6vgTZ0Km .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rz6vgTZ0Km table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rz6vgTZ0Km table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rz6vgTZ0Km table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rz6vgTZ0Km table td {
  border-top: 1px solid #cccccc;
}
.cid-rz6vgTZ0Km table.table {
  background: #ffffff;
}
.cid-rz6vgTZ0Km .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rz6vgTZ0Km .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rz6vgTZ0Km .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rz6vgTZ0Km .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rz6vgTZ0Km .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rz6vgTZ0Km .dataTables_filter {
    text-align: center;
  }
  .cid-rz6vgTZ0Km .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rz6vgTZ0Km .head-item {
  text-align: center;
}
.cid-rz6vgTZ0Km .body-item {
  text-align: center;
}
.cid-rz6vgV5OIr {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rz6vgV5OIr .mbr-text,
.cid-rz6vgV5OIr blockquote {
  color: #767676;
}
.cid-rz6vgV5OIr .mbr-text P {
  color: #000000;
}
.cid-rz6vgVKWtr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rz6vgVKWtr .mbr-section-subtitle {
  color: #767676;
}
.cid-rz6vgVKWtr .container-table {
  margin: 0 auto;
}
.cid-rz6vgVKWtr .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rz6vgVKWtr .dataTables_wrapper {
  display: block;
}
.cid-rz6vgVKWtr .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rz6vgVKWtr .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rz6vgVKWtr table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rz6vgVKWtr table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rz6vgVKWtr table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rz6vgVKWtr table td {
  border-top: 1px solid #cccccc;
}
.cid-rz6vgVKWtr table.table {
  background: #ffffff;
}
.cid-rz6vgVKWtr .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rz6vgVKWtr .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rz6vgVKWtr .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rz6vgVKWtr .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rz6vgVKWtr .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rz6vgVKWtr .dataTables_filter {
    text-align: center;
  }
  .cid-rz6vgVKWtr .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rz6vgVKWtr .head-item {
  text-align: center;
}
.cid-rz6vgVKWtr .body-item {
  text-align: center;
}
.cid-rz6vgWGEPS {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-rz6vgXoNh9 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rz6vgXoNh9 .mbr-text,
.cid-rz6vgXoNh9 blockquote {
  color: #767676;
}
.cid-rz6vgXoNh9 .mbr-text P {
  color: #000000;
}
.cid-rz6vgY4oMB {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rz6vgY4oMB .mbr-text,
.cid-rz6vgY4oMB blockquote {
  color: #767676;
}
.cid-rz6vgY4oMB .mbr-text P {
  color: #000000;
}
.cid-rz6vgYGa9h {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-rz6vgYGa9h .mbr-section-subtitle {
  color: #767676;
}
.cid-rz6vgYGa9h .container-table {
  margin: 0 auto;
}
.cid-rz6vgYGa9h .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rz6vgYGa9h .dataTables_wrapper {
  display: block;
}
.cid-rz6vgYGa9h .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rz6vgYGa9h .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rz6vgYGa9h table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rz6vgYGa9h table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rz6vgYGa9h table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rz6vgYGa9h table td {
  border-top: 1px solid #cccccc;
}
.cid-rz6vgYGa9h table.table {
  background: #ffffff;
}
.cid-rz6vgYGa9h .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rz6vgYGa9h .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rz6vgYGa9h .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rz6vgYGa9h .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rz6vgYGa9h .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rz6vgYGa9h .dataTables_filter {
    text-align: center;
  }
  .cid-rz6vgYGa9h .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rz6vgYGa9h .head-item {
  text-align: center;
}
.cid-rz6vgYGa9h .body-item {
  text-align: center;
}
.cid-rz6vgZFBfM {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rz6vgZFBfM .mbr-text,
.cid-rz6vgZFBfM blockquote {
  color: #767676;
}
.cid-rz6vgZFBfM .mbr-text P {
  color: #000000;
}
.cid-rz6vh0iXSL {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rz6vh0iXSL .mbr-section-subtitle {
  color: #767676;
}
.cid-rz6vh0iXSL .container-table {
  margin: 0 auto;
}
.cid-rz6vh0iXSL .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rz6vh0iXSL .dataTables_wrapper {
  display: block;
}
.cid-rz6vh0iXSL .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rz6vh0iXSL .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rz6vh0iXSL table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rz6vh0iXSL table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rz6vh0iXSL table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rz6vh0iXSL table td {
  border-top: 1px solid #cccccc;
}
.cid-rz6vh0iXSL table.table {
  background: #ffffff;
}
.cid-rz6vh0iXSL .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rz6vh0iXSL .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rz6vh0iXSL .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rz6vh0iXSL .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rz6vh0iXSL .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rz6vh0iXSL .dataTables_filter {
    text-align: center;
  }
  .cid-rz6vh0iXSL .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rz6vh0iXSL .head-item {
  text-align: center;
}
.cid-rz6vh0iXSL .body-item {
  text-align: center;
}
.cid-rz6vh1pR4Y {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rz6vh1pR4Y .mbr-section-subtitle {
  color: #000000;
}
.cid-rz6vh1pR4Y .btn {
  margin: 0 0 .5rem 0;
}
.cid-rz6vh2hZwB {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-rz6vh34bpu {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rz6vh34bpu .mbr-text,
.cid-rz6vh34bpu blockquote {
  color: #767676;
}
.cid-rz6vh34bpu .mbr-text P {
  color: #000000;
}
.cid-rz6vh3NOiU {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-rz6vh3NOiU .image-block {
  margin: auto;
}
.cid-rz6vh3NOiU figcaption {
  position: relative;
}
.cid-rz6vh3NOiU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rz6vh3NOiU .image-block {
    width: 100% !important;
  }
}
.cid-rz6vh4zRpp {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-rz6vh5l6VN {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-rz6vh5l6VN .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rz6vh5l6VN .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rz6vh5l6VN .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rz6vh5l6VN .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rz6vh5l6VN .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-rz6vh5l6VN .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rz6vh5l6VN .card .panel-body {
  color: #767676;
}
.cid-rz6vh5l6VN H4 {
  color: #000000;
}
.cid-rz6vh5l6VN .panel-text {
  color: #000000;
  text-align: left;
}
.cid-rz6vh5l6VN B {
  color: #000000;
}
.cid-rz6vh5l6VN P {
  color: #000000;
}
.cid-rOYAYU5sZA {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rOYAYU5sZA P {
  color: #767676;
}
.cid-rOYAYU5sZA .mbr-text,
.cid-rOYAYU5sZA .mbr-section-btn {
  color: #000000;
}
.cid-rz6vh7hhbn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #13293e;
}
.cid-rz6vh7hhbn .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rz6vh7hhbn .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rz6vh7hhbn .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rz6vh7hhbn .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rz6vh7hhbn .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rz6vh7hhbn .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rz6vh7hhbn .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rz6vh7hhbn .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rz6vh7hhbn .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rz6vh7hhbn .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rz6vh7hhbn .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rz6vh7hhbn .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rz6vh7hhbn .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rz6vh7hhbn .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rpow5oukdC .navbar {
  background: #13293e;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rpow5oukdC .navbar-dropdown.bg-color.transparent.opened {
  background: #13293e;
}
.cid-rpow5oukdC a {
  font-style: normal;
}
.cid-rpow5oukdC .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rpow5oukdC .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rpow5oukdC .nav-item:focus,
.cid-rpow5oukdC .nav-link:focus {
  outline: none;
}
.cid-rpow5oukdC .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rpow5oukdC .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rpow5oukdC .menu-logo {
  margin-right: auto;
}
.cid-rpow5oukdC .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rpow5oukdC .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rpow5oukdC .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rpow5oukdC .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rpow5oukdC .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rpow5oukdC .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rpow5oukdC .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rpow5oukdC .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rpow5oukdC .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rpow5oukdC .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rpow5oukdC .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rpow5oukdC .dropdown .dropdown-menu {
  background: #13293e;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rpow5oukdC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rpow5oukdC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rpow5oukdC .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rpow5oukdC .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rpow5oukdC .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rpow5oukdC .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rpow5oukdC .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rpow5oukdC .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rpow5oukdC .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rpow5oukdC .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rpow5oukdC .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rpow5oukdC button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rpow5oukdC button.navbar-toggler:focus {
  outline: none;
}
.cid-rpow5oukdC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #13293e;
}
.cid-rpow5oukdC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rpow5oukdC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rpow5oukdC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rpow5oukdC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rpow5oukdC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rpow5oukdC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rpow5oukdC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rpow5oukdC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rpow5oukdC .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rpow5oukdC .collapsed .btn {
  display: -webkit-flex;
}
.cid-rpow5oukdC .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rpow5oukdC .collapsed .navbar-collapse.collapsing,
.cid-rpow5oukdC .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rpow5oukdC .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rpow5oukdC .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rpow5oukdC .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rpow5oukdC .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rpow5oukdC .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rpow5oukdC .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rpow5oukdC .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rpow5oukdC .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rpow5oukdC .collapsed button.navbar-toggler {
  display: block;
}
.cid-rpow5oukdC .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rpow5oukdC .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rpow5oukdC .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rpow5oukdC .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rpow5oukdC .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rpow5oukdC .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rpow5oukdC.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rpow5oukdC img {
    height: 3.8rem !important;
  }
  .cid-rpow5oukdC .btn {
    display: -webkit-flex;
  }
  .cid-rpow5oukdC button.navbar-toggler {
    display: block;
  }
  .cid-rpow5oukdC .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rpow5oukdC .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rpow5oukdC .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rpow5oukdC .navbar-collapse.collapsing,
  .cid-rpow5oukdC .navbar-collapse.show {
    display: block !important;
  }
  .cid-rpow5oukdC .navbar-collapse.collapsing .navbar-nav,
  .cid-rpow5oukdC .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rpow5oukdC .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rpow5oukdC .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rpow5oukdC .navbar-collapse.collapsing .navbar-buttons,
  .cid-rpow5oukdC .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rpow5oukdC .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rpow5oukdC .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rpow5oukdC .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rpow5oukdC .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rpow5oukdC .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rpow5oukdC .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rpow5oukdC .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rpow5oukdC .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rpow5oukdC .nav-link:hover,
.cid-rpow5oukdC .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-rziA2Wiatg {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rziA2Wiatg .mbr-section-subtitle {
  color: #767676;
}
.cid-rziA3TZdFW {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rziA3TZdFW .mbr-text,
.cid-rziA3TZdFW blockquote {
  color: #767676;
}
.cid-rziA3TZdFW .mbr-text {
  color: #000000;
}
.cid-rqNZu6KFio {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #13293e;
}
.cid-rqNZu6KFio .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rqNZu6KFio .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rqNZu6KFio .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rqNZu6KFio .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rqNZu6KFio .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rqNZu6KFio .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rqNZu6KFio .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rqNZu6KFio .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rqNZu6KFio .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rqNZu6KFio .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rqNZu6KFio .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rqNZu6KFio .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rqNZu6KFio .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rqNZu6KFio .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rzQIDcDtbg .navbar {
  background: #13293e;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rzQIDcDtbg .navbar-dropdown.bg-color.transparent.opened {
  background: #13293e;
}
.cid-rzQIDcDtbg a {
  font-style: normal;
}
.cid-rzQIDcDtbg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rzQIDcDtbg .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rzQIDcDtbg .nav-item:focus,
.cid-rzQIDcDtbg .nav-link:focus {
  outline: none;
}
.cid-rzQIDcDtbg .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rzQIDcDtbg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rzQIDcDtbg .menu-logo {
  margin-right: auto;
}
.cid-rzQIDcDtbg .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzQIDcDtbg .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rzQIDcDtbg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rzQIDcDtbg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rzQIDcDtbg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rzQIDcDtbg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rzQIDcDtbg .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rzQIDcDtbg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rzQIDcDtbg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rzQIDcDtbg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rzQIDcDtbg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rzQIDcDtbg .dropdown .dropdown-menu {
  background: #13293e;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rzQIDcDtbg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rzQIDcDtbg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rzQIDcDtbg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rzQIDcDtbg .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rzQIDcDtbg .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rzQIDcDtbg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rzQIDcDtbg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rzQIDcDtbg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rzQIDcDtbg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rzQIDcDtbg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rzQIDcDtbg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rzQIDcDtbg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rzQIDcDtbg button.navbar-toggler:focus {
  outline: none;
}
.cid-rzQIDcDtbg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #13293e;
}
.cid-rzQIDcDtbg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rzQIDcDtbg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rzQIDcDtbg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rzQIDcDtbg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rzQIDcDtbg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzQIDcDtbg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rzQIDcDtbg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rzQIDcDtbg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzQIDcDtbg .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rzQIDcDtbg .collapsed .btn {
  display: -webkit-flex;
}
.cid-rzQIDcDtbg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rzQIDcDtbg .collapsed .navbar-collapse.collapsing,
.cid-rzQIDcDtbg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rzQIDcDtbg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rzQIDcDtbg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rzQIDcDtbg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rzQIDcDtbg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rzQIDcDtbg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rzQIDcDtbg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rzQIDcDtbg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rzQIDcDtbg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rzQIDcDtbg .collapsed button.navbar-toggler {
  display: block;
}
.cid-rzQIDcDtbg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rzQIDcDtbg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rzQIDcDtbg .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rzQIDcDtbg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rzQIDcDtbg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rzQIDcDtbg .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rzQIDcDtbg.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rzQIDcDtbg img {
    height: 3.8rem !important;
  }
  .cid-rzQIDcDtbg .btn {
    display: -webkit-flex;
  }
  .cid-rzQIDcDtbg button.navbar-toggler {
    display: block;
  }
  .cid-rzQIDcDtbg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rzQIDcDtbg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rzQIDcDtbg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rzQIDcDtbg .navbar-collapse.collapsing,
  .cid-rzQIDcDtbg .navbar-collapse.show {
    display: block !important;
  }
  .cid-rzQIDcDtbg .navbar-collapse.collapsing .navbar-nav,
  .cid-rzQIDcDtbg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rzQIDcDtbg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rzQIDcDtbg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rzQIDcDtbg .navbar-collapse.collapsing .navbar-buttons,
  .cid-rzQIDcDtbg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rzQIDcDtbg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rzQIDcDtbg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rzQIDcDtbg .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rzQIDcDtbg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rzQIDcDtbg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rzQIDcDtbg .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rzQIDcDtbg .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rzQIDcDtbg .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rzQIDcDtbg .nav-link:hover,
.cid-rzQIDcDtbg .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-rKnp0G20N8 {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rKnp0G20N8 P {
  color: #000;
}
.cid-rKnp1lztB9 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rKnp1lztB9 P {
  color: #767676;
}
.cid-rKnp1lztB9 .mbr-text,
.cid-rKnp1lztB9 .mbr-section-btn {
  color: #000000;
}
.cid-rKnp1XiYPK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-rKnp1XiYPK .mbr-section-btn > * {
  margin: 0;
}
.cid-rKnp1XiYPK h4 {
  font-weight: 500;
}
.cid-rKnp1XiYPK p {
  color: #232323;
}
.cid-rKnp1XiYPK .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rKnp1XiYPK .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rKnp1XiYPK .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rKnp1XiYPK .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rKnp1XiYPK .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rKnp1XiYPK .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rKnp1XiYPK .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rKnp1XiYPK .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rKnp1XiYPK .card-img span {
    font-size: 40px !important;
  }
}
.cid-rKnp1XiYPK .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rKnp1XiYPK H2 {
  text-align: left;
}
.cid-rKnp2Q8ios {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rKnp2Q8ios h2 {
  margin-bottom: 0;
}
.cid-rKnp2Q8ios h4 {
  font-weight: 500;
  margin-bottom: 0;
  width: 80%;
}
.cid-rKnp2Q8ios p {
  color: #767676;
  margin-bottom: 0;
}
.cid-rKnp2Q8ios .card-wrapper {
  border-top: 1px solid #c1c1c1;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-rKnp2Q8ios .card-wrapper .card-box {
  padding: 2rem 1rem;
  width: 100%;
}
.cid-rKnp2Q8ios .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-rKnp2Q8ios .card-wrapper .card-box .bottom-line {
  width: 70%;
}
@media (max-width: 767px) {
  .cid-rKnp2Q8ios .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-rKnp2Q8ios .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-rKnp2Q8ios P {
  color: #000000;
}
.cid-rKnp2Q8ios H4 {
  text-align: left;
}
.cid-rzQIDfhhGM {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-rzQIDfTgVx {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rzQIDfTgVx .mbr-section-subtitle {
  color: #767676;
}
.cid-rzQIDfTgVx .container-table {
  margin: 0 auto;
}
.cid-rzQIDfTgVx .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rzQIDfTgVx .dataTables_wrapper {
  display: block;
}
.cid-rzQIDfTgVx .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rzQIDfTgVx .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rzQIDfTgVx table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rzQIDfTgVx table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rzQIDfTgVx table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rzQIDfTgVx table td {
  border-top: 1px solid #cccccc;
}
.cid-rzQIDfTgVx table.table {
  background: #ffffff;
}
.cid-rzQIDfTgVx .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rzQIDfTgVx .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rzQIDfTgVx .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rzQIDfTgVx .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rzQIDfTgVx .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rzQIDfTgVx .dataTables_filter {
    text-align: center;
  }
  .cid-rzQIDfTgVx .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rzQIDgQdva {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rzQIDgQdva .mbr-text,
.cid-rzQIDgQdva blockquote {
  color: #767676;
}
.cid-rzQIDgQdva .mbr-text P {
  color: #000000;
}
.cid-rzQIDgQdva .mbr-text UL {
  color: #000000;
}
.cid-rzQIDho49T {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-rzQIDi36JK {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-rzQIDi36JK .image-block {
  margin: auto;
}
.cid-rzQIDi36JK figcaption {
  position: relative;
}
.cid-rzQIDi36JK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rzQIDi36JK .image-block {
    width: 100% !important;
  }
}
.cid-rzQIDiD02b {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rzQIDiD02b .mbr-text,
.cid-rzQIDiD02b blockquote {
  color: #767676;
}
.cid-rzQIDiD02b .mbr-text P {
  color: #000000;
}
.cid-rzQIDjiusH {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-rzQIDjiusH .mbr-section-subtitle {
  color: #767676;
}
.cid-rzQIDjiusH .container-table {
  margin: 0 auto;
}
.cid-rzQIDjiusH .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rzQIDjiusH .dataTables_wrapper {
  display: block;
}
.cid-rzQIDjiusH .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rzQIDjiusH .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rzQIDjiusH table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rzQIDjiusH table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rzQIDjiusH table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rzQIDjiusH table td {
  border-top: 1px solid #cccccc;
}
.cid-rzQIDjiusH table.table {
  background: #ffffff;
}
.cid-rzQIDjiusH .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rzQIDjiusH .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rzQIDjiusH .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rzQIDjiusH .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rzQIDjiusH .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rzQIDjiusH .dataTables_filter {
    text-align: center;
  }
  .cid-rzQIDjiusH .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rzQIDjiusH .head-item {
  text-align: center;
}
.cid-rzQIDjiusH .body-item {
  text-align: center;
}
.cid-rzQIDkeKWi {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rzQIDkeKWi .mbr-text,
.cid-rzQIDkeKWi blockquote {
  color: #767676;
}
.cid-rzQIDkeKWi .mbr-text P {
  color: #000000;
}
.cid-rzQIDkKeTn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rzQIDkKeTn .mbr-section-subtitle {
  color: #767676;
}
.cid-rzQIDkKeTn .container-table {
  margin: 0 auto;
}
.cid-rzQIDkKeTn .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rzQIDkKeTn .dataTables_wrapper {
  display: block;
}
.cid-rzQIDkKeTn .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rzQIDkKeTn .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rzQIDkKeTn table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rzQIDkKeTn table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rzQIDkKeTn table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rzQIDkKeTn table td {
  border-top: 1px solid #cccccc;
}
.cid-rzQIDkKeTn table.table {
  background: #ffffff;
}
.cid-rzQIDkKeTn .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rzQIDkKeTn .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rzQIDkKeTn .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rzQIDkKeTn .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rzQIDkKeTn .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rzQIDkKeTn .dataTables_filter {
    text-align: center;
  }
  .cid-rzQIDkKeTn .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rzQIDkKeTn .head-item {
  text-align: center;
}
.cid-rzQIDkKeTn .body-item {
  text-align: center;
}
.cid-rzQIDlAuuS {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-rzQIDmdZ28 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rzQIDmdZ28 .mbr-text,
.cid-rzQIDmdZ28 blockquote {
  color: #767676;
}
.cid-rzQIDmdZ28 .mbr-text P {
  color: #000000;
}
.cid-rzQIDmPm1d {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rzQIDmPm1d .mbr-text,
.cid-rzQIDmPm1d blockquote {
  color: #767676;
}
.cid-rzQIDmPm1d .mbr-text P {
  color: #000000;
}
.cid-rzQIDnoLD2 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-rzQIDnoLD2 .mbr-section-subtitle {
  color: #767676;
}
.cid-rzQIDnoLD2 .container-table {
  margin: 0 auto;
}
.cid-rzQIDnoLD2 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rzQIDnoLD2 .dataTables_wrapper {
  display: block;
}
.cid-rzQIDnoLD2 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rzQIDnoLD2 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rzQIDnoLD2 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rzQIDnoLD2 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rzQIDnoLD2 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rzQIDnoLD2 table td {
  border-top: 1px solid #cccccc;
}
.cid-rzQIDnoLD2 table.table {
  background: #ffffff;
}
.cid-rzQIDnoLD2 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rzQIDnoLD2 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rzQIDnoLD2 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rzQIDnoLD2 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rzQIDnoLD2 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rzQIDnoLD2 .dataTables_filter {
    text-align: center;
  }
  .cid-rzQIDnoLD2 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rzQIDnoLD2 .head-item {
  text-align: center;
}
.cid-rzQIDnoLD2 .body-item {
  text-align: center;
}
.cid-rzQIDooPh6 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rzQIDooPh6 .mbr-text,
.cid-rzQIDooPh6 blockquote {
  color: #767676;
}
.cid-rzQIDooPh6 .mbr-text P {
  color: #000000;
}
.cid-rzQIDoZiDF {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rzQIDoZiDF .mbr-section-subtitle {
  color: #767676;
}
.cid-rzQIDoZiDF .container-table {
  margin: 0 auto;
}
.cid-rzQIDoZiDF .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rzQIDoZiDF .dataTables_wrapper {
  display: block;
}
.cid-rzQIDoZiDF .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rzQIDoZiDF .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rzQIDoZiDF table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rzQIDoZiDF table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rzQIDoZiDF table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rzQIDoZiDF table td {
  border-top: 1px solid #cccccc;
}
.cid-rzQIDoZiDF table.table {
  background: #ffffff;
}
.cid-rzQIDoZiDF .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rzQIDoZiDF .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rzQIDoZiDF .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rzQIDoZiDF .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rzQIDoZiDF .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rzQIDoZiDF .dataTables_filter {
    text-align: center;
  }
  .cid-rzQIDoZiDF .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rzQIDoZiDF .head-item {
  text-align: center;
}
.cid-rzQIDoZiDF .body-item {
  text-align: center;
}
.cid-rzQIDpRerJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rzQIDpRerJ .mbr-section-subtitle {
  color: #000000;
}
.cid-rzQIDpRerJ .btn {
  margin: 0 0 .5rem 0;
}
.cid-rzQIDqzIpV {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-rzQIDruE2Q {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rzQIDruE2Q .mbr-text,
.cid-rzQIDruE2Q blockquote {
  color: #767676;
}
.cid-rzQIDruE2Q .mbr-text P {
  color: #000000;
}
.cid-rzQIDs8i0L {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-rzQIDs8i0L .image-block {
  margin: auto;
}
.cid-rzQIDs8i0L figcaption {
  position: relative;
}
.cid-rzQIDs8i0L figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rzQIDs8i0L .image-block {
    width: 100% !important;
  }
}
.cid-rzQIDsLFOj {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-rzQIDtuiZC {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-rzQIDtuiZC .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rzQIDtuiZC .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rzQIDtuiZC .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rzQIDtuiZC .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rzQIDtuiZC .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-rzQIDtuiZC .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rzQIDtuiZC .card .panel-body {
  color: #767676;
}
.cid-rzQIDtuiZC H4 {
  color: #000000;
}
.cid-rzQIDtuiZC .panel-text {
  color: #000000;
  text-align: left;
}
.cid-rzQIDtuiZC B {
  color: #000000;
}
.cid-rzQIDtuiZC P {
  color: #000000;
}
.cid-rOYAHw2klM {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rOYAHw2klM P {
  color: #767676;
}
.cid-rOYAHw2klM .mbr-text,
.cid-rOYAHw2klM .mbr-section-btn {
  color: #000000;
}
.cid-rzQIDvjQuI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #13293e;
}
.cid-rzQIDvjQuI .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rzQIDvjQuI .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rzQIDvjQuI .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzQIDvjQuI .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rzQIDvjQuI .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rzQIDvjQuI .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rzQIDvjQuI .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rzQIDvjQuI .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rzQIDvjQuI .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rzQIDvjQuI .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rzQIDvjQuI .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rzQIDvjQuI .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rzQIDvjQuI .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rzQIDvjQuI .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rCDJluDO7t .navbar {
  background: #13293e;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rCDJluDO7t .navbar-dropdown.bg-color.transparent.opened {
  background: #13293e;
}
.cid-rCDJluDO7t a {
  font-style: normal;
}
.cid-rCDJluDO7t .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rCDJluDO7t .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rCDJluDO7t .nav-item:focus,
.cid-rCDJluDO7t .nav-link:focus {
  outline: none;
}
.cid-rCDJluDO7t .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rCDJluDO7t .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rCDJluDO7t .menu-logo {
  margin-right: auto;
}
.cid-rCDJluDO7t .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rCDJluDO7t .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rCDJluDO7t .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rCDJluDO7t .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rCDJluDO7t .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rCDJluDO7t .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rCDJluDO7t .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rCDJluDO7t .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rCDJluDO7t .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rCDJluDO7t .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rCDJluDO7t .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rCDJluDO7t .dropdown .dropdown-menu {
  background: #13293e;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rCDJluDO7t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rCDJluDO7t .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rCDJluDO7t .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rCDJluDO7t .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rCDJluDO7t .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rCDJluDO7t .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rCDJluDO7t .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rCDJluDO7t .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rCDJluDO7t .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rCDJluDO7t .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rCDJluDO7t .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rCDJluDO7t button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rCDJluDO7t button.navbar-toggler:focus {
  outline: none;
}
.cid-rCDJluDO7t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #13293e;
}
.cid-rCDJluDO7t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rCDJluDO7t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rCDJluDO7t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rCDJluDO7t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rCDJluDO7t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rCDJluDO7t nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rCDJluDO7t nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rCDJluDO7t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rCDJluDO7t .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rCDJluDO7t .collapsed .btn {
  display: -webkit-flex;
}
.cid-rCDJluDO7t .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rCDJluDO7t .collapsed .navbar-collapse.collapsing,
.cid-rCDJluDO7t .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rCDJluDO7t .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rCDJluDO7t .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rCDJluDO7t .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rCDJluDO7t .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rCDJluDO7t .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rCDJluDO7t .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rCDJluDO7t .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rCDJluDO7t .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rCDJluDO7t .collapsed button.navbar-toggler {
  display: block;
}
.cid-rCDJluDO7t .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rCDJluDO7t .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rCDJluDO7t .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rCDJluDO7t .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rCDJluDO7t .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rCDJluDO7t .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rCDJluDO7t.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rCDJluDO7t img {
    height: 3.8rem !important;
  }
  .cid-rCDJluDO7t .btn {
    display: -webkit-flex;
  }
  .cid-rCDJluDO7t button.navbar-toggler {
    display: block;
  }
  .cid-rCDJluDO7t .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rCDJluDO7t .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rCDJluDO7t .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rCDJluDO7t .navbar-collapse.collapsing,
  .cid-rCDJluDO7t .navbar-collapse.show {
    display: block !important;
  }
  .cid-rCDJluDO7t .navbar-collapse.collapsing .navbar-nav,
  .cid-rCDJluDO7t .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rCDJluDO7t .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rCDJluDO7t .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rCDJluDO7t .navbar-collapse.collapsing .navbar-buttons,
  .cid-rCDJluDO7t .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rCDJluDO7t .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rCDJluDO7t .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rCDJluDO7t .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rCDJluDO7t .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rCDJluDO7t .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rCDJluDO7t .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rCDJluDO7t .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rCDJluDO7t .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rCDJluDO7t .nav-link:hover,
.cid-rCDJluDO7t .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-rKnhCSolEs {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rKnhCSolEs P {
  color: #000;
}
.cid-rKnhEklyeK {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rKnhEklyeK P {
  color: #767676;
}
.cid-rKnhEklyeK .mbr-text,
.cid-rKnhEklyeK .mbr-section-btn {
  color: #000000;
}
.cid-rKnhFHTprm {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-rKnhFHTprm .mbr-section-btn > * {
  margin: 0;
}
.cid-rKnhFHTprm h4 {
  font-weight: 500;
}
.cid-rKnhFHTprm p {
  color: #232323;
}
.cid-rKnhFHTprm .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rKnhFHTprm .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rKnhFHTprm .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rKnhFHTprm .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rKnhFHTprm .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rKnhFHTprm .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rKnhFHTprm .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rKnhFHTprm .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rKnhFHTprm .card-img span {
    font-size: 40px !important;
  }
}
.cid-rKnhFHTprm .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rKnhFHTprm H2 {
  text-align: left;
}
.cid-rKnhGqXPZz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rKnhGqXPZz h2 {
  margin-bottom: 0;
}
.cid-rKnhGqXPZz h4 {
  font-weight: 500;
  margin-bottom: 0;
  width: 80%;
}
.cid-rKnhGqXPZz p {
  color: #767676;
  margin-bottom: 0;
}
.cid-rKnhGqXPZz .card-wrapper {
  border-top: 1px solid #c1c1c1;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-rKnhGqXPZz .card-wrapper .card-box {
  padding: 2rem 1rem;
  width: 100%;
}
.cid-rKnhGqXPZz .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-rKnhGqXPZz .card-wrapper .card-box .bottom-line {
  width: 70%;
}
@media (max-width: 767px) {
  .cid-rKnhGqXPZz .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-rKnhGqXPZz .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-rKnhGqXPZz P {
  color: #000000;
}
.cid-rKnhGqXPZz H4 {
  text-align: left;
}
.cid-rCDJlyYxLO {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-rCDJlzPEV1 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rCDJlzPEV1 .mbr-section-subtitle {
  color: #767676;
}
.cid-rCDJlzPEV1 .container-table {
  margin: 0 auto;
}
.cid-rCDJlzPEV1 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rCDJlzPEV1 .dataTables_wrapper {
  display: block;
}
.cid-rCDJlzPEV1 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rCDJlzPEV1 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rCDJlzPEV1 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rCDJlzPEV1 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rCDJlzPEV1 table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rCDJlzPEV1 table td {
  border-top: 1px solid #cccccc;
}
.cid-rCDJlzPEV1 table.table {
  background: #ffffff;
}
.cid-rCDJlzPEV1 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rCDJlzPEV1 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rCDJlzPEV1 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rCDJlzPEV1 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rCDJlzPEV1 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rCDJlzPEV1 .dataTables_filter {
    text-align: center;
  }
  .cid-rCDJlzPEV1 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rCDJlBhOp4 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rCDJlBhOp4 .mbr-text,
.cid-rCDJlBhOp4 blockquote {
  color: #767676;
}
.cid-rCDJlBhOp4 .mbr-text P {
  color: #000000;
}
.cid-rCDJlBhOp4 .mbr-text UL {
  color: #000000;
}
.cid-rCDJlC4Nf8 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-rCDJlD1OnE {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-rCDJlD1OnE .image-block {
  margin: auto;
}
.cid-rCDJlD1OnE figcaption {
  position: relative;
}
.cid-rCDJlD1OnE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rCDJlD1OnE .image-block {
    width: 100% !important;
  }
}
.cid-rCDJlE2VoN {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rCDJlE2VoN .mbr-text,
.cid-rCDJlE2VoN blockquote {
  color: #767676;
}
.cid-rCDJlE2VoN .mbr-text P {
  color: #000000;
}
.cid-rCDJlEKA1c {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-rCDJlEKA1c .mbr-section-subtitle {
  color: #767676;
}
.cid-rCDJlEKA1c .container-table {
  margin: 0 auto;
}
.cid-rCDJlEKA1c .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rCDJlEKA1c .dataTables_wrapper {
  display: block;
}
.cid-rCDJlEKA1c .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rCDJlEKA1c .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rCDJlEKA1c table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rCDJlEKA1c table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rCDJlEKA1c table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rCDJlEKA1c table td {
  border-top: 1px solid #cccccc;
}
.cid-rCDJlEKA1c table.table {
  background: #ffffff;
}
.cid-rCDJlEKA1c .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rCDJlEKA1c .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rCDJlEKA1c .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rCDJlEKA1c .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rCDJlEKA1c .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rCDJlEKA1c .dataTables_filter {
    text-align: center;
  }
  .cid-rCDJlEKA1c .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rCDJlEKA1c .head-item {
  text-align: center;
}
.cid-rCDJlEKA1c .body-item {
  text-align: center;
}
.cid-rCDJlFVzPu {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rCDJlFVzPu .mbr-text,
.cid-rCDJlFVzPu blockquote {
  color: #767676;
}
.cid-rCDJlFVzPu .mbr-text P {
  color: #000000;
}
.cid-rCDJlGFONC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rCDJlGFONC .mbr-section-subtitle {
  color: #767676;
}
.cid-rCDJlGFONC .container-table {
  margin: 0 auto;
}
.cid-rCDJlGFONC .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rCDJlGFONC .dataTables_wrapper {
  display: block;
}
.cid-rCDJlGFONC .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rCDJlGFONC .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rCDJlGFONC table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rCDJlGFONC table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rCDJlGFONC table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rCDJlGFONC table td {
  border-top: 1px solid #cccccc;
}
.cid-rCDJlGFONC table.table {
  background: #ffffff;
}
.cid-rCDJlGFONC .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rCDJlGFONC .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rCDJlGFONC .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rCDJlGFONC .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rCDJlGFONC .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rCDJlGFONC .dataTables_filter {
    text-align: center;
  }
  .cid-rCDJlGFONC .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rCDJlGFONC .head-item {
  text-align: center;
}
.cid-rCDJlGFONC .body-item {
  text-align: center;
}
.cid-rCDJlHX8sQ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-rCDJlIUeJF {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rCDJlIUeJF .mbr-text,
.cid-rCDJlIUeJF blockquote {
  color: #767676;
}
.cid-rCDJlIUeJF .mbr-text P {
  color: #000000;
}
.cid-rCDJlJLsy7 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rCDJlJLsy7 .mbr-text,
.cid-rCDJlJLsy7 blockquote {
  color: #767676;
}
.cid-rCDJlJLsy7 .mbr-text P {
  color: #000000;
}
.cid-rCDJlKxjmw {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-rCDJlKxjmw .mbr-section-subtitle {
  color: #767676;
}
.cid-rCDJlKxjmw .container-table {
  margin: 0 auto;
}
.cid-rCDJlKxjmw .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rCDJlKxjmw .dataTables_wrapper {
  display: block;
}
.cid-rCDJlKxjmw .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rCDJlKxjmw .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rCDJlKxjmw table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rCDJlKxjmw table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rCDJlKxjmw table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rCDJlKxjmw table td {
  border-top: 1px solid #cccccc;
}
.cid-rCDJlKxjmw table.table {
  background: #ffffff;
}
.cid-rCDJlKxjmw .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rCDJlKxjmw .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rCDJlKxjmw .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rCDJlKxjmw .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rCDJlKxjmw .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rCDJlKxjmw .dataTables_filter {
    text-align: center;
  }
  .cid-rCDJlKxjmw .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rCDJlKxjmw .head-item {
  text-align: center;
}
.cid-rCDJlKxjmw .body-item {
  text-align: center;
}
.cid-rCDJlLWQQx {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rCDJlLWQQx .mbr-text,
.cid-rCDJlLWQQx blockquote {
  color: #767676;
}
.cid-rCDJlLWQQx .mbr-text P {
  color: #000000;
}
.cid-rCDJlMIPiX {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rCDJlMIPiX .mbr-section-subtitle {
  color: #767676;
}
.cid-rCDJlMIPiX .container-table {
  margin: 0 auto;
}
.cid-rCDJlMIPiX .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rCDJlMIPiX .dataTables_wrapper {
  display: block;
}
.cid-rCDJlMIPiX .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rCDJlMIPiX .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rCDJlMIPiX table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rCDJlMIPiX table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rCDJlMIPiX table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rCDJlMIPiX table td {
  border-top: 1px solid #cccccc;
}
.cid-rCDJlMIPiX table.table {
  background: #ffffff;
}
.cid-rCDJlMIPiX .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rCDJlMIPiX .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rCDJlMIPiX .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rCDJlMIPiX .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rCDJlMIPiX .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rCDJlMIPiX .dataTables_filter {
    text-align: center;
  }
  .cid-rCDJlMIPiX .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rCDJlMIPiX .head-item {
  text-align: center;
}
.cid-rCDJlMIPiX .body-item {
  text-align: center;
}
.cid-rCDJlNTst9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rCDJlNTst9 .mbr-section-subtitle {
  color: #000000;
}
.cid-rCDJlNTst9 .btn {
  margin: 0 0 .5rem 0;
}
.cid-rCDJlOTYqH {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-rCDJlPPQiE {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rCDJlPPQiE .mbr-text,
.cid-rCDJlPPQiE blockquote {
  color: #767676;
}
.cid-rCDJlPPQiE .mbr-text P {
  color: #000000;
}
.cid-rCDJlQFeAe {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-rCDJlQFeAe .image-block {
  margin: auto;
}
.cid-rCDJlQFeAe figcaption {
  position: relative;
}
.cid-rCDJlQFeAe figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rCDJlQFeAe .image-block {
    width: 100% !important;
  }
}
.cid-rCDJlRvdZF {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-rCDJlSrQIc {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-rCDJlSrQIc .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rCDJlSrQIc .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rCDJlSrQIc .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rCDJlSrQIc .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rCDJlSrQIc .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-rCDJlSrQIc .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rCDJlSrQIc .card .panel-body {
  color: #767676;
}
.cid-rCDJlSrQIc H4 {
  color: #000000;
}
.cid-rCDJlSrQIc .panel-text {
  color: #000000;
  text-align: left;
}
.cid-rCDJlSrQIc B {
  color: #000000;
}
.cid-rCDJlSrQIc P {
  color: #000000;
}
.cid-rOYAUSfo6Q {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rOYAUSfo6Q P {
  color: #767676;
}
.cid-rOYAUSfo6Q .mbr-text,
.cid-rOYAUSfo6Q .mbr-section-btn {
  color: #000000;
}
.cid-rCDJlUL10E {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #13293e;
}
.cid-rCDJlUL10E .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rCDJlUL10E .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rCDJlUL10E .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rCDJlUL10E .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rCDJlUL10E .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rCDJlUL10E .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rCDJlUL10E .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rCDJlUL10E .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rCDJlUL10E .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rCDJlUL10E .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rCDJlUL10E .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rCDJlUL10E .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rCDJlUL10E .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rCDJlUL10E .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rO9d2KTb6u .navbar {
  background: #13293e;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rO9d2KTb6u .navbar-dropdown.bg-color.transparent.opened {
  background: #13293e;
}
.cid-rO9d2KTb6u a {
  font-style: normal;
}
.cid-rO9d2KTb6u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rO9d2KTb6u .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rO9d2KTb6u .nav-item:focus,
.cid-rO9d2KTb6u .nav-link:focus {
  outline: none;
}
.cid-rO9d2KTb6u .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rO9d2KTb6u .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rO9d2KTb6u .menu-logo {
  margin-right: auto;
}
.cid-rO9d2KTb6u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rO9d2KTb6u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rO9d2KTb6u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rO9d2KTb6u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rO9d2KTb6u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rO9d2KTb6u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rO9d2KTb6u .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rO9d2KTb6u .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rO9d2KTb6u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rO9d2KTb6u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rO9d2KTb6u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rO9d2KTb6u .dropdown .dropdown-menu {
  background: #13293e;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rO9d2KTb6u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rO9d2KTb6u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rO9d2KTb6u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rO9d2KTb6u .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rO9d2KTb6u .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rO9d2KTb6u .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rO9d2KTb6u .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rO9d2KTb6u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rO9d2KTb6u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rO9d2KTb6u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rO9d2KTb6u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rO9d2KTb6u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rO9d2KTb6u button.navbar-toggler:focus {
  outline: none;
}
.cid-rO9d2KTb6u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #13293e;
}
.cid-rO9d2KTb6u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rO9d2KTb6u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rO9d2KTb6u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rO9d2KTb6u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rO9d2KTb6u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rO9d2KTb6u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rO9d2KTb6u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rO9d2KTb6u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rO9d2KTb6u .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rO9d2KTb6u .collapsed .btn {
  display: -webkit-flex;
}
.cid-rO9d2KTb6u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rO9d2KTb6u .collapsed .navbar-collapse.collapsing,
.cid-rO9d2KTb6u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rO9d2KTb6u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rO9d2KTb6u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rO9d2KTb6u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rO9d2KTb6u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rO9d2KTb6u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rO9d2KTb6u .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rO9d2KTb6u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rO9d2KTb6u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rO9d2KTb6u .collapsed button.navbar-toggler {
  display: block;
}
.cid-rO9d2KTb6u .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rO9d2KTb6u .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rO9d2KTb6u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rO9d2KTb6u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rO9d2KTb6u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rO9d2KTb6u .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rO9d2KTb6u.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rO9d2KTb6u img {
    height: 3.8rem !important;
  }
  .cid-rO9d2KTb6u .btn {
    display: -webkit-flex;
  }
  .cid-rO9d2KTb6u button.navbar-toggler {
    display: block;
  }
  .cid-rO9d2KTb6u .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rO9d2KTb6u .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rO9d2KTb6u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rO9d2KTb6u .navbar-collapse.collapsing,
  .cid-rO9d2KTb6u .navbar-collapse.show {
    display: block !important;
  }
  .cid-rO9d2KTb6u .navbar-collapse.collapsing .navbar-nav,
  .cid-rO9d2KTb6u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rO9d2KTb6u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rO9d2KTb6u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rO9d2KTb6u .navbar-collapse.collapsing .navbar-buttons,
  .cid-rO9d2KTb6u .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rO9d2KTb6u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rO9d2KTb6u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rO9d2KTb6u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rO9d2KTb6u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rO9d2KTb6u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rO9d2KTb6u .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rO9d2KTb6u .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rO9d2KTb6u .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rO9d2KTb6u .nav-link:hover,
.cid-rO9d2KTb6u .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-rO9d2LKhW0 {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rO9d2LKhW0 .mbr-section-subtitle {
  color: #767676;
}
.cid-rO9d2MdqUp {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rO9d2MdqUp .mbr-text,
.cid-rO9d2MdqUp blockquote {
  color: #767676;
}
.cid-rO9d2MdqUp .mbr-text {
  color: #000000;
}
.cid-rO9d2No9sD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #13293e;
}
.cid-rO9d2No9sD .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rO9d2No9sD .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rO9d2No9sD .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rO9d2No9sD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rO9d2No9sD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rO9d2No9sD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rO9d2No9sD .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rO9d2No9sD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rO9d2No9sD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rO9d2No9sD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rO9d2No9sD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rO9d2No9sD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rO9d2No9sD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rO9d2No9sD .media-container-row .row-copirayt p {
  width: 100%;
}
