body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2.8rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.6rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Poppins', 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: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((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: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #00515e !important;
}
.bg-success {
  background-color: #fff009 !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #47f110 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #00515e !important;
  border-color: #00515e !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000f12 !important;
  border-color: #000f12 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000f12 !important;
  border-color: #000f12 !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: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #fff009 !important;
  border-color: #fff009 !important;
  color: #090800 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #090800 !important;
  background-color: #bcb000 !important;
  border-color: #bcb000 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #090800 !important;
  background-color: #bcb000 !important;
  border-color: #bcb000 !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: #47f110 !important;
  border-color: #47f110 !important;
  color: #010200 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #010200 !important;
  background-color: #31ab0a !important;
  border-color: #31ab0a !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #010200 !important;
  background-color: #31ab0a !important;
  border-color: #31ab0a !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: #00515e;
  border-color: #00515e;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #00515e !important;
  border-color: #00515e !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: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #a29800;
  color: #a29800;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #090800;
  background-color: #fff009;
  border-color: #fff009;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #090800 !important;
  background-color: #fff009 !important;
  border-color: #fff009 !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: #2a9209;
  color: #2a9209;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #010200;
  background-color: #47f110;
  border-color: #47f110;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #010200 !important;
  background-color: #47f110 !important;
  border-color: #47f110 !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: #00515e !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #fff009 !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #47f110 !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: #a29800 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #2a9209 !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: #000000;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #47f110;
}
.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: #00515e;
  border-color: #00515e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #00515e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #00bfde;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fffcd5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.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: #dbfcd1;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #00515e;
}
/* 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: #00515e;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #00515e;
}
.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: #00515e;
  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: #00515e;
  border-bottom-color: #00515e;
}
.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: #00515e !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='%2300515e' %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-qTkzRZLJNu .navbar {
  padding: .5rem 0;
  background: #00515e;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #00515e;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #00515e;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .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-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .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-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3.8rem !important;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .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-qTkzRZLJNu .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #47f110 !important;
}
.cid-urzHYK37tr {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-urzHYK37tr .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-urzHYK37tr .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-urzHYK37tr .mbr-text {
    text-align: center;
  }
}
.cid-urzHYK37tr .mbr-text,
.cid-urzHYK37tr .mbr-section-btn {
  color: #103a51;
}
.cid-urzHYK37tr H1 {
  color: #103a51;
  text-align: left;
}
.cid-urzHYK37tr H3 {
  color: #103a51;
}
.cid-uroxzK3nqL {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #00515e;
}
.cid-uroxzK3nqL P {
  color: #767676;
}
.cid-uroxzK3nqL H1 {
  color: #ffffff;
}
.cid-uroqjR2aoL {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uroqjR2aoL .card-img {
  background-color: #fff;
}
.cid-uroqjR2aoL .card {
  align-self: stretch;
}
.cid-uroqjR2aoL .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-uroqjR2aoL h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uroqjR2aoL p {
  text-align: left;
}
.cid-uroqjR2aoL .mbr-text {
  color: #142029;
  text-align: center;
}
.cid-uroqjR2aoL .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uroqjR2aoL .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uroqjR2aoL .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-uroqjR2aoL .card-title {
  text-align: center;
}
.cid-urjWotIun6 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #00515e;
}
.cid-urjWotIun6 .mbr-section-subtitle {
  color: #767676;
}
.cid-urjWotIun6 H2 {
  color: #ffffff;
}
.cid-uroC5taXGz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #00515e;
  background: linear-gradient(45deg, #00515e, #232323);
}
@media (min-width: 992px) {
  .cid-uroC5taXGz .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uroC5taXGz .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uroC5taXGz .mbr-text {
    text-align: center;
  }
}
.cid-urpSlRw8An {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #00515e;
}
.cid-urpSlRw8An P {
  color: #767676;
}
.cid-urpSlRw8An H1 {
  color: #ffffff;
}
.cid-urq056vu11 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-urq056vu11 .testimonials-container {
  margin: 0 auto;
}
.cid-urq056vu11 .testimonials-container .testimonials-item {
  justify-content: center;
  margin-top: 3rem;
  -webkit-justify-content: center;
}
.cid-urq056vu11 .testimonials-container .testimonials-item .user {
  background: #efefef;
}
.cid-urq056vu11 .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-urq056vu11 .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto 2rem auto;
}
.cid-urq056vu11 .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-urq056vu11 .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
  padding: 2rem 2rem 2rem 0;
}
@media (max-width: 260px) {
  .cid-urq056vu11 .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .cid-urq056vu11 .testimonials-caption {
    padding: 0 2rem 2rem 2rem !important;
  }
}
.cid-urq056vu11 H2 {
  color: #142029;
}
.cid-urq056vu11 .user_desk {
  text-align: center;
  color: #f55402;
}
.cid-uBKDZVC8Ld {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f295;
}
.cid-uBKDZVC8Ld .mbr-text,
.cid-uBKDZVC8Ld blockquote {
  color: #767676;
}
.cid-uBKDZVC8Ld .mbr-text {
  color: #232323;
}
.cid-urq2LiG8Y8 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #00515e;
}
.cid-urq2LiG8Y8 P {
  color: #767676;
}
.cid-urq2LiG8Y8 H1 {
  color: #ffffff;
}
.cid-urq3qpkzCy {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-urq3qpkzCy .mbr-text,
.cid-urq3qpkzCy blockquote {
  color: #103a51;
  text-align: left;
}
.cid-urq6tc6LN5 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #00515e;
}
.cid-urq6tc6LN5 P {
  color: #767676;
}
.cid-urq6tc6LN5 H1 {
  color: #ffffff;
}
.cid-urq7pwymYh {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #002b34;
}
.cid-urq7pwymYh .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #ffffff;
}
.cid-urq7pwymYh .mbr-author-name {
  font-weight: bold;
  color: #ffffff;
}
.cid-urq7pwymYh .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-urq7pwymYh .mbr-figure,
  .cid-urq7pwymYh img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-urq7pwymYh .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-urq7pwymYh .mbr-author-desc {
  color: #fff009;
}
.cid-urvwJUbPsh {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #002b34;
}
.cid-urvwJUbPsh .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #ffffff;
}
.cid-urvwJUbPsh .mbr-author-name {
  font-weight: bold;
  color: #ffffff;
}
.cid-urvwJUbPsh .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-urvwJUbPsh .mbr-figure,
  .cid-urvwJUbPsh img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-urvwJUbPsh .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-urvwJUbPsh .mbr-author-desc {
  color: #fff009;
}
.cid-urvMjz2wg2 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #002b34;
}
.cid-urvMjz2wg2 P {
  color: #767676;
}
.cid-urvMjz2wg2 H1 {
  color: #ff660a;
}
.cid-urvMjz2wg2 H3 {
  color: #f7ed4a;
}
.cid-urvQUfVKyQ {
  background: #ffffff;
}
.cid-urvQUfVKyQ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-urvQUfVKyQ figcaption {
  position: relative;
}
.cid-urvQUfVKyQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-urvQUfVKyQ .image-block {
    width: 100% !important;
  }
}
.cid-urvTc9rBxi {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #00515e;
}
.cid-urvTc9rBxi P {
  color: #767676;
}
.cid-urvTc9rBxi H1 {
  color: #ffffff;
}
.cid-urvYBBvMQL {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-urvYBBvMQL .mbr-text,
.cid-urvYBBvMQL blockquote {
  color: #767676;
}
.cid-urvYBBvMQL .mbr-text {
  color: #103a51;
}
.cid-urvYBBvMQL .mbr-text P {
  text-align: left;
}
.cid-uV6nJu7S1E {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uV6nJu7S1E .counter-container {
  color: #767676;
}
.cid-uV6nJu7S1E .counter-container ul {
  margin-bottom: 0;
}
.cid-uV6nJu7S1E .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-uV6nJu7S1E .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #3dff09;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-uV6nJu7S1E .mbr-text {
  color: #000000;
}
.cid-uBKEBFsA4B {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #00515e;
}
.cid-uBKEBFsA4B P {
  color: #767676;
}
.cid-uBKEBFsA4B H1 {
  color: #fff009;
}
.cid-uBKEBFsA4B H3 {
  color: #f7ed4a;
}
.cid-uV6mTl595e {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-uV6mTl595e .counter-container {
  color: #767676;
}
.cid-uV6mTl595e .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-uV6mTl595e .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uV6mTl595e .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-uV6mTl595e .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #f7ed4a;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-uV6mTl595e .mbr-text {
  color: #103a51;
  text-align: left;
}
.cid-urza08QZNJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #00515e;
}
.cid-urza08QZNJ .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #ffffff;
  text-align: left;
}
.cid-urza08QZNJ .mbr-author-name {
  font-weight: bold;
  color: #00515e;
}
.cid-urza08QZNJ .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-urza08QZNJ .mbr-figure,
  .cid-urza08QZNJ img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-urza08QZNJ .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-urzbGb7ANm {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-urzbGb7ANm P {
  color: #767676;
}
.cid-urzbGb7ANm H1 {
  color: #ffffff;
}
.cid-urzbGb7ANm H3 {
  color: #f7ed4a;
}
.cid-uBKFNFNSYn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uBKFNFNSYn .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uBKG88hHPr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uBKG88hHPr .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-urzcN20M74 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-urzcN20M74 P {
  color: #767676;
}
.cid-urzcN20M74 H1 {
  color: #ffffff;
}
.cid-urzcN20M74 H3 {
  color: #f7ed4a;
}
.cid-urzcRlIkfe {
  background: #ffffff;
}
.cid-urzcRlIkfe .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-urzcRlIkfe figcaption {
  position: relative;
}
.cid-urzcRlIkfe figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-urzcRlIkfe .image-block {
    width: 100% !important;
  }
}
.cid-urzei4Q7FD {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #00515e;
}
.cid-urzei4Q7FD P {
  color: #767676;
}
.cid-urzei4Q7FD H1 {
  color: #ffffff;
}
.cid-urzei4Q7FD H3 {
  color: #f7ed4a;
}
.cid-urzexlElej {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f6;
}
.cid-urzexlElej .testimonial-text {
  font-style: italic;
  color: #103a51;
  font-weight: 300;
}
.cid-urzexlElej .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-urzexlElej .mbr-author-desc {
  color: #232;
}
@media (max-width: 991px) {
  .cid-urzexlElej .mbr-figure,
  .cid-urzexlElej img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-urzfZcEwkv {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #00515e;
}
.cid-urzfZcEwkv P {
  color: #767676;
}
.cid-urzfZcEwkv H1 {
  color: #ffffff;
}
.cid-urzfZcEwkv H3 {
  color: #f7ed4a;
}
.cid-urzfUo7Zv3 {
  padding-top: 15px;
  padding-bottom: 30px;
  position: relative;
  background-color: #efefef;
}
.cid-urzfUo7Zv3 p {
  color: #767676;
}
.cid-urzfUo7Zv3 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-urzfUo7Zv3 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-urzfUo7Zv3 .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-urzfUo7Zv3 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-urzfUo7Zv3 .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-urzfUo7Zv3 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-urzfUo7Zv3 H4 {
  color: #000000;
  text-align: left;
}
.cid-urzjCWI5oX {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #002b34;
}
.cid-urzjCWI5oX .mbr-fallback-image.disabled {
  display: none;
}
.cid-urzjCWI5oX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urzjCWI5oX .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-urzjCWI5oX .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-urzjCWI5oX .mbr-text,
.cid-urzjCWI5oX .mbr-section-btn {
  color: #f7ed4a;
}
.cid-urzjCWI5oX .mbr-section-title {
  color: #47f110;
}
.cid-urzFUYoy0g {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #00515e;
}
.cid-urzFUYoy0g .counter-container {
  color: #767676;
}
.cid-urzFUYoy0g .counter-container ul {
  margin-bottom: 0;
}
.cid-urzFUYoy0g .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-urzFUYoy0g .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-urzFUYoy0g .mbr-text {
  color: #ffffff;
}
.cid-urzMiEIOGn {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #142029;
}
.cid-urzMiEIOGn .mbr-text,
.cid-urzMiEIOGn blockquote {
  color: #767676;
}
.cid-urzMiEIOGn .mbr-text P {
  text-align: center;
}
.cid-urzMiEIOGn .mbr-text {
  color: #cccccc;
}
.cid-urzOSFipCn {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #142029;
}
.cid-urzOSFipCn .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-urzOSFipCn .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-urzOSFipCn .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-urzOSFipCn .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-urzOSFipCn .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-urzOSFipCn .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-urzOSFipCn .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-urzOSFipCn .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-urzOSFipCn .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-urzOSFipCn .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-urzOSFipCn .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-urzOSFipCn .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-urzOSFipCn .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-urzOSFipCn .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-urRdjXrlgy .navbar {
  padding: .5rem 0;
  background: #00515e;
  transition: none;
  min-height: 77px;
}
.cid-urRdjXrlgy .navbar-dropdown.bg-color.transparent.opened {
  background: #00515e;
}
.cid-urRdjXrlgy a {
  font-style: normal;
}
.cid-urRdjXrlgy .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-urRdjXrlgy .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-urRdjXrlgy .nav-item:focus,
.cid-urRdjXrlgy .nav-link:focus {
  outline: none;
}
.cid-urRdjXrlgy .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-urRdjXrlgy .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-urRdjXrlgy .menu-logo {
  margin-right: auto;
}
.cid-urRdjXrlgy .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-urRdjXrlgy .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-urRdjXrlgy .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-urRdjXrlgy .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-urRdjXrlgy .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-urRdjXrlgy .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-urRdjXrlgy .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-urRdjXrlgy .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-urRdjXrlgy .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-urRdjXrlgy .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-urRdjXrlgy .dropdown .dropdown-menu {
  background: #00515e;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-urRdjXrlgy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-urRdjXrlgy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urRdjXrlgy .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-urRdjXrlgy .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urRdjXrlgy .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-urRdjXrlgy .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-urRdjXrlgy .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-urRdjXrlgy .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-urRdjXrlgy .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-urRdjXrlgy .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-urRdjXrlgy .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-urRdjXrlgy button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-urRdjXrlgy button.navbar-toggler:focus {
  outline: none;
}
.cid-urRdjXrlgy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-urRdjXrlgy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-urRdjXrlgy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-urRdjXrlgy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-urRdjXrlgy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-urRdjXrlgy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-urRdjXrlgy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-urRdjXrlgy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-urRdjXrlgy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-urRdjXrlgy .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-urRdjXrlgy .collapsed .btn {
  display: flex;
}
.cid-urRdjXrlgy .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-urRdjXrlgy .collapsed .navbar-collapse.collapsing,
.cid-urRdjXrlgy .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-urRdjXrlgy .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-urRdjXrlgy .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-urRdjXrlgy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-urRdjXrlgy .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-urRdjXrlgy .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-urRdjXrlgy .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-urRdjXrlgy .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-urRdjXrlgy .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-urRdjXrlgy .collapsed button.navbar-toggler {
  display: block;
}
.cid-urRdjXrlgy .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-urRdjXrlgy .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-urRdjXrlgy .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-urRdjXrlgy .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-urRdjXrlgy .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-urRdjXrlgy .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-urRdjXrlgy .navbar-expand {
    flex-direction: column;
  }
  .cid-urRdjXrlgy img {
    height: 3.8rem !important;
  }
  .cid-urRdjXrlgy .btn {
    display: flex;
  }
  .cid-urRdjXrlgy button.navbar-toggler {
    display: block;
  }
  .cid-urRdjXrlgy .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-urRdjXrlgy .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-urRdjXrlgy .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-urRdjXrlgy .navbar-collapse.collapsing,
  .cid-urRdjXrlgy .navbar-collapse.show {
    display: block !important;
  }
  .cid-urRdjXrlgy .navbar-collapse.collapsing .navbar-nav,
  .cid-urRdjXrlgy .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-urRdjXrlgy .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-urRdjXrlgy .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-urRdjXrlgy .navbar-collapse.collapsing .navbar-buttons,
  .cid-urRdjXrlgy .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-urRdjXrlgy .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-urRdjXrlgy .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-urRdjXrlgy .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-urRdjXrlgy .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-urRdjXrlgy .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-urRdjXrlgy .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-urRdjXrlgy .menu-logo {
    flex-shrink: 0;
  }
}
.cid-urRdjXrlgy .navbar-collapse {
  flex-basis: auto;
}
.cid-urRdjXrlgy .nav-link:hover,
.cid-urRdjXrlgy .dropdown-item:hover {
  color: #47f110 !important;
}
.cid-urRdjXVQMg {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #103a51;
}
.cid-urRdjXVQMg .mbr-section-subtitle {
  color: #767676;
}
.cid-urRdjXVQMg H2 {
  color: #ffffff;
}
.cid-urRdjYikQJ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-urRdjYikQJ .mbr-section-subtitle {
  color: #767676;
}
.cid-urRdjYEVQg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-urRdjYEVQg .mbr-text,
.cid-urRdjYEVQg blockquote {
  color: #767676;
}
.cid-urRdjYEVQg .mbr-text P {
  text-align: left;
}
.cid-urRdjYEVQg .mbr-text {
  color: #000000;
}
.cid-urRdjZ995w {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #142029;
}
.cid-urRdjZ995w .mbr-text,
.cid-urRdjZ995w blockquote {
  color: #767676;
}
.cid-urRdjZ995w .mbr-text P {
  text-align: center;
}
.cid-urRdjZ995w .mbr-text {
  color: #cccccc;
}
.cid-urRdjZzcn0 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #142029;
}
.cid-urRdjZzcn0 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-urRdjZzcn0 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-urRdjZzcn0 .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-urRdjZzcn0 .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-urRdjZzcn0 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-urRdjZzcn0 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-urRdjZzcn0 .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-urRdjZzcn0 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-urRdjZzcn0 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-urRdjZzcn0 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-urRdjZzcn0 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-urRdjZzcn0 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-urRdjZzcn0 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-urRdjZzcn0 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-urzPJRD8Ys .navbar {
  padding: .5rem 0;
  background: #00515e;
  transition: none;
  min-height: 77px;
}
.cid-urzPJRD8Ys .navbar-dropdown.bg-color.transparent.opened {
  background: #00515e;
}
.cid-urzPJRD8Ys a {
  font-style: normal;
}
.cid-urzPJRD8Ys .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-urzPJRD8Ys .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-urzPJRD8Ys .nav-item:focus,
.cid-urzPJRD8Ys .nav-link:focus {
  outline: none;
}
.cid-urzPJRD8Ys .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-urzPJRD8Ys .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-urzPJRD8Ys .menu-logo {
  margin-right: auto;
}
.cid-urzPJRD8Ys .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-urzPJRD8Ys .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-urzPJRD8Ys .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-urzPJRD8Ys .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-urzPJRD8Ys .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-urzPJRD8Ys .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-urzPJRD8Ys .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-urzPJRD8Ys .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-urzPJRD8Ys .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-urzPJRD8Ys .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-urzPJRD8Ys .dropdown .dropdown-menu {
  background: #00515e;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-urzPJRD8Ys .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-urzPJRD8Ys .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urzPJRD8Ys .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-urzPJRD8Ys .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urzPJRD8Ys .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-urzPJRD8Ys .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-urzPJRD8Ys .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-urzPJRD8Ys .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-urzPJRD8Ys .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-urzPJRD8Ys .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-urzPJRD8Ys .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-urzPJRD8Ys button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-urzPJRD8Ys button.navbar-toggler:focus {
  outline: none;
}
.cid-urzPJRD8Ys button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-urzPJRD8Ys button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-urzPJRD8Ys button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-urzPJRD8Ys button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-urzPJRD8Ys button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-urzPJRD8Ys nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-urzPJRD8Ys nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-urzPJRD8Ys nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-urzPJRD8Ys nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-urzPJRD8Ys .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-urzPJRD8Ys .collapsed .btn {
  display: flex;
}
.cid-urzPJRD8Ys .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-urzPJRD8Ys .collapsed .navbar-collapse.collapsing,
.cid-urzPJRD8Ys .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-urzPJRD8Ys .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-urzPJRD8Ys .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-urzPJRD8Ys .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-urzPJRD8Ys .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-urzPJRD8Ys .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-urzPJRD8Ys .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-urzPJRD8Ys .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-urzPJRD8Ys .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-urzPJRD8Ys .collapsed button.navbar-toggler {
  display: block;
}
.cid-urzPJRD8Ys .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-urzPJRD8Ys .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-urzPJRD8Ys .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-urzPJRD8Ys .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-urzPJRD8Ys .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-urzPJRD8Ys .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-urzPJRD8Ys .navbar-expand {
    flex-direction: column;
  }
  .cid-urzPJRD8Ys img {
    height: 3.8rem !important;
  }
  .cid-urzPJRD8Ys .btn {
    display: flex;
  }
  .cid-urzPJRD8Ys button.navbar-toggler {
    display: block;
  }
  .cid-urzPJRD8Ys .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-urzPJRD8Ys .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-urzPJRD8Ys .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-urzPJRD8Ys .navbar-collapse.collapsing,
  .cid-urzPJRD8Ys .navbar-collapse.show {
    display: block !important;
  }
  .cid-urzPJRD8Ys .navbar-collapse.collapsing .navbar-nav,
  .cid-urzPJRD8Ys .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-urzPJRD8Ys .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-urzPJRD8Ys .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-urzPJRD8Ys .navbar-collapse.collapsing .navbar-buttons,
  .cid-urzPJRD8Ys .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-urzPJRD8Ys .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-urzPJRD8Ys .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-urzPJRD8Ys .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-urzPJRD8Ys .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-urzPJRD8Ys .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-urzPJRD8Ys .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-urzPJRD8Ys .menu-logo {
    flex-shrink: 0;
  }
}
.cid-urzPJRD8Ys .navbar-collapse {
  flex-basis: auto;
}
.cid-urzPJRD8Ys .nav-link:hover,
.cid-urzPJRD8Ys .dropdown-item:hover {
  color: #47f110 !important;
}
.cid-urzPJUuOFT {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #103a51;
}
.cid-urzPJUuOFT .mbr-section-subtitle {
  color: #767676;
}
.cid-urzPJUuOFT H2 {
  color: #ffffff;
}
.cid-urRcVEmhxM {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-urRcVEmhxM .mbr-section-subtitle {
  color: #767676;
}
.cid-urRcMhawOl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-urRcMhawOl .mbr-text,
.cid-urRcMhawOl blockquote {
  color: #767676;
}
.cid-urRcMhawOl .mbr-text P {
  text-align: left;
}
.cid-urRcMhawOl .mbr-text {
  color: #000000;
}
.cid-urzPK3KU8Y {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #142029;
}
.cid-urzPK3KU8Y .mbr-text,
.cid-urzPK3KU8Y blockquote {
  color: #767676;
}
.cid-urzPK3KU8Y .mbr-text P {
  text-align: center;
}
.cid-urzPK3KU8Y .mbr-text {
  color: #cccccc;
}
.cid-urzPK49ZjG {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #142029;
}
.cid-urzPK49ZjG .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-urzPK49ZjG .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-urzPK49ZjG .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-urzPK49ZjG .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-urzPK49ZjG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-urzPK49ZjG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-urzPK49ZjG .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-urzPK49ZjG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-urzPK49ZjG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-urzPK49ZjG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-urzPK49ZjG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-urzPK49ZjG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-urzPK49ZjG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-urzPK49ZjG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-urRf3zVBjk .navbar {
  padding: .5rem 0;
  background: #00515e;
  transition: none;
  min-height: 77px;
}
.cid-urRf3zVBjk .navbar-dropdown.bg-color.transparent.opened {
  background: #00515e;
}
.cid-urRf3zVBjk a {
  font-style: normal;
}
.cid-urRf3zVBjk .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-urRf3zVBjk .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-urRf3zVBjk .nav-item:focus,
.cid-urRf3zVBjk .nav-link:focus {
  outline: none;
}
.cid-urRf3zVBjk .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-urRf3zVBjk .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-urRf3zVBjk .menu-logo {
  margin-right: auto;
}
.cid-urRf3zVBjk .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-urRf3zVBjk .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-urRf3zVBjk .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-urRf3zVBjk .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-urRf3zVBjk .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-urRf3zVBjk .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-urRf3zVBjk .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-urRf3zVBjk .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-urRf3zVBjk .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-urRf3zVBjk .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-urRf3zVBjk .dropdown .dropdown-menu {
  background: #00515e;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-urRf3zVBjk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-urRf3zVBjk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urRf3zVBjk .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-urRf3zVBjk .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urRf3zVBjk .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-urRf3zVBjk .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-urRf3zVBjk .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-urRf3zVBjk .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-urRf3zVBjk .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-urRf3zVBjk .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-urRf3zVBjk .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-urRf3zVBjk button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-urRf3zVBjk button.navbar-toggler:focus {
  outline: none;
}
.cid-urRf3zVBjk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-urRf3zVBjk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-urRf3zVBjk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-urRf3zVBjk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-urRf3zVBjk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-urRf3zVBjk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-urRf3zVBjk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-urRf3zVBjk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-urRf3zVBjk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-urRf3zVBjk .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-urRf3zVBjk .collapsed .btn {
  display: flex;
}
.cid-urRf3zVBjk .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-urRf3zVBjk .collapsed .navbar-collapse.collapsing,
.cid-urRf3zVBjk .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-urRf3zVBjk .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-urRf3zVBjk .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-urRf3zVBjk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-urRf3zVBjk .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-urRf3zVBjk .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-urRf3zVBjk .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-urRf3zVBjk .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-urRf3zVBjk .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-urRf3zVBjk .collapsed button.navbar-toggler {
  display: block;
}
.cid-urRf3zVBjk .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-urRf3zVBjk .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-urRf3zVBjk .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-urRf3zVBjk .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-urRf3zVBjk .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-urRf3zVBjk .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-urRf3zVBjk .navbar-expand {
    flex-direction: column;
  }
  .cid-urRf3zVBjk img {
    height: 3.8rem !important;
  }
  .cid-urRf3zVBjk .btn {
    display: flex;
  }
  .cid-urRf3zVBjk button.navbar-toggler {
    display: block;
  }
  .cid-urRf3zVBjk .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-urRf3zVBjk .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-urRf3zVBjk .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-urRf3zVBjk .navbar-collapse.collapsing,
  .cid-urRf3zVBjk .navbar-collapse.show {
    display: block !important;
  }
  .cid-urRf3zVBjk .navbar-collapse.collapsing .navbar-nav,
  .cid-urRf3zVBjk .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-urRf3zVBjk .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-urRf3zVBjk .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-urRf3zVBjk .navbar-collapse.collapsing .navbar-buttons,
  .cid-urRf3zVBjk .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-urRf3zVBjk .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-urRf3zVBjk .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-urRf3zVBjk .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-urRf3zVBjk .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-urRf3zVBjk .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-urRf3zVBjk .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-urRf3zVBjk .menu-logo {
    flex-shrink: 0;
  }
}
.cid-urRf3zVBjk .navbar-collapse {
  flex-basis: auto;
}
.cid-urRf3zVBjk .nav-link:hover,
.cid-urRf3zVBjk .dropdown-item:hover {
  color: #47f110 !important;
}
.cid-urRf3Ah6JR {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #103a51;
}
.cid-urRf3Ah6JR .mbr-section-subtitle {
  color: #767676;
}
.cid-urRf3Ah6JR H2 {
  color: #ffffff;
}
.cid-urRf3Aycl0 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-urRf3Aycl0 .mbr-section-subtitle {
  color: #767676;
}
.cid-urRf3AVYMF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-urRf3AVYMF .mbr-text,
.cid-urRf3AVYMF blockquote {
  color: #767676;
}
.cid-urRf3AVYMF .mbr-text P {
  text-align: left;
}
.cid-urRf3AVYMF .mbr-text {
  color: #000000;
}
.cid-urRf3BhNOT {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #142029;
}
.cid-urRf3BhNOT .mbr-text,
.cid-urRf3BhNOT blockquote {
  color: #767676;
}
.cid-urRf3BhNOT .mbr-text P {
  text-align: center;
}
.cid-urRf3BhNOT .mbr-text {
  color: #cccccc;
}
.cid-urRf3BBxMI {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #142029;
}
.cid-urRf3BBxMI .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-urRf3BBxMI .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-urRf3BBxMI .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-urRf3BBxMI .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-urRf3BBxMI .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-urRf3BBxMI .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-urRf3BBxMI .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-urRf3BBxMI .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-urRf3BBxMI .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-urRf3BBxMI .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-urRf3BBxMI .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-urRf3BBxMI .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-urRf3BBxMI .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-urRf3BBxMI .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-urRflWzLN4 .navbar {
  padding: .5rem 0;
  background: #00515e;
  transition: none;
  min-height: 77px;
}
.cid-urRflWzLN4 .navbar-dropdown.bg-color.transparent.opened {
  background: #00515e;
}
.cid-urRflWzLN4 a {
  font-style: normal;
}
.cid-urRflWzLN4 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-urRflWzLN4 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-urRflWzLN4 .nav-item:focus,
.cid-urRflWzLN4 .nav-link:focus {
  outline: none;
}
.cid-urRflWzLN4 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-urRflWzLN4 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-urRflWzLN4 .menu-logo {
  margin-right: auto;
}
.cid-urRflWzLN4 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-urRflWzLN4 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-urRflWzLN4 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-urRflWzLN4 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-urRflWzLN4 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-urRflWzLN4 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-urRflWzLN4 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-urRflWzLN4 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-urRflWzLN4 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-urRflWzLN4 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-urRflWzLN4 .dropdown .dropdown-menu {
  background: #00515e;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-urRflWzLN4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-urRflWzLN4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urRflWzLN4 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-urRflWzLN4 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urRflWzLN4 .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-urRflWzLN4 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-urRflWzLN4 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-urRflWzLN4 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-urRflWzLN4 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-urRflWzLN4 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-urRflWzLN4 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-urRflWzLN4 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-urRflWzLN4 button.navbar-toggler:focus {
  outline: none;
}
.cid-urRflWzLN4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-urRflWzLN4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-urRflWzLN4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-urRflWzLN4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-urRflWzLN4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-urRflWzLN4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-urRflWzLN4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-urRflWzLN4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-urRflWzLN4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-urRflWzLN4 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-urRflWzLN4 .collapsed .btn {
  display: flex;
}
.cid-urRflWzLN4 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-urRflWzLN4 .collapsed .navbar-collapse.collapsing,
.cid-urRflWzLN4 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-urRflWzLN4 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-urRflWzLN4 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-urRflWzLN4 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-urRflWzLN4 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-urRflWzLN4 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-urRflWzLN4 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-urRflWzLN4 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-urRflWzLN4 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-urRflWzLN4 .collapsed button.navbar-toggler {
  display: block;
}
.cid-urRflWzLN4 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-urRflWzLN4 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-urRflWzLN4 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-urRflWzLN4 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-urRflWzLN4 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-urRflWzLN4 .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-urRflWzLN4 .navbar-expand {
    flex-direction: column;
  }
  .cid-urRflWzLN4 img {
    height: 3.8rem !important;
  }
  .cid-urRflWzLN4 .btn {
    display: flex;
  }
  .cid-urRflWzLN4 button.navbar-toggler {
    display: block;
  }
  .cid-urRflWzLN4 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-urRflWzLN4 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-urRflWzLN4 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-urRflWzLN4 .navbar-collapse.collapsing,
  .cid-urRflWzLN4 .navbar-collapse.show {
    display: block !important;
  }
  .cid-urRflWzLN4 .navbar-collapse.collapsing .navbar-nav,
  .cid-urRflWzLN4 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-urRflWzLN4 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-urRflWzLN4 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-urRflWzLN4 .navbar-collapse.collapsing .navbar-buttons,
  .cid-urRflWzLN4 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-urRflWzLN4 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-urRflWzLN4 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-urRflWzLN4 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-urRflWzLN4 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-urRflWzLN4 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-urRflWzLN4 .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-urRflWzLN4 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-urRflWzLN4 .navbar-collapse {
  flex-basis: auto;
}
.cid-urRflWzLN4 .nav-link:hover,
.cid-urRflWzLN4 .dropdown-item:hover {
  color: #47f110 !important;
}
.cid-urRflWXKIe {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #103a51;
}
.cid-urRflWXKIe .mbr-section-subtitle {
  color: #767676;
}
.cid-urRflWXKIe H2 {
  color: #ffffff;
}
.cid-urRflXlYgT {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-urRflXlYgT .mbr-section-subtitle {
  color: #767676;
}
.cid-urRflXD4ov {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-urRflXD4ov .mbr-text,
.cid-urRflXD4ov blockquote {
  color: #767676;
}
.cid-urRflXD4ov .mbr-text P {
  text-align: left;
}
.cid-urRflXD4ov .mbr-text {
  color: #000000;
}
.cid-urRflY40Ol {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #142029;
}
.cid-urRflY40Ol .mbr-text,
.cid-urRflY40Ol blockquote {
  color: #767676;
}
.cid-urRflY40Ol .mbr-text P {
  text-align: center;
}
.cid-urRflY40Ol .mbr-text {
  color: #cccccc;
}
.cid-urRflYqd8a {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #142029;
}
.cid-urRflYqd8a .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-urRflYqd8a .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-urRflYqd8a .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-urRflYqd8a .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-urRflYqd8a .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-urRflYqd8a .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-urRflYqd8a .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-urRflYqd8a .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-urRflYqd8a .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-urRflYqd8a .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-urRflYqd8a .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-urRflYqd8a .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-urRflYqd8a .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-urRflYqd8a .media-container-row .row-copirayt p {
  width: 100%;
}
