body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'BAUHS93';
  font-size: 6rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 9.6rem;
}
.display-2 {
  font-family: 'BAUHS93';
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Bauhaus';
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Bauhaus';
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'tt0857m_';
  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: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.75rem + (6 - 2.75) * ((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.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((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: #149dcc !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #0c204a !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !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: #0c204a !important;
  border-color: #0c204a !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #010408 !important;
  border-color: #010408 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #010408 !important;
  border-color: #010408 !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: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !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: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #0c204a;
  border-color: #0c204a;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0c204a !important;
  border-color: #0c204a !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: #149dcc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #0c204a !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: #0b566f !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: #000000 !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: #0c204a;
}
.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: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.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: #5885e4;
}
.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: 'tt0857m_';
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #149dcc;
}
/* 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);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@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: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.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: #149dcc;
  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: #149dcc;
  border-bottom-color: #149dcc;
}
.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: #149dcc !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='%23149dcc' %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-ryrYRUguis {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ryrYRUguis .mbr-section-subtitle {
  color: #767676;
}
.cid-ryrYRUguis H2 {
  color: #0c204a;
  text-align: center;
}
.cid-ryrW9SajsA .navbar {
  padding: .5rem 0;
  background: #0c204a;
  transition: none;
  min-height: 77px;
}
.cid-ryrW9SajsA .navbar-dropdown.bg-color.transparent.opened {
  background: #0c204a;
}
.cid-ryrW9SajsA a {
  font-style: normal;
}
.cid-ryrW9SajsA .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ryrW9SajsA .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-ryrW9SajsA .nav-item:focus,
.cid-ryrW9SajsA .nav-link:focus {
  outline: none;
}
.cid-ryrW9SajsA .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ryrW9SajsA .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ryrW9SajsA .menu-logo {
  margin-right: auto;
}
.cid-ryrW9SajsA .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-ryrW9SajsA .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-ryrW9SajsA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ryrW9SajsA .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ryrW9SajsA .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ryrW9SajsA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ryrW9SajsA .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ryrW9SajsA .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ryrW9SajsA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ryrW9SajsA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ryrW9SajsA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ryrW9SajsA .dropdown .dropdown-menu {
  background: #0c204a;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ryrW9SajsA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ryrW9SajsA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ryrW9SajsA .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ryrW9SajsA .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ryrW9SajsA .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-ryrW9SajsA .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ryrW9SajsA .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ryrW9SajsA .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ryrW9SajsA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ryrW9SajsA .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ryrW9SajsA .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ryrW9SajsA button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ryrW9SajsA button.navbar-toggler:focus {
  outline: none;
}
.cid-ryrW9SajsA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ryrW9SajsA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ryrW9SajsA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ryrW9SajsA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ryrW9SajsA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ryrW9SajsA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ryrW9SajsA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ryrW9SajsA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ryrW9SajsA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ryrW9SajsA .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ryrW9SajsA .collapsed .btn {
  display: -webkit-flex;
}
.cid-ryrW9SajsA .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ryrW9SajsA .collapsed .navbar-collapse.collapsing,
.cid-ryrW9SajsA .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ryrW9SajsA .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ryrW9SajsA .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ryrW9SajsA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ryrW9SajsA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ryrW9SajsA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ryrW9SajsA .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ryrW9SajsA .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ryrW9SajsA .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ryrW9SajsA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ryrW9SajsA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ryrW9SajsA .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ryrW9SajsA .collapsed button.navbar-toggler {
  display: block;
}
.cid-ryrW9SajsA .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ryrW9SajsA .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ryrW9SajsA .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-ryrW9SajsA .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ryrW9SajsA .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ryrW9SajsA .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: 1023px) {
  .cid-ryrW9SajsA .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ryrW9SajsA img {
    height: 3.8rem !important;
  }
  .cid-ryrW9SajsA .btn {
    display: -webkit-flex;
  }
  .cid-ryrW9SajsA button.navbar-toggler {
    display: block;
  }
  .cid-ryrW9SajsA .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ryrW9SajsA .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ryrW9SajsA .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ryrW9SajsA .navbar-collapse.collapsing,
  .cid-ryrW9SajsA .navbar-collapse.show {
    display: block !important;
  }
  .cid-ryrW9SajsA .navbar-collapse.collapsing .navbar-nav,
  .cid-ryrW9SajsA .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ryrW9SajsA .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ryrW9SajsA .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ryrW9SajsA .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ryrW9SajsA .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ryrW9SajsA .navbar-collapse.collapsing .navbar-buttons,
  .cid-ryrW9SajsA .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ryrW9SajsA .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ryrW9SajsA .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ryrW9SajsA .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-ryrW9SajsA .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ryrW9SajsA .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ryrW9SajsA .dropdown .dropdown-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-ryrW9SajsA .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ryrW9SajsA .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ryrW9SajsA .nav-link:hover,
.cid-ryrW9SajsA .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rRGH8KB0rv {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rRGH8KB0rv .image-block {
  margin: auto;
}
.cid-rRGH8KB0rv figcaption {
  position: relative;
}
.cid-rRGH8KB0rv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rRGH8KB0rv .image-block {
    width: 100% !important;
  }
}
.cid-ryrYQkj865 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ryrYQkj865 .mbr-text,
.cid-ryrYQkj865 blockquote {
  color: #767676;
}
.cid-ryrYQkj865 .mbr-text {
  color: #041230;
}
.cid-rys2kCbwb4 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #0c204a;
}
@media (max-width: 767px) {
  .cid-rys2kCbwb4 .content {
    text-align: center;
  }
  .cid-rys2kCbwb4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rys2kCbwb4 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rys2kCbwb4 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rys2kCbwb4 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rys2kCbwb4 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rys2kCbwb4 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rys2kCbwb4 .footer-lower .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-rys2kCbwb4 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rys2kCbwb4 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rys2kCbwb4 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rys2kCbwb4 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rys2kCbwb4 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rTB2rQjHKI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #041230;
}
.cid-ryrW9SajsA .navbar {
  padding: .5rem 0;
  background: #0c204a;
  transition: none;
  min-height: 77px;
}
.cid-ryrW9SajsA .navbar-dropdown.bg-color.transparent.opened {
  background: #0c204a;
}
.cid-ryrW9SajsA a {
  font-style: normal;
}
.cid-ryrW9SajsA .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ryrW9SajsA .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-ryrW9SajsA .nav-item:focus,
.cid-ryrW9SajsA .nav-link:focus {
  outline: none;
}
.cid-ryrW9SajsA .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ryrW9SajsA .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ryrW9SajsA .menu-logo {
  margin-right: auto;
}
.cid-ryrW9SajsA .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-ryrW9SajsA .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-ryrW9SajsA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ryrW9SajsA .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ryrW9SajsA .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ryrW9SajsA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ryrW9SajsA .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ryrW9SajsA .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ryrW9SajsA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ryrW9SajsA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ryrW9SajsA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ryrW9SajsA .dropdown .dropdown-menu {
  background: #0c204a;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ryrW9SajsA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ryrW9SajsA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ryrW9SajsA .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ryrW9SajsA .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ryrW9SajsA .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-ryrW9SajsA .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ryrW9SajsA .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ryrW9SajsA .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ryrW9SajsA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ryrW9SajsA .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ryrW9SajsA .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ryrW9SajsA button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ryrW9SajsA button.navbar-toggler:focus {
  outline: none;
}
.cid-ryrW9SajsA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ryrW9SajsA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ryrW9SajsA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ryrW9SajsA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ryrW9SajsA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ryrW9SajsA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ryrW9SajsA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ryrW9SajsA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ryrW9SajsA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ryrW9SajsA .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ryrW9SajsA .collapsed .btn {
  display: -webkit-flex;
}
.cid-ryrW9SajsA .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ryrW9SajsA .collapsed .navbar-collapse.collapsing,
.cid-ryrW9SajsA .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ryrW9SajsA .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ryrW9SajsA .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ryrW9SajsA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ryrW9SajsA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ryrW9SajsA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ryrW9SajsA .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ryrW9SajsA .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ryrW9SajsA .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ryrW9SajsA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ryrW9SajsA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ryrW9SajsA .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ryrW9SajsA .collapsed button.navbar-toggler {
  display: block;
}
.cid-ryrW9SajsA .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ryrW9SajsA .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ryrW9SajsA .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-ryrW9SajsA .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ryrW9SajsA .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ryrW9SajsA .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: 1023px) {
  .cid-ryrW9SajsA .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ryrW9SajsA img {
    height: 3.8rem !important;
  }
  .cid-ryrW9SajsA .btn {
    display: -webkit-flex;
  }
  .cid-ryrW9SajsA button.navbar-toggler {
    display: block;
  }
  .cid-ryrW9SajsA .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ryrW9SajsA .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ryrW9SajsA .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ryrW9SajsA .navbar-collapse.collapsing,
  .cid-ryrW9SajsA .navbar-collapse.show {
    display: block !important;
  }
  .cid-ryrW9SajsA .navbar-collapse.collapsing .navbar-nav,
  .cid-ryrW9SajsA .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ryrW9SajsA .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ryrW9SajsA .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ryrW9SajsA .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ryrW9SajsA .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ryrW9SajsA .navbar-collapse.collapsing .navbar-buttons,
  .cid-ryrW9SajsA .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ryrW9SajsA .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ryrW9SajsA .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ryrW9SajsA .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-ryrW9SajsA .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ryrW9SajsA .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ryrW9SajsA .dropdown .dropdown-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-ryrW9SajsA .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ryrW9SajsA .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ryrW9SajsA .nav-link:hover,
.cid-ryrW9SajsA .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rysDwWRkOi {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rysDwWRkOi .mbr-section-subtitle {
  color: #767676;
}
.cid-rysDwWRkOi H2 {
  color: #0c204a;
}
.cid-rysLfSOmXQ {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rysLfSOmXQ .image-block {
  margin: auto;
}
.cid-rysLfSOmXQ figcaption {
  position: relative;
}
.cid-rysLfSOmXQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rysLfSOmXQ .image-block {
    width: 100% !important;
  }
}
.cid-rysDzwXb5Z {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rysDzwXb5Z .mbr-text,
.cid-rysDzwXb5Z blockquote {
  color: #767676;
}
.cid-rysDzwXb5Z .mbr-text {
  color: #041230;
}
.cid-rTAVwmDmV5 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTAVwmDmV5 .mbr-section-subtitle {
  color: #767676;
}
.cid-rTAVwmDmV5 H2 {
  color: #0c204a;
  text-align: center;
}
.cid-rTAVCQDpWC {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rTAVCQDpWC .image-block {
  margin: auto;
}
.cid-rTAVCQDpWC figcaption {
  position: relative;
}
.cid-rTAVCQDpWC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rTAVCQDpWC .image-block {
    width: 100% !important;
  }
}
.cid-rTAVGX0oaN {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTAVGX0oaN .mbr-text,
.cid-rTAVGX0oaN blockquote {
  color: #767676;
}
.cid-rTAVGX0oaN .mbr-text {
  color: #041230;
}
.cid-rTBirSyTzm {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-rTBirSyTzm .image-block {
  margin: auto;
}
.cid-rTBirSyTzm figcaption {
  position: relative;
}
.cid-rTBirSyTzm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rTBirSyTzm .image-block {
    width: 100% !important;
  }
}
.cid-rysG3HXDlT {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rysG3HXDlT .mbr-section-subtitle {
  color: #767676;
}
.cid-rysG3HXDlT H2 {
  color: #0c204a;
}
.cid-rTAWxZ0f2b {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rTAWxZ0f2b .image-block {
  margin: auto;
}
.cid-rTAWxZ0f2b figcaption {
  position: relative;
}
.cid-rTAWxZ0f2b figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rTAWxZ0f2b .image-block {
    width: 100% !important;
  }
}
.cid-rTAWyI7Dn8 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTAWyI7Dn8 .mbr-text,
.cid-rTAWyI7Dn8 blockquote {
  color: #767676;
}
.cid-rTAWyI7Dn8 .mbr-text {
  color: #041230;
}
.cid-rTBkmfKXdN {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-rTBkmfKXdN .image-block {
  margin: auto;
}
.cid-rTBkmfKXdN figcaption {
  position: relative;
}
.cid-rTBkmfKXdN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rTBkmfKXdN .image-block {
    width: 100% !important;
  }
}
.cid-rTAXn0SIIY {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTAXn0SIIY .mbr-section-subtitle {
  color: #767676;
}
.cid-rTAXn0SIIY H2 {
  color: #0c204a;
  text-align: center;
}
.cid-rTAXnSCvuQ {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rTAXnSCvuQ .image-block {
  margin: auto;
}
.cid-rTAXnSCvuQ figcaption {
  position: relative;
}
.cid-rTAXnSCvuQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rTAXnSCvuQ .image-block {
    width: 100% !important;
  }
}
.cid-rTAXol1WYM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rTAXol1WYM .mbr-text,
.cid-rTAXol1WYM blockquote {
  color: #767676;
}
.cid-rTAXol1WYM .mbr-text {
  color: #041230;
}
.cid-rTBm72WUOO {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-rTBm72WUOO .image-block {
  margin: auto;
}
.cid-rTBm72WUOO figcaption {
  position: relative;
}
.cid-rTBm72WUOO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rTBm72WUOO .image-block {
    width: 100% !important;
  }
}
.cid-rTGyZYSMP4 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #0c204a;
}
@media (max-width: 767px) {
  .cid-rTGyZYSMP4 .content {
    text-align: center;
  }
  .cid-rTGyZYSMP4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rTGyZYSMP4 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rTGyZYSMP4 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rTGyZYSMP4 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rTGyZYSMP4 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rTGyZYSMP4 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rTGyZYSMP4 .footer-lower .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-rTGyZYSMP4 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rTGyZYSMP4 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rTGyZYSMP4 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rTGyZYSMP4 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rTGyZYSMP4 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rTB2rQjHKI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #041230;
}
.cid-ryrW9SajsA .navbar {
  padding: .5rem 0;
  background: #0c204a;
  transition: none;
  min-height: 77px;
}
.cid-ryrW9SajsA .navbar-dropdown.bg-color.transparent.opened {
  background: #0c204a;
}
.cid-ryrW9SajsA a {
  font-style: normal;
}
.cid-ryrW9SajsA .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ryrW9SajsA .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-ryrW9SajsA .nav-item:focus,
.cid-ryrW9SajsA .nav-link:focus {
  outline: none;
}
.cid-ryrW9SajsA .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ryrW9SajsA .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ryrW9SajsA .menu-logo {
  margin-right: auto;
}
.cid-ryrW9SajsA .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-ryrW9SajsA .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-ryrW9SajsA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ryrW9SajsA .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ryrW9SajsA .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ryrW9SajsA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ryrW9SajsA .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ryrW9SajsA .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ryrW9SajsA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ryrW9SajsA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ryrW9SajsA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ryrW9SajsA .dropdown .dropdown-menu {
  background: #0c204a;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ryrW9SajsA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ryrW9SajsA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ryrW9SajsA .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ryrW9SajsA .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ryrW9SajsA .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-ryrW9SajsA .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ryrW9SajsA .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ryrW9SajsA .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ryrW9SajsA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ryrW9SajsA .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ryrW9SajsA .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ryrW9SajsA button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ryrW9SajsA button.navbar-toggler:focus {
  outline: none;
}
.cid-ryrW9SajsA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ryrW9SajsA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ryrW9SajsA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ryrW9SajsA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ryrW9SajsA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ryrW9SajsA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ryrW9SajsA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ryrW9SajsA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ryrW9SajsA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ryrW9SajsA .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ryrW9SajsA .collapsed .btn {
  display: -webkit-flex;
}
.cid-ryrW9SajsA .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ryrW9SajsA .collapsed .navbar-collapse.collapsing,
.cid-ryrW9SajsA .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ryrW9SajsA .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ryrW9SajsA .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ryrW9SajsA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ryrW9SajsA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ryrW9SajsA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ryrW9SajsA .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ryrW9SajsA .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ryrW9SajsA .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ryrW9SajsA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ryrW9SajsA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ryrW9SajsA .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ryrW9SajsA .collapsed button.navbar-toggler {
  display: block;
}
.cid-ryrW9SajsA .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ryrW9SajsA .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ryrW9SajsA .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-ryrW9SajsA .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ryrW9SajsA .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ryrW9SajsA .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: 1023px) {
  .cid-ryrW9SajsA .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ryrW9SajsA img {
    height: 3.8rem !important;
  }
  .cid-ryrW9SajsA .btn {
    display: -webkit-flex;
  }
  .cid-ryrW9SajsA button.navbar-toggler {
    display: block;
  }
  .cid-ryrW9SajsA .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ryrW9SajsA .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ryrW9SajsA .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ryrW9SajsA .navbar-collapse.collapsing,
  .cid-ryrW9SajsA .navbar-collapse.show {
    display: block !important;
  }
  .cid-ryrW9SajsA .navbar-collapse.collapsing .navbar-nav,
  .cid-ryrW9SajsA .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ryrW9SajsA .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ryrW9SajsA .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ryrW9SajsA .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ryrW9SajsA .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ryrW9SajsA .navbar-collapse.collapsing .navbar-buttons,
  .cid-ryrW9SajsA .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ryrW9SajsA .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ryrW9SajsA .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ryrW9SajsA .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-ryrW9SajsA .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ryrW9SajsA .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ryrW9SajsA .dropdown .dropdown-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-ryrW9SajsA .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ryrW9SajsA .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ryrW9SajsA .nav-link:hover,
.cid-ryrW9SajsA .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ryss31AfEl {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ryss31AfEl .mbr-section-subtitle {
  color: #767676;
}
.cid-ryss31AfEl H2 {
  color: #0c204a;
}
.cid-ryss2mi6DX {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ryss2mi6DX .mbr-text,
.cid-ryss2mi6DX blockquote {
  color: #767676;
}
.cid-ryss2mi6DX .mbr-text {
  color: #041230;
}
.cid-rTGz436jk7 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #0c204a;
}
@media (max-width: 767px) {
  .cid-rTGz436jk7 .content {
    text-align: center;
  }
  .cid-rTGz436jk7 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rTGz436jk7 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rTGz436jk7 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rTGz436jk7 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rTGz436jk7 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rTGz436jk7 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rTGz436jk7 .footer-lower .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-rTGz436jk7 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rTGz436jk7 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rTGz436jk7 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rTGz436jk7 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rTGz436jk7 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rTB2rQjHKI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #041230;
}
.cid-ryt20WWay7 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ryt20WWay7 .mbr-section-subtitle {
  color: #767676;
}
.cid-ryt20WWay7 H2 {
  color: #0c204a;
}
.cid-ryrW9SajsA .navbar {
  padding: .5rem 0;
  background: #0c204a;
  transition: none;
  min-height: 77px;
}
.cid-ryrW9SajsA .navbar-dropdown.bg-color.transparent.opened {
  background: #0c204a;
}
.cid-ryrW9SajsA a {
  font-style: normal;
}
.cid-ryrW9SajsA .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ryrW9SajsA .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-ryrW9SajsA .nav-item:focus,
.cid-ryrW9SajsA .nav-link:focus {
  outline: none;
}
.cid-ryrW9SajsA .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ryrW9SajsA .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ryrW9SajsA .menu-logo {
  margin-right: auto;
}
.cid-ryrW9SajsA .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-ryrW9SajsA .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-ryrW9SajsA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ryrW9SajsA .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ryrW9SajsA .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ryrW9SajsA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ryrW9SajsA .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ryrW9SajsA .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ryrW9SajsA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ryrW9SajsA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ryrW9SajsA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ryrW9SajsA .dropdown .dropdown-menu {
  background: #0c204a;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ryrW9SajsA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ryrW9SajsA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ryrW9SajsA .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ryrW9SajsA .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ryrW9SajsA .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-ryrW9SajsA .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ryrW9SajsA .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ryrW9SajsA .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ryrW9SajsA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ryrW9SajsA .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ryrW9SajsA .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ryrW9SajsA button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ryrW9SajsA button.navbar-toggler:focus {
  outline: none;
}
.cid-ryrW9SajsA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ryrW9SajsA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ryrW9SajsA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ryrW9SajsA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ryrW9SajsA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ryrW9SajsA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ryrW9SajsA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ryrW9SajsA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ryrW9SajsA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ryrW9SajsA .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ryrW9SajsA .collapsed .btn {
  display: -webkit-flex;
}
.cid-ryrW9SajsA .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ryrW9SajsA .collapsed .navbar-collapse.collapsing,
.cid-ryrW9SajsA .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ryrW9SajsA .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ryrW9SajsA .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ryrW9SajsA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ryrW9SajsA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ryrW9SajsA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ryrW9SajsA .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ryrW9SajsA .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ryrW9SajsA .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ryrW9SajsA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ryrW9SajsA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ryrW9SajsA .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ryrW9SajsA .collapsed button.navbar-toggler {
  display: block;
}
.cid-ryrW9SajsA .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ryrW9SajsA .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ryrW9SajsA .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-ryrW9SajsA .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ryrW9SajsA .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ryrW9SajsA .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: 1023px) {
  .cid-ryrW9SajsA .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ryrW9SajsA img {
    height: 3.8rem !important;
  }
  .cid-ryrW9SajsA .btn {
    display: -webkit-flex;
  }
  .cid-ryrW9SajsA button.navbar-toggler {
    display: block;
  }
  .cid-ryrW9SajsA .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ryrW9SajsA .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ryrW9SajsA .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ryrW9SajsA .navbar-collapse.collapsing,
  .cid-ryrW9SajsA .navbar-collapse.show {
    display: block !important;
  }
  .cid-ryrW9SajsA .navbar-collapse.collapsing .navbar-nav,
  .cid-ryrW9SajsA .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ryrW9SajsA .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ryrW9SajsA .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ryrW9SajsA .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ryrW9SajsA .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ryrW9SajsA .navbar-collapse.collapsing .navbar-buttons,
  .cid-ryrW9SajsA .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ryrW9SajsA .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ryrW9SajsA .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ryrW9SajsA .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-ryrW9SajsA .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ryrW9SajsA .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ryrW9SajsA .dropdown .dropdown-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-ryrW9SajsA .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ryrW9SajsA .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ryrW9SajsA .nav-link:hover,
.cid-ryrW9SajsA .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rTvlgv2led {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rTvlgv2led .mbr-section-subtitle {
  color: #767676;
}
.cid-ryt1X8E83W {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ryt1X8E83W .mbr-text,
.cid-ryt1X8E83W blockquote {
  color: #767676;
}
.cid-ryt1X8E83W .mbr-text {
  color: #041230;
}
.cid-ryt1X8E83W .mbr-text P {
  text-align: left;
}
.cid-rTGz7p2Hnm {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #0c204a;
}
@media (max-width: 767px) {
  .cid-rTGz7p2Hnm .content {
    text-align: center;
  }
  .cid-rTGz7p2Hnm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rTGz7p2Hnm .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rTGz7p2Hnm .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rTGz7p2Hnm .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rTGz7p2Hnm .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rTGz7p2Hnm .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rTGz7p2Hnm .footer-lower .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-rTGz7p2Hnm .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rTGz7p2Hnm .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rTGz7p2Hnm .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rTGz7p2Hnm .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rTGz7p2Hnm .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rTB2rQjHKI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #041230;
}
.cid-ryt29PNA4P {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ryt29PNA4P .mbr-section-subtitle {
  color: #767676;
}
.cid-ryt29PNA4P H2 {
  color: #0c204a;
}
.cid-rTvp11s238 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTvp11s238 .mbr-text,
.cid-rTvp11s238 blockquote {
  color: #767676;
}
.cid-rTvp11s238 .mbr-text {
  color: #041230;
}
.cid-rTvofviX8Y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTvofviX8Y .mbr-text,
.cid-rTvofviX8Y blockquote {
  color: #767676;
}
.cid-rTvofviX8Y .mbr-text {
  color: #041230;
}
.cid-ryrW9SajsA .navbar {
  padding: .5rem 0;
  background: #0c204a;
  transition: none;
  min-height: 77px;
}
.cid-ryrW9SajsA .navbar-dropdown.bg-color.transparent.opened {
  background: #0c204a;
}
.cid-ryrW9SajsA a {
  font-style: normal;
}
.cid-ryrW9SajsA .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ryrW9SajsA .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-ryrW9SajsA .nav-item:focus,
.cid-ryrW9SajsA .nav-link:focus {
  outline: none;
}
.cid-ryrW9SajsA .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ryrW9SajsA .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ryrW9SajsA .menu-logo {
  margin-right: auto;
}
.cid-ryrW9SajsA .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-ryrW9SajsA .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-ryrW9SajsA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ryrW9SajsA .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ryrW9SajsA .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ryrW9SajsA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ryrW9SajsA .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ryrW9SajsA .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ryrW9SajsA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ryrW9SajsA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ryrW9SajsA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ryrW9SajsA .dropdown .dropdown-menu {
  background: #0c204a;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ryrW9SajsA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ryrW9SajsA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ryrW9SajsA .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ryrW9SajsA .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ryrW9SajsA .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-ryrW9SajsA .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ryrW9SajsA .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ryrW9SajsA .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ryrW9SajsA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ryrW9SajsA .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ryrW9SajsA .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ryrW9SajsA button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ryrW9SajsA button.navbar-toggler:focus {
  outline: none;
}
.cid-ryrW9SajsA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ryrW9SajsA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ryrW9SajsA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ryrW9SajsA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ryrW9SajsA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ryrW9SajsA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ryrW9SajsA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ryrW9SajsA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ryrW9SajsA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ryrW9SajsA .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ryrW9SajsA .collapsed .btn {
  display: -webkit-flex;
}
.cid-ryrW9SajsA .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ryrW9SajsA .collapsed .navbar-collapse.collapsing,
.cid-ryrW9SajsA .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ryrW9SajsA .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ryrW9SajsA .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ryrW9SajsA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ryrW9SajsA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ryrW9SajsA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ryrW9SajsA .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ryrW9SajsA .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ryrW9SajsA .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ryrW9SajsA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ryrW9SajsA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-ryrW9SajsA .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-ryrW9SajsA .collapsed button.navbar-toggler {
  display: block;
}
.cid-ryrW9SajsA .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ryrW9SajsA .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ryrW9SajsA .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-ryrW9SajsA .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ryrW9SajsA .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ryrW9SajsA .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: 1023px) {
  .cid-ryrW9SajsA .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ryrW9SajsA img {
    height: 3.8rem !important;
  }
  .cid-ryrW9SajsA .btn {
    display: -webkit-flex;
  }
  .cid-ryrW9SajsA button.navbar-toggler {
    display: block;
  }
  .cid-ryrW9SajsA .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ryrW9SajsA .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ryrW9SajsA .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ryrW9SajsA .navbar-collapse.collapsing,
  .cid-ryrW9SajsA .navbar-collapse.show {
    display: block !important;
  }
  .cid-ryrW9SajsA .navbar-collapse.collapsing .navbar-nav,
  .cid-ryrW9SajsA .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ryrW9SajsA .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ryrW9SajsA .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ryrW9SajsA .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ryrW9SajsA .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ryrW9SajsA .navbar-collapse.collapsing .navbar-buttons,
  .cid-ryrW9SajsA .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ryrW9SajsA .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ryrW9SajsA .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ryrW9SajsA .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-ryrW9SajsA .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ryrW9SajsA .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ryrW9SajsA .dropdown .dropdown-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-ryrW9SajsA .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ryrW9SajsA .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ryrW9SajsA .nav-link:hover,
.cid-ryrW9SajsA .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ryt2asmMR3 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ryt2asmMR3 .mbr-text,
.cid-ryt2asmMR3 blockquote {
  color: #767676;
}
.cid-ryt2asmMR3 .mbr-text {
  color: #041230;
}
.cid-rTGzdg1GK7 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #0c204a;
}
@media (max-width: 767px) {
  .cid-rTGzdg1GK7 .content {
    text-align: center;
  }
  .cid-rTGzdg1GK7 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rTGzdg1GK7 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rTGzdg1GK7 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rTGzdg1GK7 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rTGzdg1GK7 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rTGzdg1GK7 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rTGzdg1GK7 .footer-lower .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-rTGzdg1GK7 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rTGzdg1GK7 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rTGzdg1GK7 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rTGzdg1GK7 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rTGzdg1GK7 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rTB2rQjHKI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #041230;
}
.cid-rTvhsNrH9U .navbar {
  padding: .5rem 0;
  background: #0c204a;
  transition: none;
  min-height: 77px;
}
.cid-rTvhsNrH9U .navbar-dropdown.bg-color.transparent.opened {
  background: #0c204a;
}
.cid-rTvhsNrH9U a {
  font-style: normal;
}
.cid-rTvhsNrH9U .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rTvhsNrH9U .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-rTvhsNrH9U .nav-item:focus,
.cid-rTvhsNrH9U .nav-link:focus {
  outline: none;
}
.cid-rTvhsNrH9U .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rTvhsNrH9U .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rTvhsNrH9U .menu-logo {
  margin-right: auto;
}
.cid-rTvhsNrH9U .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-rTvhsNrH9U .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-rTvhsNrH9U .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rTvhsNrH9U .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rTvhsNrH9U .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rTvhsNrH9U .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rTvhsNrH9U .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rTvhsNrH9U .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rTvhsNrH9U .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rTvhsNrH9U .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rTvhsNrH9U .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rTvhsNrH9U .dropdown .dropdown-menu {
  background: #0c204a;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rTvhsNrH9U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rTvhsNrH9U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rTvhsNrH9U .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rTvhsNrH9U .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rTvhsNrH9U .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-rTvhsNrH9U .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rTvhsNrH9U .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rTvhsNrH9U .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rTvhsNrH9U .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rTvhsNrH9U .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rTvhsNrH9U .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rTvhsNrH9U button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rTvhsNrH9U button.navbar-toggler:focus {
  outline: none;
}
.cid-rTvhsNrH9U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rTvhsNrH9U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rTvhsNrH9U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rTvhsNrH9U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rTvhsNrH9U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rTvhsNrH9U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rTvhsNrH9U nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rTvhsNrH9U nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rTvhsNrH9U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rTvhsNrH9U .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rTvhsNrH9U .collapsed .btn {
  display: -webkit-flex;
}
.cid-rTvhsNrH9U .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rTvhsNrH9U .collapsed .navbar-collapse.collapsing,
.cid-rTvhsNrH9U .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rTvhsNrH9U .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rTvhsNrH9U .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rTvhsNrH9U .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rTvhsNrH9U .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rTvhsNrH9U .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rTvhsNrH9U .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rTvhsNrH9U .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rTvhsNrH9U .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rTvhsNrH9U .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rTvhsNrH9U .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rTvhsNrH9U .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rTvhsNrH9U .collapsed button.navbar-toggler {
  display: block;
}
.cid-rTvhsNrH9U .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rTvhsNrH9U .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rTvhsNrH9U .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-rTvhsNrH9U .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rTvhsNrH9U .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rTvhsNrH9U .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: 1023px) {
  .cid-rTvhsNrH9U .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rTvhsNrH9U img {
    height: 3.8rem !important;
  }
  .cid-rTvhsNrH9U .btn {
    display: -webkit-flex;
  }
  .cid-rTvhsNrH9U button.navbar-toggler {
    display: block;
  }
  .cid-rTvhsNrH9U .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rTvhsNrH9U .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rTvhsNrH9U .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rTvhsNrH9U .navbar-collapse.collapsing,
  .cid-rTvhsNrH9U .navbar-collapse.show {
    display: block !important;
  }
  .cid-rTvhsNrH9U .navbar-collapse.collapsing .navbar-nav,
  .cid-rTvhsNrH9U .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rTvhsNrH9U .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rTvhsNrH9U .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rTvhsNrH9U .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rTvhsNrH9U .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rTvhsNrH9U .navbar-collapse.collapsing .navbar-buttons,
  .cid-rTvhsNrH9U .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rTvhsNrH9U .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rTvhsNrH9U .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rTvhsNrH9U .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-rTvhsNrH9U .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rTvhsNrH9U .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rTvhsNrH9U .dropdown .dropdown-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-rTvhsNrH9U .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rTvhsNrH9U .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rTvhsNrH9U .nav-link:hover,
.cid-rTvhsNrH9U .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rTvhsP2OEH {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTvhsP2OEH .mbr-section-subtitle {
  color: #767676;
}
.cid-rTvhsP2OEH H2 {
  color: #0c204a;
  text-align: center;
}
.cid-rTvhsPAUiN {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rTvhsPAUiN .image-block {
  margin: auto;
}
.cid-rTvhsPAUiN figcaption {
  position: relative;
}
.cid-rTvhsPAUiN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rTvhsPAUiN .image-block {
    width: 100% !important;
  }
}
.cid-rTvhsQg4V2 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rTvhsQg4V2 .mbr-text,
.cid-rTvhsQg4V2 blockquote {
  color: #767676;
}
.cid-rTvhsQg4V2 .mbr-text {
  color: #041230;
}
.cid-rU9HafnrRR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rU9HafnrRR .mbr-section-subtitle {
  color: #767676;
}
.cid-rU9HafnrRR H2 {
  color: #0c204a;
  text-align: center;
}
.cid-rU9Hb7QFHN {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rU9Hb7QFHN .image-block {
  margin: auto;
}
.cid-rU9Hb7QFHN figcaption {
  position: relative;
}
.cid-rU9Hb7QFHN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rU9Hb7QFHN .image-block {
    width: 100% !important;
  }
}
.cid-rU9HbHhJtC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rU9HbHhJtC .mbr-text,
.cid-rU9HbHhJtC blockquote {
  color: #767676;
}
.cid-rU9HbHhJtC .mbr-text {
  color: #041230;
}
.cid-rU9Hd0Mrjc {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rU9Hd0Mrjc .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rU9Hd0Mrjc .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #b0bec5;
  margin-left: 2rem;
}
.cid-rU9Hd0Mrjc .timeline-text-content p {
  margin-bottom: 0;
}
.cid-rU9Hd0Mrjc .time-line-date-content {
  margin-right: 2rem;
}
.cid-rU9Hd0Mrjc .time-line-date-content p {
  padding: 2rem 2.5rem;
  background: #b0bec5;
  float: right;
}
.cid-rU9Hd0Mrjc .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-rU9Hd0Mrjc .timeline-element:hover .mbr-timeline-date {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-rU9Hd0Mrjc .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-rU9Hd0Mrjc .mbr-timeline-date,
.cid-rU9Hd0Mrjc .timeline-text-content {
  transition: all .4s;
}
.cid-rU9Hd0Mrjc .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-rU9Hd0Mrjc .reverse .timeline-text-content {
  margin-right: 2rem;
  margin-left: 0;
}
.cid-rU9Hd0Mrjc .reverse .time-line-date-content {
  margin-left: 2rem;
  margin-right: 0rem;
}
.cid-rU9Hd0Mrjc .reverse .time-line-date-content p {
  float: left;
}
.cid-rU9Hd0Mrjc .iconBackground {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: #b0bec5;
  top: 20px;
  margin-left: -10px;
}
.cid-rU9Hd0Mrjc .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #b0bec5;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-rU9Hd0Mrjc .iconBackground {
    left: 0 !important;
  }
  .cid-rU9Hd0Mrjc .separline:before {
    left: 0!important;
  }
  .cid-rU9Hd0Mrjc .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-rU9Hd0Mrjc .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-rU9Hd0Mrjc .time-line-date-content p {
    float: left !important;
  }
  .cid-rU9Hd0Mrjc .reverse .time-line-date-content {
    margin-left: 0 !important;
  }
  .cid-rU9Hd0Mrjc .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-rU9Hd0Mrjc .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-rU9Hd0Mrjc .mbr-timeline-text {
  color: #041230;
}
.cid-rU9Hd0Mrjc .mbr-timeline-title {
  color: #041230;
}
.cid-rU9Hd0Mrjc .mbr-timeline-date {
  color: #041230;
}
.cid-rU9HdZvaqr {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-rU9HdZvaqr .mbr-text,
.cid-rU9HdZvaqr blockquote {
  color: #767676;
}
.cid-rU9HdZvaqr .mbr-text {
  color: #041230;
}
.cid-rU9HfhUMsl {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-rU9HfhUMsl .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rU9HfhUMsl .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #b0bec5;
  margin-left: 2rem;
}
.cid-rU9HfhUMsl .timeline-text-content p {
  margin-bottom: 0;
}
.cid-rU9HfhUMsl .time-line-date-content {
  margin-right: 2rem;
}
.cid-rU9HfhUMsl .time-line-date-content p {
  padding: 2rem 2.5rem;
  background: #b0bec5;
  float: right;
}
.cid-rU9HfhUMsl .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-rU9HfhUMsl .timeline-element:hover .mbr-timeline-date {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-rU9HfhUMsl .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-rU9HfhUMsl .mbr-timeline-date,
.cid-rU9HfhUMsl .timeline-text-content {
  transition: all .4s;
}
.cid-rU9HfhUMsl .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-rU9HfhUMsl .reverse .timeline-text-content {
  margin-right: 2rem;
  margin-left: 0;
}
.cid-rU9HfhUMsl .reverse .time-line-date-content {
  margin-left: 2rem;
  margin-right: 0rem;
}
.cid-rU9HfhUMsl .reverse .time-line-date-content p {
  float: left;
}
.cid-rU9HfhUMsl .iconBackground {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: #b0bec5;
  top: 20px;
  margin-left: -10px;
}
.cid-rU9HfhUMsl .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #b0bec5;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-rU9HfhUMsl .iconBackground {
    left: 0 !important;
  }
  .cid-rU9HfhUMsl .separline:before {
    left: 0!important;
  }
  .cid-rU9HfhUMsl .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-rU9HfhUMsl .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-rU9HfhUMsl .time-line-date-content p {
    float: left !important;
  }
  .cid-rU9HfhUMsl .reverse .time-line-date-content {
    margin-left: 0 !important;
  }
  .cid-rU9HfhUMsl .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-rU9HfhUMsl .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-rU9HfhUMsl .mbr-timeline-text {
  color: #041230;
  text-align: left;
}
.cid-rU9HfhUMsl .mbr-timeline-title {
  color: #041230;
  text-align: left;
}
.cid-rU9HfhUMsl .mbr-timeline-date {
  color: #041230;
}
.cid-rU9HfhUMsl .mbr-section-title {
  color: #0c204a;
}
.cid-rTARHdVVEw {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTARHdVVEw .mbr-section-subtitle {
  color: #767676;
}
.cid-rTARHdVVEw H2 {
  color: #0c204a;
  text-align: center;
}
.cid-rTAS06DWyy {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rTAS06DWyy .image-block {
  margin: auto;
}
.cid-rTAS06DWyy figcaption {
  position: relative;
}
.cid-rTAS06DWyy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rTAS06DWyy .image-block {
    width: 100% !important;
  }
}
.cid-rTAJlv1RfB {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTAJlv1RfB .mbr-text,
.cid-rTAJlv1RfB blockquote {
  color: #767676;
}
.cid-rTAJlv1RfB .mbr-text {
  color: #041230;
}
.cid-rTBdF7I4Cl {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-rTBdF7I4Cl .image-block {
  margin: auto;
}
.cid-rTBdF7I4Cl figcaption {
  position: relative;
}
.cid-rTBdF7I4Cl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rTBdF7I4Cl .image-block {
    width: 100% !important;
  }
}
.cid-rTAKBmTWto {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTAKBmTWto .mbr-section-subtitle {
  color: #767676;
}
.cid-rTAKBmTWto H2 {
  color: #0c204a;
  text-align: center;
}
.cid-rTAKPmpCxV {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTAKPmpCxV .mbr-text,
.cid-rTAKPmpCxV blockquote {
  color: #767676;
}
.cid-rTAKPmpCxV .mbr-text {
  color: #041230;
}
.cid-rTAO3zFJ1Z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0c204a;
}
.cid-rTAO3zFJ1Z .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rTAO3zFJ1Z H2 {
  color: #0c204a;
  text-align: center;
}
.cid-rTALhjcdxJ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #0c204a;
}
.cid-rTALhjcdxJ h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rTALhjcdxJ p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-rTALhjcdxJ .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-rTALhjcdxJ .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-rTALhjcdxJ .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-rTALhjcdxJ .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-rTALhjcdxJ .card-box {
    padding-left: 0;
  }
}
.cid-rTALhjcdxJ .card-title,
.cid-rTALhjcdxJ .card-img {
  color: #ffffff;
}
.cid-rTAMapvk20 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0c204a;
}
.cid-rTAMapvk20 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rTAMapvk20 p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-rTAMapvk20 .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-rTAMapvk20 .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-rTAMapvk20 .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-rTAMapvk20 .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-rTAMapvk20 .card-box {
    padding-left: 0;
  }
}
.cid-rTAMapvk20 .card-title,
.cid-rTAMapvk20 .card-img {
  color: #ffffff;
}
.cid-rTANpCRHDB {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #0c204a;
}
.cid-rTANpCRHDB h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rTANpCRHDB p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-rTANpCRHDB .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-rTANpCRHDB .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-rTANpCRHDB .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-rTANpCRHDB .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-rTANpCRHDB .card-box {
    padding-left: 0;
  }
}
.cid-rTANpCRHDB .card-title,
.cid-rTANpCRHDB .card-img {
  color: #ffffff;
}
.cid-rTAPu6fFEl {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTAPu6fFEl .mbr-section-subtitle {
  color: #767676;
}
.cid-rTAPu6fFEl H2 {
  color: #0c204a;
  text-align: center;
}
.cid-rTAPEEY89Y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rTAPEEY89Y .mbr-text,
.cid-rTAPEEY89Y blockquote {
  color: #767676;
}
.cid-rTAPEEY89Y .mbr-text {
  color: #041230;
}
.cid-rU9neXYlfC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rU9neXYlfC .mbr-section-subtitle {
  color: #041230;
}
.cid-rU9neXYlfC H2 {
  color: #0c204a;
  text-align: center;
}
.cid-rTBfwoWMFG {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-rTBfwoWMFG .image-block {
  margin: auto;
}
.cid-rTBfwoWMFG figcaption {
  position: relative;
}
.cid-rTBfwoWMFG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rTBfwoWMFG .image-block {
    width: 100% !important;
  }
}
.cid-rTvhsVaZis {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #0c204a;
}
@media (max-width: 767px) {
  .cid-rTvhsVaZis .content {
    text-align: center;
  }
  .cid-rTvhsVaZis .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rTvhsVaZis .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rTvhsVaZis .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rTvhsVaZis .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rTvhsVaZis .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rTvhsVaZis .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rTvhsVaZis .footer-lower .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-rTvhsVaZis .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rTvhsVaZis .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rTvhsVaZis .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rTvhsVaZis .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rTvhsVaZis .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rTB2rQjHKI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #041230;
}
.cid-rTB6WvWMjr {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTB6WvWMjr .mbr-section-subtitle {
  color: #767676;
}
.cid-rTB6WvWMjr H2 {
  color: #0c204a;
}
.cid-rTB6WwqEC4 .navbar {
  padding: .5rem 0;
  background: #0c204a;
  transition: none;
  min-height: 77px;
}
.cid-rTB6WwqEC4 .navbar-dropdown.bg-color.transparent.opened {
  background: #0c204a;
}
.cid-rTB6WwqEC4 a {
  font-style: normal;
}
.cid-rTB6WwqEC4 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rTB6WwqEC4 .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-rTB6WwqEC4 .nav-item:focus,
.cid-rTB6WwqEC4 .nav-link:focus {
  outline: none;
}
.cid-rTB6WwqEC4 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rTB6WwqEC4 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rTB6WwqEC4 .menu-logo {
  margin-right: auto;
}
.cid-rTB6WwqEC4 .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-rTB6WwqEC4 .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-rTB6WwqEC4 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rTB6WwqEC4 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rTB6WwqEC4 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rTB6WwqEC4 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rTB6WwqEC4 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rTB6WwqEC4 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rTB6WwqEC4 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rTB6WwqEC4 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rTB6WwqEC4 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rTB6WwqEC4 .dropdown .dropdown-menu {
  background: #0c204a;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rTB6WwqEC4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rTB6WwqEC4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rTB6WwqEC4 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rTB6WwqEC4 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rTB6WwqEC4 .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-rTB6WwqEC4 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rTB6WwqEC4 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rTB6WwqEC4 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rTB6WwqEC4 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rTB6WwqEC4 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rTB6WwqEC4 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rTB6WwqEC4 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rTB6WwqEC4 button.navbar-toggler:focus {
  outline: none;
}
.cid-rTB6WwqEC4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rTB6WwqEC4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rTB6WwqEC4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rTB6WwqEC4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rTB6WwqEC4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rTB6WwqEC4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rTB6WwqEC4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rTB6WwqEC4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rTB6WwqEC4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rTB6WwqEC4 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rTB6WwqEC4 .collapsed .btn {
  display: -webkit-flex;
}
.cid-rTB6WwqEC4 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rTB6WwqEC4 .collapsed .navbar-collapse.collapsing,
.cid-rTB6WwqEC4 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rTB6WwqEC4 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rTB6WwqEC4 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rTB6WwqEC4 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rTB6WwqEC4 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rTB6WwqEC4 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rTB6WwqEC4 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rTB6WwqEC4 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rTB6WwqEC4 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rTB6WwqEC4 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rTB6WwqEC4 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rTB6WwqEC4 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rTB6WwqEC4 .collapsed button.navbar-toggler {
  display: block;
}
.cid-rTB6WwqEC4 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rTB6WwqEC4 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rTB6WwqEC4 .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-rTB6WwqEC4 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rTB6WwqEC4 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rTB6WwqEC4 .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: 1023px) {
  .cid-rTB6WwqEC4 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rTB6WwqEC4 img {
    height: 3.8rem !important;
  }
  .cid-rTB6WwqEC4 .btn {
    display: -webkit-flex;
  }
  .cid-rTB6WwqEC4 button.navbar-toggler {
    display: block;
  }
  .cid-rTB6WwqEC4 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rTB6WwqEC4 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rTB6WwqEC4 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rTB6WwqEC4 .navbar-collapse.collapsing,
  .cid-rTB6WwqEC4 .navbar-collapse.show {
    display: block !important;
  }
  .cid-rTB6WwqEC4 .navbar-collapse.collapsing .navbar-nav,
  .cid-rTB6WwqEC4 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rTB6WwqEC4 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rTB6WwqEC4 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rTB6WwqEC4 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rTB6WwqEC4 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rTB6WwqEC4 .navbar-collapse.collapsing .navbar-buttons,
  .cid-rTB6WwqEC4 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rTB6WwqEC4 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rTB6WwqEC4 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rTB6WwqEC4 .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-rTB6WwqEC4 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rTB6WwqEC4 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rTB6WwqEC4 .dropdown .dropdown-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-rTB6WwqEC4 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rTB6WwqEC4 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rTB6WwqEC4 .nav-link:hover,
.cid-rTB6WwqEC4 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rTB6Wx7MhN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rTB6Wx7MhN .mbr-section-subtitle {
  color: #767676;
}
.cid-rTB6WxKjzw {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rTB6WxKjzw .mbr-text,
.cid-rTB6WxKjzw blockquote {
  color: #767676;
}
.cid-rTB6WxKjzw .mbr-text {
  color: #041230;
}
.cid-rTB6WxKjzw .mbr-text P {
  text-align: left;
}
.cid-rTGzaouQu7 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #0c204a;
}
@media (max-width: 767px) {
  .cid-rTGzaouQu7 .content {
    text-align: center;
  }
  .cid-rTGzaouQu7 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rTGzaouQu7 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rTGzaouQu7 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rTGzaouQu7 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rTGzaouQu7 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rTGzaouQu7 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rTGzaouQu7 .footer-lower .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-rTGzaouQu7 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rTGzaouQu7 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rTGzaouQu7 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rTGzaouQu7 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rTGzaouQu7 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rTB6WzraBx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #041230;
}
.cid-rTGuUjKZtn .navbar {
  padding: .5rem 0;
  background: #0c204a;
  transition: none;
  min-height: 77px;
}
.cid-rTGuUjKZtn .navbar-dropdown.bg-color.transparent.opened {
  background: #0c204a;
}
.cid-rTGuUjKZtn a {
  font-style: normal;
}
.cid-rTGuUjKZtn .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rTGuUjKZtn .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-rTGuUjKZtn .nav-item:focus,
.cid-rTGuUjKZtn .nav-link:focus {
  outline: none;
}
.cid-rTGuUjKZtn .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rTGuUjKZtn .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rTGuUjKZtn .menu-logo {
  margin-right: auto;
}
.cid-rTGuUjKZtn .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-rTGuUjKZtn .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-rTGuUjKZtn .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rTGuUjKZtn .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rTGuUjKZtn .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rTGuUjKZtn .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rTGuUjKZtn .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rTGuUjKZtn .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rTGuUjKZtn .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rTGuUjKZtn .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rTGuUjKZtn .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rTGuUjKZtn .dropdown .dropdown-menu {
  background: #0c204a;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rTGuUjKZtn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rTGuUjKZtn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rTGuUjKZtn .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rTGuUjKZtn .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rTGuUjKZtn .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-rTGuUjKZtn .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rTGuUjKZtn .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rTGuUjKZtn .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rTGuUjKZtn .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rTGuUjKZtn .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rTGuUjKZtn .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rTGuUjKZtn button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rTGuUjKZtn button.navbar-toggler:focus {
  outline: none;
}
.cid-rTGuUjKZtn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rTGuUjKZtn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rTGuUjKZtn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rTGuUjKZtn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rTGuUjKZtn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rTGuUjKZtn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rTGuUjKZtn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rTGuUjKZtn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rTGuUjKZtn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rTGuUjKZtn .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rTGuUjKZtn .collapsed .btn {
  display: -webkit-flex;
}
.cid-rTGuUjKZtn .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rTGuUjKZtn .collapsed .navbar-collapse.collapsing,
.cid-rTGuUjKZtn .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rTGuUjKZtn .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rTGuUjKZtn .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rTGuUjKZtn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rTGuUjKZtn .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rTGuUjKZtn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rTGuUjKZtn .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rTGuUjKZtn .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rTGuUjKZtn .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rTGuUjKZtn .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rTGuUjKZtn .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rTGuUjKZtn .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rTGuUjKZtn .collapsed button.navbar-toggler {
  display: block;
}
.cid-rTGuUjKZtn .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rTGuUjKZtn .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rTGuUjKZtn .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-rTGuUjKZtn .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rTGuUjKZtn .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rTGuUjKZtn .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: 1023px) {
  .cid-rTGuUjKZtn .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rTGuUjKZtn img {
    height: 3.8rem !important;
  }
  .cid-rTGuUjKZtn .btn {
    display: -webkit-flex;
  }
  .cid-rTGuUjKZtn button.navbar-toggler {
    display: block;
  }
  .cid-rTGuUjKZtn .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rTGuUjKZtn .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rTGuUjKZtn .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rTGuUjKZtn .navbar-collapse.collapsing,
  .cid-rTGuUjKZtn .navbar-collapse.show {
    display: block !important;
  }
  .cid-rTGuUjKZtn .navbar-collapse.collapsing .navbar-nav,
  .cid-rTGuUjKZtn .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rTGuUjKZtn .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rTGuUjKZtn .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rTGuUjKZtn .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rTGuUjKZtn .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rTGuUjKZtn .navbar-collapse.collapsing .navbar-buttons,
  .cid-rTGuUjKZtn .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rTGuUjKZtn .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rTGuUjKZtn .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rTGuUjKZtn .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-rTGuUjKZtn .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rTGuUjKZtn .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rTGuUjKZtn .dropdown .dropdown-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-rTGuUjKZtn .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rTGuUjKZtn .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rTGuUjKZtn .nav-link:hover,
.cid-rTGuUjKZtn .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rTGv9b8V4J {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTGv9b8V4J .mbr-section-subtitle {
  color: #767676;
}
.cid-rTGv9b8V4J H2 {
  color: #0c204a;
  text-align: center;
}
.cid-rTGvbQRGi4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rTGvbQRGi4 .mbr-text,
.cid-rTGvbQRGi4 blockquote {
  color: #767676;
}
.cid-rTGvbQRGi4 .mbr-text {
  color: #041230;
}
.cid-rTGzkFwc4D {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #0c204a;
}
@media (max-width: 767px) {
  .cid-rTGzkFwc4D .content {
    text-align: center;
  }
  .cid-rTGzkFwc4D .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rTGzkFwc4D .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rTGzkFwc4D .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rTGzkFwc4D .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rTGzkFwc4D .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rTGzkFwc4D .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rTGzkFwc4D .footer-lower .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-rTGzkFwc4D .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rTGzkFwc4D .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rTGzkFwc4D .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rTGzkFwc4D .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rTGzkFwc4D .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rTGuUnDPLv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #041230;
}
.cid-rU9IqZdBmF .navbar {
  padding: .5rem 0;
  background: #0c204a;
  transition: none;
  min-height: 77px;
}
.cid-rU9IqZdBmF .navbar-dropdown.bg-color.transparent.opened {
  background: #0c204a;
}
.cid-rU9IqZdBmF a {
  font-style: normal;
}
.cid-rU9IqZdBmF .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rU9IqZdBmF .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-rU9IqZdBmF .nav-item:focus,
.cid-rU9IqZdBmF .nav-link:focus {
  outline: none;
}
.cid-rU9IqZdBmF .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rU9IqZdBmF .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rU9IqZdBmF .menu-logo {
  margin-right: auto;
}
.cid-rU9IqZdBmF .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-rU9IqZdBmF .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-rU9IqZdBmF .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rU9IqZdBmF .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rU9IqZdBmF .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rU9IqZdBmF .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rU9IqZdBmF .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rU9IqZdBmF .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rU9IqZdBmF .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rU9IqZdBmF .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rU9IqZdBmF .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rU9IqZdBmF .dropdown .dropdown-menu {
  background: #0c204a;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rU9IqZdBmF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rU9IqZdBmF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rU9IqZdBmF .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rU9IqZdBmF .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rU9IqZdBmF .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-rU9IqZdBmF .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rU9IqZdBmF .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rU9IqZdBmF .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rU9IqZdBmF .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rU9IqZdBmF .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rU9IqZdBmF .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rU9IqZdBmF button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rU9IqZdBmF button.navbar-toggler:focus {
  outline: none;
}
.cid-rU9IqZdBmF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rU9IqZdBmF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rU9IqZdBmF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rU9IqZdBmF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rU9IqZdBmF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rU9IqZdBmF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rU9IqZdBmF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rU9IqZdBmF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rU9IqZdBmF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rU9IqZdBmF .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rU9IqZdBmF .collapsed .btn {
  display: -webkit-flex;
}
.cid-rU9IqZdBmF .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rU9IqZdBmF .collapsed .navbar-collapse.collapsing,
.cid-rU9IqZdBmF .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rU9IqZdBmF .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rU9IqZdBmF .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rU9IqZdBmF .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rU9IqZdBmF .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rU9IqZdBmF .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rU9IqZdBmF .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rU9IqZdBmF .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rU9IqZdBmF .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rU9IqZdBmF .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rU9IqZdBmF .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rU9IqZdBmF .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rU9IqZdBmF .collapsed button.navbar-toggler {
  display: block;
}
.cid-rU9IqZdBmF .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rU9IqZdBmF .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rU9IqZdBmF .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-rU9IqZdBmF .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rU9IqZdBmF .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rU9IqZdBmF .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: 1023px) {
  .cid-rU9IqZdBmF .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rU9IqZdBmF img {
    height: 3.8rem !important;
  }
  .cid-rU9IqZdBmF .btn {
    display: -webkit-flex;
  }
  .cid-rU9IqZdBmF button.navbar-toggler {
    display: block;
  }
  .cid-rU9IqZdBmF .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rU9IqZdBmF .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rU9IqZdBmF .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rU9IqZdBmF .navbar-collapse.collapsing,
  .cid-rU9IqZdBmF .navbar-collapse.show {
    display: block !important;
  }
  .cid-rU9IqZdBmF .navbar-collapse.collapsing .navbar-nav,
  .cid-rU9IqZdBmF .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rU9IqZdBmF .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rU9IqZdBmF .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rU9IqZdBmF .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rU9IqZdBmF .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rU9IqZdBmF .navbar-collapse.collapsing .navbar-buttons,
  .cid-rU9IqZdBmF .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rU9IqZdBmF .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rU9IqZdBmF .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rU9IqZdBmF .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-rU9IqZdBmF .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rU9IqZdBmF .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rU9IqZdBmF .dropdown .dropdown-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-rU9IqZdBmF .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rU9IqZdBmF .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rU9IqZdBmF .nav-link:hover,
.cid-rU9IqZdBmF .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rU9IqZUUef {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rU9IqZUUef .mbr-section-subtitle {
  color: #767676;
}
.cid-rU9IqZUUef H2 {
  color: #0c204a;
}
.cid-rUeOND7c3y {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-rUeOND7c3y .image-block {
  margin: auto;
}
.cid-rUeOND7c3y figcaption {
  position: relative;
}
.cid-rUeOND7c3y figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rUeOND7c3y .image-block {
    width: 100% !important;
  }
}
.cid-rUeOND7c3y DIV {
  text-align: center;
  color: #ffffff;
}
.cid-rUeMmItZiD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rUeMmItZiD .mbr-text,
.cid-rUeMmItZiD blockquote {
  color: #767676;
}
.cid-rUeMmItZiD .mbr-text {
  color: #041230;
}
.cid-rU9Ir1g3qa {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #0c204a;
}
@media (max-width: 767px) {
  .cid-rU9Ir1g3qa .content {
    text-align: center;
  }
  .cid-rU9Ir1g3qa .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rU9Ir1g3qa .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rU9Ir1g3qa .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rU9Ir1g3qa .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rU9Ir1g3qa .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rU9Ir1g3qa .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rU9Ir1g3qa .footer-lower .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-rU9Ir1g3qa .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rU9Ir1g3qa .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rU9Ir1g3qa .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rU9Ir1g3qa .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rU9Ir1g3qa .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rU9Ir2hhVT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #041230;
}
.cid-rU9VPiIuZm {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rU9VPiIuZm .mbr-section-subtitle {
  color: #767676;
}
.cid-rU9VPiIuZm H2 {
  color: #0c204a;
}
.cid-rU9VPjDSqV .navbar {
  padding: .5rem 0;
  background: #0c204a;
  transition: none;
  min-height: 77px;
}
.cid-rU9VPjDSqV .navbar-dropdown.bg-color.transparent.opened {
  background: #0c204a;
}
.cid-rU9VPjDSqV a {
  font-style: normal;
}
.cid-rU9VPjDSqV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rU9VPjDSqV .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-rU9VPjDSqV .nav-item:focus,
.cid-rU9VPjDSqV .nav-link:focus {
  outline: none;
}
.cid-rU9VPjDSqV .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rU9VPjDSqV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rU9VPjDSqV .menu-logo {
  margin-right: auto;
}
.cid-rU9VPjDSqV .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-rU9VPjDSqV .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-rU9VPjDSqV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rU9VPjDSqV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rU9VPjDSqV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rU9VPjDSqV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rU9VPjDSqV .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rU9VPjDSqV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rU9VPjDSqV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rU9VPjDSqV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rU9VPjDSqV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rU9VPjDSqV .dropdown .dropdown-menu {
  background: #0c204a;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rU9VPjDSqV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rU9VPjDSqV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rU9VPjDSqV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rU9VPjDSqV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rU9VPjDSqV .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-rU9VPjDSqV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rU9VPjDSqV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rU9VPjDSqV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rU9VPjDSqV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rU9VPjDSqV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rU9VPjDSqV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rU9VPjDSqV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rU9VPjDSqV button.navbar-toggler:focus {
  outline: none;
}
.cid-rU9VPjDSqV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rU9VPjDSqV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rU9VPjDSqV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rU9VPjDSqV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rU9VPjDSqV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rU9VPjDSqV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rU9VPjDSqV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rU9VPjDSqV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rU9VPjDSqV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rU9VPjDSqV .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rU9VPjDSqV .collapsed .btn {
  display: -webkit-flex;
}
.cid-rU9VPjDSqV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rU9VPjDSqV .collapsed .navbar-collapse.collapsing,
.cid-rU9VPjDSqV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rU9VPjDSqV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rU9VPjDSqV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rU9VPjDSqV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rU9VPjDSqV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rU9VPjDSqV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rU9VPjDSqV .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rU9VPjDSqV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rU9VPjDSqV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rU9VPjDSqV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rU9VPjDSqV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rU9VPjDSqV .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rU9VPjDSqV .collapsed button.navbar-toggler {
  display: block;
}
.cid-rU9VPjDSqV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rU9VPjDSqV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rU9VPjDSqV .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-rU9VPjDSqV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rU9VPjDSqV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rU9VPjDSqV .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: 1023px) {
  .cid-rU9VPjDSqV .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rU9VPjDSqV img {
    height: 3.8rem !important;
  }
  .cid-rU9VPjDSqV .btn {
    display: -webkit-flex;
  }
  .cid-rU9VPjDSqV button.navbar-toggler {
    display: block;
  }
  .cid-rU9VPjDSqV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rU9VPjDSqV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rU9VPjDSqV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rU9VPjDSqV .navbar-collapse.collapsing,
  .cid-rU9VPjDSqV .navbar-collapse.show {
    display: block !important;
  }
  .cid-rU9VPjDSqV .navbar-collapse.collapsing .navbar-nav,
  .cid-rU9VPjDSqV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rU9VPjDSqV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rU9VPjDSqV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rU9VPjDSqV .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rU9VPjDSqV .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rU9VPjDSqV .navbar-collapse.collapsing .navbar-buttons,
  .cid-rU9VPjDSqV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rU9VPjDSqV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rU9VPjDSqV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rU9VPjDSqV .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-rU9VPjDSqV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rU9VPjDSqV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rU9VPjDSqV .dropdown .dropdown-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-rU9VPjDSqV .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rU9VPjDSqV .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rU9VPjDSqV .nav-link:hover,
.cid-rU9VPjDSqV .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rU9VPkFKgN {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rU9VPkFKgN .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rU9VPkFKgN .icon-block {
  margin-bottom: 10px;
}
.cid-rU9VPkFKgN .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
}
.cid-rU9VPkFKgN .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-rU9VPkFKgN .mbr-text {
  color: #767676;
}
.cid-rU9VPkFKgN textarea.form-control {
  min-height: 100px;
}
.cid-rU9VPkFKgN a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rU9VPkFKgN .google-map {
  height: 25rem;
  position: relative;
}
.cid-rU9VPkFKgN .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rU9VPkFKgN .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rU9VPkFKgN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rU9VPkFKgN .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-rU9VPkFKgN h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-rU9VPkFKgN .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rU9VPkFKgN .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-rU9VPkFKgN H2 {
  color: #0c204a;
}
.cid-rU9VWBcWMY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rU9VWBcWMY .mbr-section-subtitle {
  color: #767676;
}
.cid-rU9VWBcWMY H2 {
  color: #0c204a;
  text-align: center;
}
.cid-rU9VVIgiFu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rU9VVIgiFu .mbr-text,
.cid-rU9VVIgiFu blockquote {
  color: #767676;
}
.cid-rU9VVIgiFu .mbr-text {
  color: #041230;
}
.cid-rU9VPmguLI {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #0c204a;
}
@media (max-width: 767px) {
  .cid-rU9VPmguLI .content {
    text-align: center;
  }
  .cid-rU9VPmguLI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rU9VPmguLI .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rU9VPmguLI .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rU9VPmguLI .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rU9VPmguLI .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rU9VPmguLI .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rU9VPmguLI .footer-lower .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-rU9VPmguLI .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rU9VPmguLI .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rU9VPmguLI .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rU9VPmguLI .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rU9VPmguLI .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rU9VPnJONX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #041230;
}
