body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'TeleVision';
  font-size: 3.6rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 5.76rem;
}
.display-2 {
  font-family: 'TeleVision';
  font-size: 2.6rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.4rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((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.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((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: #1b1464 !important;
}
.bg-success {
  background-color: #4f9cd6 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1b1464 !important;
  border-color: #1b1464 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0a0724 !important;
  border-color: #0a0724 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0a0724 !important;
  border-color: #0a0724 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0071bc !important;
  border-color: #0071bc !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #004370 !important;
  border-color: #004370 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #004370 !important;
  border-color: #004370 !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: #4f9cd6 !important;
  border-color: #4f9cd6 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2976b0 !important;
  border-color: #2976b0 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2976b0 !important;
  border-color: #2976b0 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #04030f;
  color: #04030f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #1b1464;
  border-color: #1b1464;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1b1464 !important;
  border-color: #1b1464 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #003456;
  color: #003456;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #0071bc;
  border-color: #0071bc;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0071bc !important;
  border-color: #0071bc !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: #24689b;
  color: #24689b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #4f9cd6;
  border-color: #4f9cd6;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #4f9cd6 !important;
  border-color: #4f9cd6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #1b1464 !important;
}
.text-secondary {
  color: #0071bc !important;
}
.text-success {
  color: #4f9cd6 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #04030f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #003456 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #24689b !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1b1464;
  border-color: #1b1464;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #1b1464;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3829ce;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f4f9fd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #1b1464;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #1b1464;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #1b1464;
}
.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: #1b1464;
  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: #1b1464;
  border-bottom-color: #1b1464;
}
.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: #1b1464 !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: #0071bc !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='%231b1464' %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-s0zyReWiC5 .navbar {
  padding: .5rem 0;
  background: #1b1464;
  transition: none;
  min-height: 77px;
}
.cid-s0zyReWiC5 .navbar-dropdown.bg-color.transparent.opened {
  background: #1b1464;
}
.cid-s0zyReWiC5 a {
  font-style: normal;
}
.cid-s0zyReWiC5 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s0zyReWiC5 .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-s0zyReWiC5 .nav-item:focus,
.cid-s0zyReWiC5 .nav-link:focus {
  outline: none;
}
.cid-s0zyReWiC5 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s0zyReWiC5 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s0zyReWiC5 .menu-logo {
  margin-right: auto;
}
.cid-s0zyReWiC5 .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-s0zyReWiC5 .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-s0zyReWiC5 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s0zyReWiC5 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s0zyReWiC5 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s0zyReWiC5 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s0zyReWiC5 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s0zyReWiC5 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s0zyReWiC5 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s0zyReWiC5 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s0zyReWiC5 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s0zyReWiC5 .dropdown .dropdown-menu {
  background: #1b1464;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s0zyReWiC5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s0zyReWiC5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s0zyReWiC5 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s0zyReWiC5 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-s0zyReWiC5 .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-s0zyReWiC5 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s0zyReWiC5 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s0zyReWiC5 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s0zyReWiC5 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s0zyReWiC5 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s0zyReWiC5 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s0zyReWiC5 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s0zyReWiC5 button.navbar-toggler:focus {
  outline: none;
}
.cid-s0zyReWiC5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s0zyReWiC5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s0zyReWiC5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s0zyReWiC5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s0zyReWiC5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s0zyReWiC5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s0zyReWiC5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s0zyReWiC5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s0zyReWiC5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s0zyReWiC5 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s0zyReWiC5 .collapsed .btn {
  display: -webkit-flex;
}
.cid-s0zyReWiC5 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s0zyReWiC5 .collapsed .navbar-collapse.collapsing,
.cid-s0zyReWiC5 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s0zyReWiC5 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s0zyReWiC5 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s0zyReWiC5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s0zyReWiC5 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s0zyReWiC5 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s0zyReWiC5 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s0zyReWiC5 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s0zyReWiC5 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s0zyReWiC5 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-s0zyReWiC5 .collapsed button.navbar-toggler {
  display: block;
}
.cid-s0zyReWiC5 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s0zyReWiC5 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s0zyReWiC5 .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-s0zyReWiC5 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s0zyReWiC5 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s0zyReWiC5 .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-s0zyReWiC5 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s0zyReWiC5 img {
    height: 3.8rem !important;
  }
  .cid-s0zyReWiC5 .btn {
    display: -webkit-flex;
  }
  .cid-s0zyReWiC5 button.navbar-toggler {
    display: block;
  }
  .cid-s0zyReWiC5 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s0zyReWiC5 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s0zyReWiC5 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s0zyReWiC5 .navbar-collapse.collapsing,
  .cid-s0zyReWiC5 .navbar-collapse.show {
    display: block !important;
  }
  .cid-s0zyReWiC5 .navbar-collapse.collapsing .navbar-nav,
  .cid-s0zyReWiC5 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s0zyReWiC5 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s0zyReWiC5 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s0zyReWiC5 .navbar-collapse.collapsing .navbar-buttons,
  .cid-s0zyReWiC5 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s0zyReWiC5 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s0zyReWiC5 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s0zyReWiC5 .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-s0zyReWiC5 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s0zyReWiC5 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s0zyReWiC5 .dropdown .dropdown-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-s0zyReWiC5 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s0zyReWiC5 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s0zyReWiC5 .nav-link:hover,
.cid-s0zyReWiC5 .dropdown-item:hover {
  color: #4f9cd6 !important;
}
.cid-s0GOgEHOhr {
  background-image: url("../../../assets/images/headerhome-1500x795.jpeg");
}
.cid-s0GOgEHOhr .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-s0GOgEHOhr .video-block {
    width: 100% !important;
  }
}
.cid-s0taEv0nTG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/yellow-1500x735.jpeg");
}
.cid-s0taEv0nTG .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-s0taEv0nTG .mbr-figure img {
  height: 100%;
  margin: 0 auto;
  border-radius: 0.75rem;
}
@media (max-width: 991px) {
  .cid-s0taEv0nTG .mbr-figure img {
    width: 100% !important;
  }
}
.cid-s0taEv0nTG .mbr-text,
.cid-s0taEv0nTG .mbr-section-btn {
  color: #1b1464;
}
.cid-s0PKBEHWaa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/yellow-3-1500x735.jpeg");
}
.cid-s0PKBEHWaa h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: justify;
}
.cid-s0PKBEHWaa p {
  color: #767676;
  text-align: justify;
}
.cid-s0PKBEHWaa .card-box {
  padding-top: 2rem;
  border-radius: 0.75rem;
}
.cid-s0PKBEHWaa .card-wrapper {
  height: 100%;
  border-radius: 0.75rem;
}
.cid-s0PKBEHWaa .card-title {
  color: #1b1464;
}
.cid-s0PKBEHWaa .card-img {
  border-radius: 0.75rem;
}
.cid-s0MO4SjWHy {
  padding-top: 0px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/green-9-1500x735.jpeg");
}
.cid-s0MO4SjWHy .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-s0MO4SjWHy .mbr-figure img {
  height: 100%;
  margin: 0 auto;
  border-radius: 0.75rem;
}
@media (max-width: 991px) {
  .cid-s0MO4SjWHy .mbr-figure img {
    width: 100% !important;
  }
}
.cid-s0MO4SjWHy .mbr-text,
.cid-s0MO4SjWHy .mbr-section-btn {
  color: #1b1464;
}
.cid-sSlNVjhT5A {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #0071bc, #1b1464);
}
.cid-sSlNVjhT5A a {
  text-align: center;
}
.cid-sSlNVjhT5A p {
  color: #0a0a0a;
  text-align: center;
}
.cid-sSlNVjhT5A span {
  font-size: 2rem;
}
.cid-sSlNVjhT5A .mbr-iconfont-social {
  font-size: 40px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-sSlNVjhT5A .socicon-twitter {
  color: #4da7de;
}
.cid-sSlNVjhT5A .socicon-facebook {
  color: #3e5b98;
}
.cid-sSlNVjhT5A .socicon-googleplus {
  color: #dd4b39;
}
.cid-sSlNVjhT5A .socicon-instagram {
  color: #3f729b;
}
.cid-sSlNVjhT5A .social-list a:focus {
  text-decoration: none;
}
.cid-sSlNVjhT5A .text-copyright {
  width: 100%;
}
.cid-sSlNVjhT5A .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-sSlNVjhT5A .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-sSlNVjhT5A .logo-footer {
  line-height: normal;
}
.cid-sSlNVjhT5A .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSlNVjhT5A .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sSlNVjhT5A .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSlNVjhT5A .media-container-row a {
  margin: 0 1rem;
}
.cid-sSlNVjhT5A H1 {
  text-align: center;
  color: #ffffff;
}
.cid-sSlNVjhT5A P {
  color: #ffffff;
}
.cid-sSlNWilnrs {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0071bc;
}
.cid-sSlNWilnrs .mbr-text {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sSlNWilnrs .content {
    text-align: center;
  }
  .cid-sSlNWilnrs .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sSlNWilnrs .img-logo img {
  height: 6rem;
  justify-content: center;
}
.cid-sSlNWilnrs .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.cid-sSlNWilnrs .social-list {
  justify-content: center;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sSlNWilnrs .social-list .mbr-iconfont-social {
  font-size: 20px;
  color: #fff;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-sSlNWilnrs .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sSlNWilnrs .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sSlNWilnrs .social-list a:hover {
  opacity: 1;
}
.cid-sSlNWilnrs .social-list .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSlNWilnrs .social-list .media-container-row a {
  margin: 0 1rem;
}
@media (max-width: 767px) {
  .cid-sSlNWilnrs .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sSlNWilnrs .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-sSlNWilnrs .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sSlNWilnrs .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sSlNWilnrs .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sSlNWilnrs .foot-logo {
    text-align: center !important;
  }
  .cid-sSlNWilnrs .foot-title {
    text-align: center !important;
  }
  .cid-sSlNWilnrs .mbr-text {
    text-align: center !important;
  }
  .cid-sSlNWilnrs .form-group {
    margin: 0;
  }
}
.cid-sSlNWilnrs .foot-title {
  text-align: center;
}
.cid-sSlNWilnrs .foot-text {
  text-align: center;
}
.cid-s0POwM1knw .navbar {
  padding: .5rem 0;
  background: #1b1464;
  transition: none;
  min-height: 77px;
}
.cid-s0POwM1knw .navbar-dropdown.bg-color.transparent.opened {
  background: #1b1464;
}
.cid-s0POwM1knw a {
  font-style: normal;
}
.cid-s0POwM1knw .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s0POwM1knw .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-s0POwM1knw .nav-item:focus,
.cid-s0POwM1knw .nav-link:focus {
  outline: none;
}
.cid-s0POwM1knw .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s0POwM1knw .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s0POwM1knw .menu-logo {
  margin-right: auto;
}
.cid-s0POwM1knw .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-s0POwM1knw .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-s0POwM1knw .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s0POwM1knw .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s0POwM1knw .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s0POwM1knw .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s0POwM1knw .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s0POwM1knw .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s0POwM1knw .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s0POwM1knw .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s0POwM1knw .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s0POwM1knw .dropdown .dropdown-menu {
  background: #1b1464;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s0POwM1knw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s0POwM1knw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s0POwM1knw .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s0POwM1knw .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-s0POwM1knw .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-s0POwM1knw .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s0POwM1knw .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s0POwM1knw .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s0POwM1knw .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s0POwM1knw .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s0POwM1knw .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s0POwM1knw button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s0POwM1knw button.navbar-toggler:focus {
  outline: none;
}
.cid-s0POwM1knw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s0POwM1knw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s0POwM1knw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s0POwM1knw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s0POwM1knw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s0POwM1knw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s0POwM1knw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s0POwM1knw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s0POwM1knw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s0POwM1knw .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s0POwM1knw .collapsed .btn {
  display: -webkit-flex;
}
.cid-s0POwM1knw .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s0POwM1knw .collapsed .navbar-collapse.collapsing,
.cid-s0POwM1knw .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s0POwM1knw .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s0POwM1knw .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s0POwM1knw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s0POwM1knw .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s0POwM1knw .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s0POwM1knw .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s0POwM1knw .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s0POwM1knw .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s0POwM1knw .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-s0POwM1knw .collapsed button.navbar-toggler {
  display: block;
}
.cid-s0POwM1knw .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s0POwM1knw .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s0POwM1knw .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-s0POwM1knw .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s0POwM1knw .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s0POwM1knw .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-s0POwM1knw .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s0POwM1knw img {
    height: 3.8rem !important;
  }
  .cid-s0POwM1knw .btn {
    display: -webkit-flex;
  }
  .cid-s0POwM1knw button.navbar-toggler {
    display: block;
  }
  .cid-s0POwM1knw .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s0POwM1knw .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s0POwM1knw .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s0POwM1knw .navbar-collapse.collapsing,
  .cid-s0POwM1knw .navbar-collapse.show {
    display: block !important;
  }
  .cid-s0POwM1knw .navbar-collapse.collapsing .navbar-nav,
  .cid-s0POwM1knw .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s0POwM1knw .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s0POwM1knw .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s0POwM1knw .navbar-collapse.collapsing .navbar-buttons,
  .cid-s0POwM1knw .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s0POwM1knw .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s0POwM1knw .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s0POwM1knw .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-s0POwM1knw .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s0POwM1knw .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s0POwM1knw .dropdown .dropdown-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-s0POwM1knw .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s0POwM1knw .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s0POwM1knw .nav-link:hover,
.cid-s0POwM1knw .dropdown-item:hover {
  color: #4f9cd6 !important;
}
.cid-s0POwMGnUH {
  padding-top: 135px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/headernewsletter-1500x795.jpeg");
}
.cid-s0POwMGnUH H1 {
  color: #ffffff;
}
.cid-s0POwMGnUH .mbr-text,
.cid-s0POwMGnUH .mbr-section-btn {
  color: #ffffff;
  text-align: Center;
}
.cid-s0YEtN3MBa {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #0071bc;
}
.cid-s0YEtN3MBa .mbr-section-subtitle {
  color: #1b1464;
}
.cid-s0YEtN3MBa H2 {
  color: #ffffff;
}
.cid-s0YEtN3MBa .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s0YEtN3MBa .mbr-article {
  text-align: justify;
}
.cid-tO1z316oee {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fbfbdd;
}
.cid-tO1z316oee .card-box {
  padding: 0 2rem;
}
.cid-tO1z316oee .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tO1z316oee .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tO1z316oee h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tO1z316oee p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-tO1z316oee .mbr-text {
  color: #1b1464;
}
.cid-tO1z316oee .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tO1z316oee .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tO1z316oee .card-title {
  text-align: center;
  color: #1b1464;
}
.cid-ueDpWysqU0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fbfbdd;
}
.cid-ueDpWysqU0 .card-box {
  padding: 0 2rem;
}
.cid-ueDpWysqU0 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-ueDpWysqU0 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-ueDpWysqU0 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-ueDpWysqU0 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-ueDpWysqU0 .mbr-text {
  color: #1b1464;
}
.cid-ueDpWysqU0 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ueDpWysqU0 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-ueDpWysqU0 .card-title {
  text-align: center;
  color: #1b1464;
}
.cid-sTtHBSu5uV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fbfbdd;
}
.cid-sTtHBSu5uV .card-box {
  padding: 0 2rem;
}
.cid-sTtHBSu5uV .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sTtHBSu5uV .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sTtHBSu5uV h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sTtHBSu5uV p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sTtHBSu5uV .mbr-text {
  color: #1b1464;
}
.cid-sTtHBSu5uV .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sTtHBSu5uV .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sTtHBSu5uV .card-title {
  text-align: center;
  color: #1b1464;
}
.cid-sCdIqWXohi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fbfbdd;
}
.cid-sCdIqWXohi .card-box {
  padding: 0 2rem;
}
.cid-sCdIqWXohi .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sCdIqWXohi .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sCdIqWXohi h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sCdIqWXohi p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sCdIqWXohi .mbr-text {
  color: #1b1464;
}
.cid-sCdIqWXohi .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sCdIqWXohi .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sCdIqWXohi .card-title {
  text-align: center;
  color: #1b1464;
}
.cid-s0YEaJCcE9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fbfbdd;
}
.cid-s0YEaJCcE9 .card-box {
  padding: 0 2rem;
}
.cid-s0YEaJCcE9 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-s0YEaJCcE9 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-s0YEaJCcE9 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-s0YEaJCcE9 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-s0YEaJCcE9 .mbr-text {
  color: #1b1464;
}
.cid-s0YEaJCcE9 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s0YEaJCcE9 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s0YEaJCcE9 .card-title {
  text-align: center;
  color: #1b1464;
}
.cid-ueJnXQnSZT {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ff7f9f;
}
.cid-ueJnXQnSZT .mbr-section-subtitle {
  color: #1b1464;
}
.cid-ueJnXQnSZT H2 {
  color: #ffffff;
}
.cid-ueJnXQnSZT .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-ueJnXQnSZT .mbr-article {
  text-align: justify;
}
.cid-ueJnIvRQdd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/nl-background-cover-2-1920x1376.jpeg");
}
.cid-ueJnIvRQdd .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
}
.cid-ueJnIvRQdd .mbr-section-title {
  color: #232323;
}
.cid-ueJnIvRQdd .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueJnIvRQdd .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-ueJnWe5zhJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0071bc;
}
.cid-ueJnWe5zhJ .mbr-section-subtitle {
  color: #1b1464;
}
.cid-ueJnWe5zhJ H2 {
  color: #ffffff;
}
.cid-ueJnWe5zhJ .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-ueJnWe5zhJ .mbr-article {
  text-align: justify;
}
.cid-ueJnG7qz68 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/nl-background-cover-2-1920x1376.jpeg");
}
.cid-ueJnG7qz68 .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
}
.cid-ueJnG7qz68 .mbr-section-title {
  color: #232323;
}
.cid-ueJnG7qz68 .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueJnG7qz68 .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-tfBtXNsG5v {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ff7f9f;
}
.cid-tfBtXNsG5v .mbr-section-subtitle {
  color: #1b1464;
}
.cid-tfBtXNsG5v H2 {
  color: #ffffff;
}
.cid-tfBtXNsG5v .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tfBtXNsG5v .mbr-article {
  text-align: justify;
}
.cid-tO1BylWcej {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/nl-background-cover-2-1920x1376.jpeg");
}
.cid-tO1BylWcej .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
}
.cid-tO1BylWcej .mbr-section-title {
  color: #232323;
}
.cid-tO1BylWcej .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tO1BylWcej .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-tO1C1FWJKh {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0071bc;
}
.cid-tO1C1FWJKh .mbr-section-subtitle {
  color: #1b1464;
}
.cid-tO1C1FWJKh H2 {
  color: #ffffff;
}
.cid-tO1C1FWJKh .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tO1C1FWJKh .mbr-article {
  text-align: justify;
}
.cid-tfBtIF1AQ6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/nl-background-cover-2-1920x1376.jpeg");
}
.cid-tfBtIF1AQ6 .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
}
.cid-tfBtIF1AQ6 .mbr-section-title {
  color: #232323;
}
.cid-tfBtIF1AQ6 .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tfBtIF1AQ6 .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-t3EhyaxOK9 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ff7f9f;
}
.cid-t3EhyaxOK9 .mbr-section-subtitle {
  color: #1b1464;
}
.cid-t3EhyaxOK9 H2 {
  color: #ffffff;
}
.cid-t3EhyaxOK9 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-t3EhyaxOK9 .mbr-article {
  text-align: justify;
}
.cid-t3EhB35GuU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/nl-background-cover-2-1920x1376.jpeg");
}
.cid-t3EhB35GuU .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
}
.cid-t3EhB35GuU .mbr-section-title {
  color: #232323;
}
.cid-t3EhB35GuU .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3EhB35GuU .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-sTtMRincJI {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0071bc;
}
.cid-sTtMRincJI .mbr-section-subtitle {
  color: #1b1464;
}
.cid-sTtMRincJI H2 {
  color: #ffffff;
}
.cid-sTtMRincJI .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-sTtMRincJI .mbr-article {
  text-align: justify;
}
.cid-sTtLGJTloV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/nl-background-cover-2-1920x1376.jpeg");
}
.cid-sTtLGJTloV .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
}
.cid-sTtLGJTloV .mbr-section-title {
  color: #232323;
}
.cid-sTtLGJTloV .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sTtLGJTloV .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-shtJVvk6Lh {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ff7f9f;
}
.cid-shtJVvk6Lh .mbr-section-subtitle {
  color: #1b1464;
}
.cid-shtJVvk6Lh H2 {
  color: #ffffff;
}
.cid-shtJVvk6Lh .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-shtJVvk6Lh .mbr-article {
  text-align: justify;
}
.cid-s18fv5Ez4y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/nl-background-cover-1920x1376.jpeg");
}
.cid-s18fv5Ez4y .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
}
.cid-s18fv5Ez4y .mbr-section-title {
  color: #232323;
}
.cid-s18fv5Ez4y .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s18fv5Ez4y .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-s0YQNPGkEY {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0071bc;
}
.cid-s0YQNPGkEY .mbr-section-subtitle {
  color: #1b1464;
}
.cid-s0YQNPGkEY H2 {
  color: #ffffff;
}
.cid-s0YQNPGkEY .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s0YQNPGkEY .mbr-article {
  text-align: justify;
}
.cid-s17G71lIr5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/nl-background-cover-1920x1376.jpeg");
}
.cid-s17G71lIr5 .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
}
.cid-s17G71lIr5 .mbr-section-title {
  color: #232323;
}
.cid-s17G71lIr5 .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s17G71lIr5 .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-s0YS4Lc7st {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ff7f9f;
}
.cid-s0YS4Lc7st .mbr-section-subtitle {
  color: #1b1464;
}
.cid-s0YS4Lc7st H2 {
  color: #ffffff;
}
.cid-s0YS4Lc7st .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s0YS4Lc7st .mbr-article {
  text-align: justify;
}
.cid-sDaye0BLdm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/nl-background-cover-2-1920x1376.jpeg");
}
.cid-sDaye0BLdm .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
}
.cid-sDaye0BLdm .mbr-section-title {
  color: #232323;
}
.cid-sDaye0BLdm .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sDaye0BLdm .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-sCdOxNXxlw {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0071bc;
}
.cid-sCdOxNXxlw .mbr-section-subtitle {
  color: #1b1464;
}
.cid-sCdOxNXxlw H2 {
  color: #ffffff;
}
.cid-sCdOxNXxlw .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-sCdOxNXxlw .mbr-article {
  text-align: justify;
}
.cid-sDaxLkxEON {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/nl-background-cover-2-1920x1376.jpeg");
}
.cid-sDaxLkxEON .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
}
.cid-sDaxLkxEON .mbr-section-title {
  color: #232323;
}
.cid-sDaxLkxEON .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sDaxLkxEON .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-sCdOwpmmSc {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ff7f9f;
}
.cid-sCdOwpmmSc .mbr-section-subtitle {
  color: #1b1464;
}
.cid-sCdOwpmmSc H2 {
  color: #ffffff;
}
.cid-sCdOwpmmSc .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-sCdOwpmmSc .mbr-article {
  text-align: justify;
}
.cid-sDawwlDyx7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/nl-background-cover-2-1920x1376.jpeg");
}
.cid-sDawwlDyx7 .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
}
.cid-sDawwlDyx7 .mbr-section-title {
  color: #232323;
}
.cid-sDawwlDyx7 .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sDawwlDyx7 .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-s0YSALBRsC {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0071bc;
}
.cid-s0YSALBRsC .mbr-section-subtitle {
  color: #1b1464;
}
.cid-s0YSALBRsC H2 {
  color: #ffffff;
}
.cid-s0YSALBRsC .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s0YSALBRsC .mbr-article {
  text-align: justify;
}
.cid-sDatjxs97j {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/nl-background-cover-2-1920x1376.jpeg");
}
.cid-sDatjxs97j .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
}
.cid-sDatjxs97j .mbr-section-title {
  color: #232323;
}
.cid-sDatjxs97j .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sDatjxs97j .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-s0YUOjSHhk {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0071bc;
}
.cid-s0YUOjSHhk .mbr-section-subtitle {
  color: #1b1464;
}
.cid-s0YUOjSHhk H2 {
  color: #ffffff;
}
.cid-s0YUOjSHhk .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s0YUOjSHhk .mbr-article {
  text-align: justify;
}
#RS6STARContactFormSp-4m SMALL {
  color: #1b1464;
}
#RS6STARContactFormSp-4m h3 {
  font-size: 46px;
}
#RS6STARContactFormSp-4m small {
  font-size: 15px;
}
#RS6STARContactFormSp-4m .form-check-inline {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormSp-4m .form-check-inline1 {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormSp-4m .form-check-inline2 {
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormSp-4m .form-checkbox-inline {
  width: 100%;
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormSp-4m .form-check-input {
  margin-left: 2.25rem;
}
#RS6STARContactFormSp-4m #genderRadio1 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSp-4m #genderRadio2 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSp-4m #genderRadio3 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSp-4m #gender-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
}
#RS6STARContactFormSp-4m #optcheck {
  margin-left: 0.25rem;
}
#RS6STARContactFormSp-4m #optcheck1 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSp-4m #optcheck2 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSp-4m #optcheck3 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSp-4m #optcheck4 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSp-4m #optcheck5 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSp-4m #optcheck6 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSp-4m #optcheck-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
#RS6STARContactFormSp-4m #terms-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
}
#RS6STARContactFormSp-4m #privacy-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
}
#RS6STARContactFormSp-4m #sendbutton {
  text-align: left;
}
#RS6STARContactFormSp-4m .engine {
  display: none !important;
}
@media (max-width: 767px) {
  #RS6STARContactFormSp-4m .form-check-inline {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormSp-4m .form-check-inline1 {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormSp-4m .form-check-inline2 {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormSp-4m .form-checkbox-inline {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormSp-4m .form-check-input {
    margin-left: 1.25rem;
  }
  #RS6STARContactFormSp-4m #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormSp-4m #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  #RS6STARContactFormSp-4m #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormSp-4m #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormSp-4m #genderRadio1 {
    margin-left: 2.5rem;
  }
  #RS6STARContactFormSp-4m #genderRadio2 {
    margin-left: 2.5rem;
  }
  #RS6STARContactFormSp-4m #genderRadio3 {
    margin-left: 2.25rem;
  }
  #RS6STARContactFormSp-4m #optcheck1 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSp-4m #optcheck2 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSp-4m #optcheck3 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSp-4m #optcheck4 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSp-4m #optcheck5 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSp-4m #optcheck6 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSp-4m #optcheck {
    margin-left: 0.25rem;
  }
}
@media (max-width: 962px) {
  #RS6STARContactFormSp-4m #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormSp-4m #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  #RS6STARContactFormSp-4m #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormSp-4m #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSp-4m #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSp-4m #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormSp-4m #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSp-4m #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSp-4m #genderRadio3 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSp-4m #optcheck1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSp-4m #optcheck2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSp-4m #optcheck3 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSp-4m #optcheck4 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSp-4m #optcheck5 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSp-4m #optcheck6 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSp-4m #optcheck {
    margin-left: -0.5rem;
  }
}
#RS6STARContactFormSp-4m .form-control {
  padding: .5em .5em !important;
}
.cid-s1TRzQq0yx {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #fbfbdd;
}
.cid-s1TRzQq0yx .mbr-section-subtitle {
  color: #1b1464;
}
.cid-s1TRzQq0yx H2 {
  color: #1b1464;
}
.cid-s1TQM5t47c {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #fbfbdd;
}
.cid-s1TQM5t47c .counter-container {
  color: #767676;
}
.cid-s1TQM5t47c .counter-container ul {
  margin-bottom: 0;
}
.cid-s1TQM5t47c .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-s1TQM5t47c .mbr-text {
  color: #1b1464;
}
#RS6STARContactFormSpDon-53 H3 {
  color: #1b1464;
}
#RS6STARContactFormSpDon-53 .donateclass {
  max-width: 600px;
  margin: auto;
}
#RS6STARContactFormSpDon-53 #submitbutton {
  width: 100%;
  margin: 0px 0px;
}
#RS6STARContactFormSpDon-53 h3 {
  font-size: 46px;
}
#RS6STARContactFormSpDon-53 small {
  font-size: 20px;
  color: #1b1464;
}
#RS6STARContactFormSpDon-53 .form-check-inline {
  width: 30%;
  float: left;
  color: #1b1464;
}
#RS6STARContactFormSpDon-53 .form-check-inline1 {
  width: 30%;
  float: left;
  color: #1b1464;
}
#RS6STARContactFormSpDon-53 .form-check-inline2 {
  float: left;
  color: #1b1464;
}
#RS6STARContactFormSpDon-53 .form-checkbox-inline {
  width: 100%;
  float: left;
  color: #1b1464;
}
#RS6STARContactFormSpDon-53 .form-check-input {
  margin-left: 2.25rem;
}
#RS6STARContactFormSpDon-53 #genderRadio1 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-53 #genderRadio2 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-53 #genderRadio3 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-53 #gender-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
}
#RS6STARContactFormSpDon-53 #optcheck {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-53 #optcheck1 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-53 #optcheck2 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-53 #optcheck3 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-53 #optcheck4 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-53 #optcheck5 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-53 #optcheck6 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-53 #optcheck-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
#RS6STARContactFormSpDon-53 #terms-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 48%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
  background-color: lightblue;
}
#RS6STARContactFormSpDon-53 #privacy-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 48%;
  float: right;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
  background-color: lightblue;
}
#RS6STARContactFormSpDon-53 #sendbutton {
  text-align: left;
}
#RS6STARContactFormSpDon-53 .engine {
  display: none !important;
}
@media (max-width: 767px) {
  #RS6STARContactFormSpDon-53 .form-check-inline {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormSpDon-53 .form-check-inline1 {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormSpDon-53 .form-check-inline2 {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormSpDon-53 .form-checkbox-inline {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormSpDon-53 .form-check-input {
    margin-left: 1.25rem;
  }
  #RS6STARContactFormSpDon-53 #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormSpDon-53 #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  #RS6STARContactFormSpDon-53 #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormSpDon-53 #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormSpDon-53 #genderRadio1 {
    margin-left: 2.5rem;
  }
  #RS6STARContactFormSpDon-53 #genderRadio2 {
    margin-left: 2.5rem;
  }
  #RS6STARContactFormSpDon-53 #genderRadio3 {
    margin-left: 2.25rem;
  }
  #RS6STARContactFormSpDon-53 #optcheck1 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSpDon-53 #optcheck2 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSpDon-53 #optcheck3 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSpDon-53 #optcheck4 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSpDon-53 #optcheck5 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSpDon-53 #optcheck6 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSpDon-53 #optcheck {
    margin-left: 0.25rem;
  }
}
@media (max-width: 962px) {
  #RS6STARContactFormSpDon-53 #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormSpDon-53 #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  #RS6STARContactFormSpDon-53 #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormSpDon-53 #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-53 #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-53 #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormSpDon-53 #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-53 #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-53 #genderRadio3 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-53 #optcheck1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-53 #optcheck2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-53 #optcheck3 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-53 #optcheck4 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-53 #optcheck5 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-53 #optcheck6 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-53 #optcheck {
    margin-left: -0.5rem;
  }
}
#RS6STARContactFormSpDon-53 .form-control {
  padding: .5em .5em !important;
}
.cid-sSlP2PPX01 {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #0071bc, #1b1464);
}
.cid-sSlP2PPX01 a {
  text-align: center;
}
.cid-sSlP2PPX01 p {
  color: #0a0a0a;
  text-align: center;
}
.cid-sSlP2PPX01 span {
  font-size: 2rem;
}
.cid-sSlP2PPX01 .mbr-iconfont-social {
  font-size: 40px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-sSlP2PPX01 .socicon-twitter {
  color: #4da7de;
}
.cid-sSlP2PPX01 .socicon-facebook {
  color: #3e5b98;
}
.cid-sSlP2PPX01 .socicon-googleplus {
  color: #dd4b39;
}
.cid-sSlP2PPX01 .socicon-instagram {
  color: #3f729b;
}
.cid-sSlP2PPX01 .social-list a:focus {
  text-decoration: none;
}
.cid-sSlP2PPX01 .text-copyright {
  width: 100%;
}
.cid-sSlP2PPX01 .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-sSlP2PPX01 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-sSlP2PPX01 .logo-footer {
  line-height: normal;
}
.cid-sSlP2PPX01 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSlP2PPX01 .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sSlP2PPX01 .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSlP2PPX01 .media-container-row a {
  margin: 0 1rem;
}
.cid-sSlP2PPX01 H1 {
  text-align: center;
  color: #ffffff;
}
.cid-sSlP2PPX01 P {
  color: #ffffff;
}
.cid-sSlP3CZEM2 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0071bc;
}
.cid-sSlP3CZEM2 .mbr-text {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sSlP3CZEM2 .content {
    text-align: center;
  }
  .cid-sSlP3CZEM2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sSlP3CZEM2 .img-logo img {
  height: 6rem;
  justify-content: center;
}
.cid-sSlP3CZEM2 .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.cid-sSlP3CZEM2 .social-list {
  justify-content: center;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sSlP3CZEM2 .social-list .mbr-iconfont-social {
  font-size: 20px;
  color: #fff;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-sSlP3CZEM2 .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sSlP3CZEM2 .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sSlP3CZEM2 .social-list a:hover {
  opacity: 1;
}
.cid-sSlP3CZEM2 .social-list .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSlP3CZEM2 .social-list .media-container-row a {
  margin: 0 1rem;
}
@media (max-width: 767px) {
  .cid-sSlP3CZEM2 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sSlP3CZEM2 .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-sSlP3CZEM2 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sSlP3CZEM2 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sSlP3CZEM2 .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sSlP3CZEM2 .foot-logo {
    text-align: center !important;
  }
  .cid-sSlP3CZEM2 .foot-title {
    text-align: center !important;
  }
  .cid-sSlP3CZEM2 .mbr-text {
    text-align: center !important;
  }
  .cid-sSlP3CZEM2 .form-group {
    margin: 0;
  }
}
.cid-sSlP3CZEM2 .foot-title {
  text-align: center;
}
.cid-sSlP3CZEM2 .foot-text {
  text-align: center;
}
.cid-s0Ne6wgZYI .navbar {
  padding: .5rem 0;
  background: #1b1464;
  transition: none;
  min-height: 77px;
}
.cid-s0Ne6wgZYI .navbar-dropdown.bg-color.transparent.opened {
  background: #1b1464;
}
.cid-s0Ne6wgZYI a {
  font-style: normal;
}
.cid-s0Ne6wgZYI .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s0Ne6wgZYI .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-s0Ne6wgZYI .nav-item:focus,
.cid-s0Ne6wgZYI .nav-link:focus {
  outline: none;
}
.cid-s0Ne6wgZYI .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s0Ne6wgZYI .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s0Ne6wgZYI .menu-logo {
  margin-right: auto;
}
.cid-s0Ne6wgZYI .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-s0Ne6wgZYI .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-s0Ne6wgZYI .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s0Ne6wgZYI .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s0Ne6wgZYI .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s0Ne6wgZYI .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s0Ne6wgZYI .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s0Ne6wgZYI .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s0Ne6wgZYI .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s0Ne6wgZYI .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s0Ne6wgZYI .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s0Ne6wgZYI .dropdown .dropdown-menu {
  background: #1b1464;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s0Ne6wgZYI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s0Ne6wgZYI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s0Ne6wgZYI .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s0Ne6wgZYI .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-s0Ne6wgZYI .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-s0Ne6wgZYI .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s0Ne6wgZYI .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s0Ne6wgZYI .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s0Ne6wgZYI .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s0Ne6wgZYI .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s0Ne6wgZYI .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s0Ne6wgZYI button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s0Ne6wgZYI button.navbar-toggler:focus {
  outline: none;
}
.cid-s0Ne6wgZYI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s0Ne6wgZYI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s0Ne6wgZYI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s0Ne6wgZYI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s0Ne6wgZYI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s0Ne6wgZYI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s0Ne6wgZYI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s0Ne6wgZYI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s0Ne6wgZYI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s0Ne6wgZYI .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s0Ne6wgZYI .collapsed .btn {
  display: -webkit-flex;
}
.cid-s0Ne6wgZYI .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s0Ne6wgZYI .collapsed .navbar-collapse.collapsing,
.cid-s0Ne6wgZYI .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s0Ne6wgZYI .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s0Ne6wgZYI .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s0Ne6wgZYI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s0Ne6wgZYI .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s0Ne6wgZYI .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s0Ne6wgZYI .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s0Ne6wgZYI .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s0Ne6wgZYI .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s0Ne6wgZYI .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-s0Ne6wgZYI .collapsed button.navbar-toggler {
  display: block;
}
.cid-s0Ne6wgZYI .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s0Ne6wgZYI .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s0Ne6wgZYI .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-s0Ne6wgZYI .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s0Ne6wgZYI .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s0Ne6wgZYI .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-s0Ne6wgZYI .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s0Ne6wgZYI img {
    height: 3.8rem !important;
  }
  .cid-s0Ne6wgZYI .btn {
    display: -webkit-flex;
  }
  .cid-s0Ne6wgZYI button.navbar-toggler {
    display: block;
  }
  .cid-s0Ne6wgZYI .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s0Ne6wgZYI .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s0Ne6wgZYI .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s0Ne6wgZYI .navbar-collapse.collapsing,
  .cid-s0Ne6wgZYI .navbar-collapse.show {
    display: block !important;
  }
  .cid-s0Ne6wgZYI .navbar-collapse.collapsing .navbar-nav,
  .cid-s0Ne6wgZYI .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s0Ne6wgZYI .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s0Ne6wgZYI .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s0Ne6wgZYI .navbar-collapse.collapsing .navbar-buttons,
  .cid-s0Ne6wgZYI .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s0Ne6wgZYI .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s0Ne6wgZYI .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s0Ne6wgZYI .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-s0Ne6wgZYI .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s0Ne6wgZYI .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s0Ne6wgZYI .dropdown .dropdown-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-s0Ne6wgZYI .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s0Ne6wgZYI .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s0Ne6wgZYI .nav-link:hover,
.cid-s0Ne6wgZYI .dropdown-item:hover {
  color: #4f9cd6 !important;
}
.cid-s0Ne6wTKRK {
  padding-top: 135px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/headeroutlets-1500x795.jpeg");
}
.cid-s0Ne6wTKRK H1 {
  color: #ffffff;
}
.cid-s0Ne6wTKRK .mbr-text,
.cid-s0Ne6wTKRK .mbr-section-btn {
  color: #ffffff;
  text-align: Center;
}
.cid-s0XR13D7Uj {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #0071bc;
}
.cid-s0XR13D7Uj .mbr-section-subtitle {
  color: #1b1464;
}
.cid-s0XR13D7Uj H2 {
  color: #ffffff;
}
.cid-s0XR13D7Uj .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s0XR13D7Uj .mbr-article {
  text-align: justify;
}
.cid-s0Ne6xyfAd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fbfbdd;
}
.cid-s0Ne6xyfAd .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-s0Ne6xyfAd .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s0Ne6xyfAd .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: .75rem;
}
.cid-s0Ne6xyfAd .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-s0Ne6xyfAd .mbr-text {
  color: #cccccc;
  line-height: 27px;
  text-align: justify;
}
.cid-s0Ne6xyfAd .brown {
  color: #1b1464;
}
.cid-s0Ne6xyfAd .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s0Ne6xyfAd .paragraphs-wrapper .first-paragraph,
.cid-s0Ne6xyfAd .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-s0Ne6xyfAd .text-element {
    padding-bottom: 0;
  }
  .cid-s0Ne6xyfAd .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s0Ne6xyfAd .paragraphs-wrapper .first-paragraph,
  .cid-s0Ne6xyfAd .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-s0Ne6xyfAd .first-paragraph,
  .cid-s0Ne6xyfAd .second-paragraph {
    width: 50%;
  }
  .cid-s0Ne6xyfAd .first-paragraph {
    padding-right: .5rem;
  }
  .cid-s0Ne6xyfAd .second-paragraph {
    padding-left: .5rem;
  }
  .cid-s0Ne6xyfAd .text-element {
    padding: 6rem;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-s0Ne6xyfAd .mbr-section-title,
  .cid-s0Ne6xyfAd .mbr-section-btn {
    text-align: left;
  }
}
.cid-s0Ne6xyfAd .mbr-text,
.cid-s0Ne6xyfAd .mbr-section-btn {
  color: #1b1464;
}
.cid-s0Ne6xyfAd .title,
.cid-s0Ne6xyfAd .mbr-section-title {
  color: #1b1464;
}
.cid-sTtR1kuO2d {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sTtR1kuO2d .mbr-section-subtitle {
  color: #767676;
}
.cid-sTtR1kuO2d .btn {
  margin: 0 0 .5rem 0;
}
.cid-sTtR1kuO2d H2 {
  color: #0071bc;
}
.cid-s1fNWBofO5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/green-6-1500x735.jpeg");
}
.cid-s1fNWBofO5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s1fNWBofO5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s1fNWBofO5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s1fNWBofO5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s1fNWBofO5 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #f9f295);
}
.cid-s1fNWBofO5 .icon-focus {
  display: none;
}
.cid-s1fNWBofO5 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-s1fNWBofO5 ul {
  font-size: 0;
}
.cid-s1fNWBofO5 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #ffffff !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-s1fNWBofO5 .mbr-gallery-filter ul li .btn.active,
.cid-s1fNWBofO5 .mbr-gallery-filter ul li.active .btn:not(.active) {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-s1fNWBofO5 .mbr-gallery-filter ul li .btn.active:after,
.cid-s1fNWBofO5 .mbr-gallery-filter ul li.active .btn:not(.active):after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #1b1464, #0071bc);
}
.cid-s1fNWBofO5 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-s1fNWBofO5 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-s1fNWBofO5 .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-s1fNWBofO5 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-s1fNWBofO5 .btn:hover {
  background: transparent !important;
}
.cid-s1fNWBofO5 .btn:hover:before {
  background: transparent !important;
}
.cid-s1fNWBofO5 .btn:before {
  background-color: transparent !important;
}
.cid-s1fNWBofO5 .btn:focus {
  box-shadow: none;
}
.cid-s1fNWBofO5 .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-s0XSeHKytZ .main_wrapper {
  position: relative;
  height: 34rem;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-s0XSeHKytZ .main_wrapper .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-s0XSeHKytZ .main_wrapper .b_wrapper .block {
  height: 200px;
  background-color: #ffffff;
  pointer-events: fill;
}
.cid-s0XSeHKytZ .main_wrapper .b_wrapper .block .block_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-s0XSeHKytZ .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-s0XSeHKytZ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s0XSeHKytZ .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-s0XSeHKytZ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s0XSeHKytZ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-s0XSeHKytZ .main_wrapper .b_wrapper {
    display: block;
    height: unset;
  }
  .cid-s0XSeHKytZ .google-map {
    position: relative;
  }
  .cid-s0XSeHKytZ .container {
    max-width: 100%;
    padding: 0;
  }
}
.cid-s0XSeHKytZ P {
  color: #1b1464;
}
.cid-s0XSeHKytZ H4 {
  color: #0071bc;
}
.cid-sSlOJJFbGp {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #0071bc, #1b1464);
}
.cid-sSlOJJFbGp a {
  text-align: center;
}
.cid-sSlOJJFbGp p {
  color: #0a0a0a;
  text-align: center;
}
.cid-sSlOJJFbGp span {
  font-size: 2rem;
}
.cid-sSlOJJFbGp .mbr-iconfont-social {
  font-size: 40px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-sSlOJJFbGp .socicon-twitter {
  color: #4da7de;
}
.cid-sSlOJJFbGp .socicon-facebook {
  color: #3e5b98;
}
.cid-sSlOJJFbGp .socicon-googleplus {
  color: #dd4b39;
}
.cid-sSlOJJFbGp .socicon-instagram {
  color: #3f729b;
}
.cid-sSlOJJFbGp .social-list a:focus {
  text-decoration: none;
}
.cid-sSlOJJFbGp .text-copyright {
  width: 100%;
}
.cid-sSlOJJFbGp .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-sSlOJJFbGp .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-sSlOJJFbGp .logo-footer {
  line-height: normal;
}
.cid-sSlOJJFbGp .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSlOJJFbGp .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sSlOJJFbGp .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSlOJJFbGp .media-container-row a {
  margin: 0 1rem;
}
.cid-sSlOJJFbGp H1 {
  text-align: center;
  color: #ffffff;
}
.cid-sSlOJJFbGp P {
  color: #ffffff;
}
.cid-sSlOKAsfSS {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0071bc;
}
.cid-sSlOKAsfSS .mbr-text {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sSlOKAsfSS .content {
    text-align: center;
  }
  .cid-sSlOKAsfSS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sSlOKAsfSS .img-logo img {
  height: 6rem;
  justify-content: center;
}
.cid-sSlOKAsfSS .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.cid-sSlOKAsfSS .social-list {
  justify-content: center;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sSlOKAsfSS .social-list .mbr-iconfont-social {
  font-size: 20px;
  color: #fff;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-sSlOKAsfSS .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sSlOKAsfSS .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sSlOKAsfSS .social-list a:hover {
  opacity: 1;
}
.cid-sSlOKAsfSS .social-list .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSlOKAsfSS .social-list .media-container-row a {
  margin: 0 1rem;
}
@media (max-width: 767px) {
  .cid-sSlOKAsfSS .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sSlOKAsfSS .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-sSlOKAsfSS .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sSlOKAsfSS .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sSlOKAsfSS .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sSlOKAsfSS .foot-logo {
    text-align: center !important;
  }
  .cid-sSlOKAsfSS .foot-title {
    text-align: center !important;
  }
  .cid-sSlOKAsfSS .mbr-text {
    text-align: center !important;
  }
  .cid-sSlOKAsfSS .form-group {
    margin: 0;
  }
}
.cid-sSlOKAsfSS .foot-title {
  text-align: center;
}
.cid-sSlOKAsfSS .foot-text {
  text-align: center;
}
.cid-s0zyReWiC5 .navbar {
  padding: .5rem 0;
  background: #1b1464;
  transition: none;
  min-height: 77px;
}
.cid-s0zyReWiC5 .navbar-dropdown.bg-color.transparent.opened {
  background: #1b1464;
}
.cid-s0zyReWiC5 a {
  font-style: normal;
}
.cid-s0zyReWiC5 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s0zyReWiC5 .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-s0zyReWiC5 .nav-item:focus,
.cid-s0zyReWiC5 .nav-link:focus {
  outline: none;
}
.cid-s0zyReWiC5 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s0zyReWiC5 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s0zyReWiC5 .menu-logo {
  margin-right: auto;
}
.cid-s0zyReWiC5 .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-s0zyReWiC5 .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-s0zyReWiC5 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s0zyReWiC5 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s0zyReWiC5 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s0zyReWiC5 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s0zyReWiC5 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s0zyReWiC5 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s0zyReWiC5 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s0zyReWiC5 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s0zyReWiC5 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s0zyReWiC5 .dropdown .dropdown-menu {
  background: #1b1464;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s0zyReWiC5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s0zyReWiC5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s0zyReWiC5 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s0zyReWiC5 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-s0zyReWiC5 .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-s0zyReWiC5 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s0zyReWiC5 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s0zyReWiC5 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s0zyReWiC5 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s0zyReWiC5 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s0zyReWiC5 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s0zyReWiC5 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s0zyReWiC5 button.navbar-toggler:focus {
  outline: none;
}
.cid-s0zyReWiC5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s0zyReWiC5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s0zyReWiC5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s0zyReWiC5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s0zyReWiC5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s0zyReWiC5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s0zyReWiC5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s0zyReWiC5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s0zyReWiC5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s0zyReWiC5 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s0zyReWiC5 .collapsed .btn {
  display: -webkit-flex;
}
.cid-s0zyReWiC5 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s0zyReWiC5 .collapsed .navbar-collapse.collapsing,
.cid-s0zyReWiC5 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s0zyReWiC5 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s0zyReWiC5 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s0zyReWiC5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s0zyReWiC5 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s0zyReWiC5 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s0zyReWiC5 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s0zyReWiC5 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s0zyReWiC5 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s0zyReWiC5 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-s0zyReWiC5 .collapsed button.navbar-toggler {
  display: block;
}
.cid-s0zyReWiC5 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s0zyReWiC5 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s0zyReWiC5 .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-s0zyReWiC5 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s0zyReWiC5 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s0zyReWiC5 .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-s0zyReWiC5 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s0zyReWiC5 img {
    height: 3.8rem !important;
  }
  .cid-s0zyReWiC5 .btn {
    display: -webkit-flex;
  }
  .cid-s0zyReWiC5 button.navbar-toggler {
    display: block;
  }
  .cid-s0zyReWiC5 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s0zyReWiC5 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s0zyReWiC5 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s0zyReWiC5 .navbar-collapse.collapsing,
  .cid-s0zyReWiC5 .navbar-collapse.show {
    display: block !important;
  }
  .cid-s0zyReWiC5 .navbar-collapse.collapsing .navbar-nav,
  .cid-s0zyReWiC5 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s0zyReWiC5 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s0zyReWiC5 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s0zyReWiC5 .navbar-collapse.collapsing .navbar-buttons,
  .cid-s0zyReWiC5 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s0zyReWiC5 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s0zyReWiC5 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s0zyReWiC5 .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-s0zyReWiC5 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s0zyReWiC5 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s0zyReWiC5 .dropdown .dropdown-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-s0zyReWiC5 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s0zyReWiC5 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s0zyReWiC5 .nav-link:hover,
.cid-s0zyReWiC5 .dropdown-item:hover {
  color: #4f9cd6 !important;
}
.cid-s0MRl3kUqq {
  padding-top: 135px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/headermission-2-1500x795.jpeg");
}
.cid-s0MRl3kUqq H1 {
  color: #ffffff;
}
.cid-s0MRl3kUqq .mbr-text,
.cid-s0MRl3kUqq .mbr-section-btn {
  color: #ffffff;
  text-align: Center;
}
.cid-s0XQaUCzNl {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #0071bc;
}
.cid-s0XQaUCzNl .mbr-section-subtitle {
  color: #1b1464;
}
.cid-s0XQaUCzNl H2 {
  color: #ffffff;
}
.cid-s0XQaUCzNl .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s0XQaUCzNl .mbr-article {
  text-align: justify;
}
.cid-s0N2ABtH0H {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #f6ffe7;
}
.cid-s0N2ABtH0H .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-s0N2ABtH0H .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s0N2ABtH0H .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: .75rem;
}
.cid-s0N2ABtH0H .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-s0N2ABtH0H .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-s0N2ABtH0H .brown {
  color: #1b1464;
}
.cid-s0N2ABtH0H .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s0N2ABtH0H .paragraphs-wrapper .first-paragraph,
.cid-s0N2ABtH0H .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-s0N2ABtH0H .text-element {
    padding-bottom: 0;
  }
  .cid-s0N2ABtH0H .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s0N2ABtH0H .paragraphs-wrapper .first-paragraph,
  .cid-s0N2ABtH0H .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-s0N2ABtH0H .first-paragraph,
  .cid-s0N2ABtH0H .second-paragraph {
    width: 50%;
  }
  .cid-s0N2ABtH0H .first-paragraph {
    padding-right: .5rem;
  }
  .cid-s0N2ABtH0H .second-paragraph {
    padding-left: .5rem;
  }
  .cid-s0N2ABtH0H .text-element {
    padding: 6rem;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-s0N2ABtH0H .mbr-section-title,
  .cid-s0N2ABtH0H .mbr-section-btn {
    text-align: left;
  }
}
.cid-s0N2ABtH0H .mbr-text,
.cid-s0N2ABtH0H .mbr-section-btn {
  color: #1b1464;
}
.cid-s0N2ABtH0H .title,
.cid-s0N2ABtH0H .mbr-section-title {
  color: #1b1464;
}
.cid-s0Nc3YFti5 {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #f6ffe7;
}
.cid-s0Nc3YFti5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s0Nc3YFti5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s0Nc3YFti5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s0Nc3YFti5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s0Nc3YFti5 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  border-radius: .75rem;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #f9f295);
}
.cid-s0Nc3YFti5 .icon-focus {
  display: none;
}
.cid-s0Nc3YFti5 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-s0Nc3YFti5 ul {
  font-size: 0;
}
.cid-s0Nc3YFti5 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #ffffff !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-s0Nc3YFti5 .mbr-gallery-filter ul li .btn.active,
.cid-s0Nc3YFti5 .mbr-gallery-filter ul li.active .btn:not(.active) {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-s0Nc3YFti5 .mbr-gallery-filter ul li .btn.active:after,
.cid-s0Nc3YFti5 .mbr-gallery-filter ul li.active .btn:not(.active):after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #1b1464, #0071bc);
}
.cid-s0Nc3YFti5 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-s0Nc3YFti5 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-s0Nc3YFti5 .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-s0Nc3YFti5 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-s0Nc3YFti5 .btn:hover {
  background: transparent !important;
}
.cid-s0Nc3YFti5 .btn:hover:before {
  background: transparent !important;
}
.cid-s0Nc3YFti5 .btn:before {
  background-color: transparent !important;
}
.cid-s0Nc3YFti5 .btn:focus {
  box-shadow: none;
}
.cid-s0Nc3YFti5 .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-s0XQrE1SNu {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #0071bc;
}
.cid-s0XQrE1SNu .mbr-section-subtitle {
  color: #1b1464;
}
.cid-s0XQrE1SNu H2 {
  color: #ffffff;
}
.cid-s0XQrE1SNu .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s0XQrE1SNu .mbr-article {
  text-align: justify;
}
.cid-s0N6hWxoRU {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #fbfbdd;
}
.cid-s0N6hWxoRU .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-s0N6hWxoRU .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-s0N6hWxoRU .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s0N6hWxoRU .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: .75rem;
}
.cid-s0N6hWxoRU .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-s0N6hWxoRU .mbr-text {
  color: #cccccc;
  line-height: 27px;
  text-align: justify;
}
.cid-s0N6hWxoRU .brown {
  color: #1b1464;
}
.cid-s0N6hWxoRU .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s0N6hWxoRU .paragraphs-wrapper .first-paragraph,
.cid-s0N6hWxoRU .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-s0N6hWxoRU .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-s0N6hWxoRU .text-element {
    padding-top: 0;
  }
  .cid-s0N6hWxoRU .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s0N6hWxoRU .paragraphs-wrapper .first-paragraph,
  .cid-s0N6hWxoRU .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-s0N6hWxoRU .first-paragraph,
  .cid-s0N6hWxoRU .second-paragraph {
    width: 50%;
  }
  .cid-s0N6hWxoRU .first-paragraph {
    padding-right: .5rem;
  }
  .cid-s0N6hWxoRU .second-paragraph {
    padding-left: .5rem;
  }
  .cid-s0N6hWxoRU .text-element {
    padding: 6rem;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-s0N6hWxoRU .mbr-section-title,
  .cid-s0N6hWxoRU .mbr-section-btn {
    text-align: left;
  }
}
.cid-s0N6hWxoRU .mbr-text,
.cid-s0N6hWxoRU .mbr-section-btn {
  color: #1b1464;
}
.cid-s0N6hWxoRU .title,
.cid-s0N6hWxoRU .mbr-section-title {
  color: #1b1464;
}
.cid-s1fy7mbloN {
  padding-top: 30px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/green-11-1500x735.jpeg");
}
.cid-s1fy7mbloN .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s1fy7mbloN .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s1fy7mbloN .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s1fy7mbloN .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s1fy7mbloN .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #f9f295);
}
.cid-s1fy7mbloN .icon-focus {
  display: none;
}
.cid-s1fy7mbloN .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-s1fy7mbloN ul {
  font-size: 0;
}
.cid-s1fy7mbloN .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #ffffff !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-s1fy7mbloN .mbr-gallery-filter ul li .btn.active,
.cid-s1fy7mbloN .mbr-gallery-filter ul li.active .btn:not(.active) {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-s1fy7mbloN .mbr-gallery-filter ul li .btn.active:after,
.cid-s1fy7mbloN .mbr-gallery-filter ul li.active .btn:not(.active):after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #1b1464, #0071bc);
}
.cid-s1fy7mbloN .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-s1fy7mbloN .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-s1fy7mbloN .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-s1fy7mbloN .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-s1fy7mbloN .btn:hover {
  background: transparent !important;
}
.cid-s1fy7mbloN .btn:hover:before {
  background: transparent !important;
}
.cid-s1fy7mbloN .btn:before {
  background-color: transparent !important;
}
.cid-s1fy7mbloN .btn:focus {
  box-shadow: none;
}
.cid-s1fy7mbloN .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sSlOBZz8gI {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #0071bc, #1b1464);
}
.cid-sSlOBZz8gI a {
  text-align: center;
}
.cid-sSlOBZz8gI p {
  color: #0a0a0a;
  text-align: center;
}
.cid-sSlOBZz8gI span {
  font-size: 2rem;
}
.cid-sSlOBZz8gI .mbr-iconfont-social {
  font-size: 40px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-sSlOBZz8gI .socicon-twitter {
  color: #4da7de;
}
.cid-sSlOBZz8gI .socicon-facebook {
  color: #3e5b98;
}
.cid-sSlOBZz8gI .socicon-googleplus {
  color: #dd4b39;
}
.cid-sSlOBZz8gI .socicon-instagram {
  color: #3f729b;
}
.cid-sSlOBZz8gI .social-list a:focus {
  text-decoration: none;
}
.cid-sSlOBZz8gI .text-copyright {
  width: 100%;
}
.cid-sSlOBZz8gI .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-sSlOBZz8gI .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-sSlOBZz8gI .logo-footer {
  line-height: normal;
}
.cid-sSlOBZz8gI .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSlOBZz8gI .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sSlOBZz8gI .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSlOBZz8gI .media-container-row a {
  margin: 0 1rem;
}
.cid-sSlOBZz8gI H1 {
  text-align: center;
  color: #ffffff;
}
.cid-sSlOBZz8gI P {
  color: #ffffff;
}
.cid-sSlOCIFALp {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0071bc;
}
.cid-sSlOCIFALp .mbr-text {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sSlOCIFALp .content {
    text-align: center;
  }
  .cid-sSlOCIFALp .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sSlOCIFALp .img-logo img {
  height: 6rem;
  justify-content: center;
}
.cid-sSlOCIFALp .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.cid-sSlOCIFALp .social-list {
  justify-content: center;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sSlOCIFALp .social-list .mbr-iconfont-social {
  font-size: 20px;
  color: #fff;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-sSlOCIFALp .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sSlOCIFALp .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sSlOCIFALp .social-list a:hover {
  opacity: 1;
}
.cid-sSlOCIFALp .social-list .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSlOCIFALp .social-list .media-container-row a {
  margin: 0 1rem;
}
@media (max-width: 767px) {
  .cid-sSlOCIFALp .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sSlOCIFALp .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-sSlOCIFALp .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sSlOCIFALp .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sSlOCIFALp .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sSlOCIFALp .foot-logo {
    text-align: center !important;
  }
  .cid-sSlOCIFALp .foot-title {
    text-align: center !important;
  }
  .cid-sSlOCIFALp .mbr-text {
    text-align: center !important;
  }
  .cid-sSlOCIFALp .form-group {
    margin: 0;
  }
}
.cid-sSlOCIFALp .foot-title {
  text-align: center;
}
.cid-sSlOCIFALp .foot-text {
  text-align: center;
}
.cid-s0zyReWiC5 .navbar {
  padding: .5rem 0;
  background: #1b1464;
  transition: none;
  min-height: 77px;
}
.cid-s0zyReWiC5 .navbar-dropdown.bg-color.transparent.opened {
  background: #1b1464;
}
.cid-s0zyReWiC5 a {
  font-style: normal;
}
.cid-s0zyReWiC5 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s0zyReWiC5 .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-s0zyReWiC5 .nav-item:focus,
.cid-s0zyReWiC5 .nav-link:focus {
  outline: none;
}
.cid-s0zyReWiC5 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s0zyReWiC5 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s0zyReWiC5 .menu-logo {
  margin-right: auto;
}
.cid-s0zyReWiC5 .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-s0zyReWiC5 .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-s0zyReWiC5 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s0zyReWiC5 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s0zyReWiC5 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s0zyReWiC5 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s0zyReWiC5 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s0zyReWiC5 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s0zyReWiC5 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s0zyReWiC5 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s0zyReWiC5 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s0zyReWiC5 .dropdown .dropdown-menu {
  background: #1b1464;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s0zyReWiC5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s0zyReWiC5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s0zyReWiC5 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s0zyReWiC5 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-s0zyReWiC5 .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-s0zyReWiC5 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s0zyReWiC5 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s0zyReWiC5 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s0zyReWiC5 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s0zyReWiC5 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s0zyReWiC5 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s0zyReWiC5 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s0zyReWiC5 button.navbar-toggler:focus {
  outline: none;
}
.cid-s0zyReWiC5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s0zyReWiC5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s0zyReWiC5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s0zyReWiC5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s0zyReWiC5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s0zyReWiC5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s0zyReWiC5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s0zyReWiC5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s0zyReWiC5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s0zyReWiC5 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s0zyReWiC5 .collapsed .btn {
  display: -webkit-flex;
}
.cid-s0zyReWiC5 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s0zyReWiC5 .collapsed .navbar-collapse.collapsing,
.cid-s0zyReWiC5 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s0zyReWiC5 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s0zyReWiC5 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s0zyReWiC5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s0zyReWiC5 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s0zyReWiC5 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s0zyReWiC5 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s0zyReWiC5 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s0zyReWiC5 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s0zyReWiC5 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-s0zyReWiC5 .collapsed button.navbar-toggler {
  display: block;
}
.cid-s0zyReWiC5 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s0zyReWiC5 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s0zyReWiC5 .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-s0zyReWiC5 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s0zyReWiC5 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s0zyReWiC5 .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-s0zyReWiC5 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s0zyReWiC5 img {
    height: 3.8rem !important;
  }
  .cid-s0zyReWiC5 .btn {
    display: -webkit-flex;
  }
  .cid-s0zyReWiC5 button.navbar-toggler {
    display: block;
  }
  .cid-s0zyReWiC5 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s0zyReWiC5 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s0zyReWiC5 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s0zyReWiC5 .navbar-collapse.collapsing,
  .cid-s0zyReWiC5 .navbar-collapse.show {
    display: block !important;
  }
  .cid-s0zyReWiC5 .navbar-collapse.collapsing .navbar-nav,
  .cid-s0zyReWiC5 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s0zyReWiC5 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s0zyReWiC5 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s0zyReWiC5 .navbar-collapse.collapsing .navbar-buttons,
  .cid-s0zyReWiC5 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s0zyReWiC5 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s0zyReWiC5 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s0zyReWiC5 .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-s0zyReWiC5 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s0zyReWiC5 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s0zyReWiC5 .dropdown .dropdown-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-s0zyReWiC5 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s0zyReWiC5 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s0zyReWiC5 .nav-link:hover,
.cid-s0zyReWiC5 .dropdown-item:hover {
  color: #4f9cd6 !important;
}
.cid-s0Q6n9xP6S {
  padding-top: 135px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/headeraboutus-1500x795.jpeg");
}
.cid-s0Q6n9xP6S H1 {
  color: #ffffff;
}
.cid-s0Q6n9xP6S .mbr-text,
.cid-s0Q6n9xP6S .mbr-section-btn {
  color: #ffffff;
  text-align: Center;
}
.cid-s0XPvI1RMa {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #0071bc;
}
.cid-s0XPvI1RMa .mbr-section-subtitle {
  color: #1b1464;
}
.cid-s0XPvI1RMa H2 {
  color: #ffffff;
}
.cid-s0XPvI1RMa .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s0XPvI1RMa .mbr-article {
  text-align: justify;
}
.cid-s23GXXZYeY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fbfbdd;
}
.cid-s23GXXZYeY .counter-container {
  color: #767676;
}
.cid-s23GXXZYeY .counter-container ul {
  margin-bottom: 0;
}
.cid-s23GXXZYeY .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-s23GXXZYeY .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-s23GXXZYeY .mbr-text {
  text-align: Justify;
}
.cid-s23GXXZYeY .mediaSize {
  border-radius: .75rem;
}
.cid-s23GXXZYeY .img {
  border-radius: .75rem;
}
.cid-s1a6xcNTTN {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0071bc;
}
.cid-s1a6xcNTTN .mbr-section-subtitle {
  color: #1b1464;
}
.cid-s1a6xcNTTN H2 {
  color: #ffffff;
}
.cid-s1a6xcNTTN .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s1a6xcNTTN .mbr-article {
  text-align: justify;
}
.cid-s390aPtIpV {
  padding-top: 30px;
  padding-bottom: 45px;
  position: relative;
  background-image: url("../../../assets/images/green-13-1500x735.jpeg");
}
.cid-s390aPtIpV .card {
  border-radius: 0px;
  margin-bottom: -1px;
  background-color: #fff;
}
.cid-s390aPtIpV .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-s390aPtIpV .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-s390aPtIpV .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-s390aPtIpV .card .card-header a.panel-title h4 {
  padding: 0.5rem;
  border: 5px solid #fff;
  margin-bottom: 0;
  background-color: #0071bc;
}
.cid-s390aPtIpV .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-s390aPtIpV .card .panel-body {
  background-color: #fff;
}
.cid-s390aPtIpV H2 {
  color: #1b1464;
}
.cid-s390aPtIpV .mbr-author-name {
  color: #1b1464;
}
.cid-s390aPtIpV .testimonial-text {
  color: #1b1464;
}
.cid-s390aPtIpV .mbr-author-desc {
  color: #1b1464;
}
.cid-s390aPtIpV H4 {
  color: #ffffff;
}
.cid-s390aPtIpV P {
  text-align: Justify;
}
.cid-s390aPtIpV img {
  border-radius: 0.5rem;
}
.cid-s390aPtIpV .profile-image {
  padding: 10px;
  border-radius: 0.5rem;
}
.cid-sSlObXHTVf {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #0071bc, #1b1464);
}
.cid-sSlObXHTVf a {
  text-align: center;
}
.cid-sSlObXHTVf p {
  color: #0a0a0a;
  text-align: center;
}
.cid-sSlObXHTVf span {
  font-size: 2rem;
}
.cid-sSlObXHTVf .mbr-iconfont-social {
  font-size: 40px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-sSlObXHTVf .socicon-twitter {
  color: #4da7de;
}
.cid-sSlObXHTVf .socicon-facebook {
  color: #3e5b98;
}
.cid-sSlObXHTVf .socicon-googleplus {
  color: #dd4b39;
}
.cid-sSlObXHTVf .socicon-instagram {
  color: #3f729b;
}
.cid-sSlObXHTVf .social-list a:focus {
  text-decoration: none;
}
.cid-sSlObXHTVf .text-copyright {
  width: 100%;
}
.cid-sSlObXHTVf .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-sSlObXHTVf .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-sSlObXHTVf .logo-footer {
  line-height: normal;
}
.cid-sSlObXHTVf .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSlObXHTVf .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sSlObXHTVf .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSlObXHTVf .media-container-row a {
  margin: 0 1rem;
}
.cid-sSlObXHTVf H1 {
  text-align: center;
  color: #ffffff;
}
.cid-sSlObXHTVf P {
  color: #ffffff;
}
.cid-sSlOcDGp3i {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0071bc;
}
.cid-sSlOcDGp3i .mbr-text {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sSlOcDGp3i .content {
    text-align: center;
  }
  .cid-sSlOcDGp3i .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sSlOcDGp3i .img-logo img {
  height: 6rem;
  justify-content: center;
}
.cid-sSlOcDGp3i .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.cid-sSlOcDGp3i .social-list {
  justify-content: center;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sSlOcDGp3i .social-list .mbr-iconfont-social {
  font-size: 20px;
  color: #fff;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-sSlOcDGp3i .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sSlOcDGp3i .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sSlOcDGp3i .social-list a:hover {
  opacity: 1;
}
.cid-sSlOcDGp3i .social-list .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSlOcDGp3i .social-list .media-container-row a {
  margin: 0 1rem;
}
@media (max-width: 767px) {
  .cid-sSlOcDGp3i .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sSlOcDGp3i .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-sSlOcDGp3i .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sSlOcDGp3i .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sSlOcDGp3i .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sSlOcDGp3i .foot-logo {
    text-align: center !important;
  }
  .cid-sSlOcDGp3i .foot-title {
    text-align: center !important;
  }
  .cid-sSlOcDGp3i .mbr-text {
    text-align: center !important;
  }
  .cid-sSlOcDGp3i .form-group {
    margin: 0;
  }
}
.cid-sSlOcDGp3i .foot-title {
  text-align: center;
}
.cid-sSlOcDGp3i .foot-text {
  text-align: center;
}
.cid-s0POMHJnNl .navbar {
  padding: .5rem 0;
  background: #1b1464;
  transition: none;
  min-height: 77px;
}
.cid-s0POMHJnNl .navbar-dropdown.bg-color.transparent.opened {
  background: #1b1464;
}
.cid-s0POMHJnNl a {
  font-style: normal;
}
.cid-s0POMHJnNl .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s0POMHJnNl .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-s0POMHJnNl .nav-item:focus,
.cid-s0POMHJnNl .nav-link:focus {
  outline: none;
}
.cid-s0POMHJnNl .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s0POMHJnNl .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s0POMHJnNl .menu-logo {
  margin-right: auto;
}
.cid-s0POMHJnNl .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-s0POMHJnNl .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-s0POMHJnNl .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s0POMHJnNl .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s0POMHJnNl .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s0POMHJnNl .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s0POMHJnNl .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s0POMHJnNl .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s0POMHJnNl .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s0POMHJnNl .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s0POMHJnNl .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s0POMHJnNl .dropdown .dropdown-menu {
  background: #1b1464;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s0POMHJnNl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s0POMHJnNl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s0POMHJnNl .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s0POMHJnNl .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-s0POMHJnNl .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-s0POMHJnNl .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s0POMHJnNl .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s0POMHJnNl .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s0POMHJnNl .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s0POMHJnNl .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s0POMHJnNl .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s0POMHJnNl button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s0POMHJnNl button.navbar-toggler:focus {
  outline: none;
}
.cid-s0POMHJnNl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s0POMHJnNl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s0POMHJnNl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s0POMHJnNl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s0POMHJnNl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s0POMHJnNl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s0POMHJnNl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s0POMHJnNl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s0POMHJnNl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s0POMHJnNl .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s0POMHJnNl .collapsed .btn {
  display: -webkit-flex;
}
.cid-s0POMHJnNl .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s0POMHJnNl .collapsed .navbar-collapse.collapsing,
.cid-s0POMHJnNl .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s0POMHJnNl .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s0POMHJnNl .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s0POMHJnNl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s0POMHJnNl .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s0POMHJnNl .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s0POMHJnNl .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s0POMHJnNl .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s0POMHJnNl .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s0POMHJnNl .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-s0POMHJnNl .collapsed button.navbar-toggler {
  display: block;
}
.cid-s0POMHJnNl .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s0POMHJnNl .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s0POMHJnNl .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-s0POMHJnNl .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s0POMHJnNl .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s0POMHJnNl .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-s0POMHJnNl .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s0POMHJnNl img {
    height: 3.8rem !important;
  }
  .cid-s0POMHJnNl .btn {
    display: -webkit-flex;
  }
  .cid-s0POMHJnNl button.navbar-toggler {
    display: block;
  }
  .cid-s0POMHJnNl .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s0POMHJnNl .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s0POMHJnNl .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s0POMHJnNl .navbar-collapse.collapsing,
  .cid-s0POMHJnNl .navbar-collapse.show {
    display: block !important;
  }
  .cid-s0POMHJnNl .navbar-collapse.collapsing .navbar-nav,
  .cid-s0POMHJnNl .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s0POMHJnNl .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s0POMHJnNl .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s0POMHJnNl .navbar-collapse.collapsing .navbar-buttons,
  .cid-s0POMHJnNl .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s0POMHJnNl .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s0POMHJnNl .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s0POMHJnNl .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-s0POMHJnNl .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s0POMHJnNl .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s0POMHJnNl .dropdown .dropdown-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-s0POMHJnNl .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s0POMHJnNl .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s0POMHJnNl .nav-link:hover,
.cid-s0POMHJnNl .dropdown-item:hover {
  color: #4f9cd6 !important;
}
.cid-s0POMIc2uG {
  padding-top: 135px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/headersupport-1500x795.jpeg");
}
.cid-s0POMIc2uG H1 {
  color: #ffffff;
}
.cid-s0POMIc2uG .mbr-text,
.cid-s0POMIc2uG .mbr-section-btn {
  color: #ffffff;
  text-align: Center;
}
.cid-s14pqsAQu2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #0071bc;
}
.cid-s14pqsAQu2 .mbr-section-subtitle {
  color: #1b1464;
}
.cid-s14pqsAQu2 H2 {
  color: #ffffff;
}
.cid-s14pqsAQu2 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s14pqsAQu2 .mbr-article {
  text-align: justify;
}
.cid-s1P9XT3SGu {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/payonline2-1-1500x909.jpeg");
}
.cid-s1P9XT3SGu .mbr-section-title {
  margin: 0;
}
.cid-s1P9XT3SGu .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #1b1464;
  text-align: Justify;
}
.cid-s1P9XT3SGu .mbr-text {
  margin: 0;
  color: #efefef;
  text-align: Justify;
}
.cid-s1P9XT3SGu .wrapper {
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-s1P9XT3SGu .card1 {
  background: linear-gradient(45deg, #4f9cd6, #4f9cd6);
  border-radius: .75rem;
}
.cid-s1P9XT3SGu .card2 {
  background: linear-gradient(45deg, #0071bc, #0071bc);
  border-radius: .75rem;
}
.cid-s1P9XT3SGu .card3 {
  background: linear-gradient(45deg, #1b1464, #1b1464);
  border-radius: .75rem;
}
.cid-s1P9XT3SGu .card4 {
  background: linear-gradient(45deg, #55b4d4, #55b4d4);
  border-radius: .75rem;
}
@media (max-width: 991px) {
  .cid-s1P9XT3SGu .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-s1P9XT3SGu .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-s1P9XT3SGu .mbr-section-btn {
  margin-left: -1rem;
  margin-right: -1rem;
  padding-top: 1rem;
}
.cid-s1P9XT3SGu .card4 > .mbr-card-title {
  text-align: center;
}
.cid-s1P9XT3SGu .card3 > .mbr-card-title {
  text-align: center;
}
.cid-s1P9XT3SGu .card2 > .mbr-card-title {
  text-align: center;
}
.cid-s1P9XT3SGu .card1 > .mbr-card-title {
  text-align: center;
}
.cid-s1P9XT3SGu .card1 > .mbr-text,
.cid-s1P9XT3SGu .card1 > .mbr-section-btn {
  text-align: center;
}
.cid-s1P9XT3SGu .card2 > .mbr-text,
.cid-s1P9XT3SGu .card2 > .mbr-section-btn {
  text-align: center;
}
.cid-s1P9XT3SGu .card3 > .mbr-text,
.cid-s1P9XT3SGu .card3 > .mbr-section-btn {
  text-align: center;
}
.cid-s1P9XT3SGu .card4 > .mbr-text,
.cid-s1P9XT3SGu .card4 > .mbr-section-btn {
  text-align: center;
}
.cid-s1P9XT3SGu .h3 {
  text-align: Left;
}
.cid-s1P9XT3SGu .btn {
  margin: 0 0 .5rem 0;
}
.cid-s14pxdzThC {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #0071bc;
}
.cid-s14pxdzThC .mbr-section-subtitle {
  color: #1b1464;
}
.cid-s14pxdzThC H2 {
  color: #ffffff;
}
.cid-s14pxdzThC .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s14pxdzThC .mbr-article {
  text-align: justify;
}
.cid-s1abUlT1li {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/happy-volunteers-united-together-2-1500x1027.jpeg");
}
.cid-s1abUlT1li .card-box {
  padding: 0 2rem;
}
.cid-s1abUlT1li .mbr-section-btn {
  padding-top: 1rem;
}
.cid-s1abUlT1li .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-s1abUlT1li h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-s1abUlT1li p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-s1abUlT1li .mbr-text {
  color: #1b1464;
  text-align: center;
}
.cid-s1abUlT1li .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  border-radius: .75rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s1abUlT1li .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s1abUlT1li .card-title {
  text-align: center;
  color: #1b1464;
}
.cid-s14pydDKuo {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #0071bc;
}
.cid-s14pydDKuo .mbr-section-subtitle {
  color: #1b1464;
}
.cid-s14pydDKuo H2 {
  color: #ffffff;
}
.cid-s14pydDKuo .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s14pydDKuo .mbr-article {
  text-align: justify;
}
.cid-s1P3rrpRZK {
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/baby-s-smiling-happy-when-her-see-tourists-1-1500x1000.jpeg");
}
.cid-s1P3rrpRZK h2 {
  text-align: left;
}
.cid-s1P3rrpRZK h4 {
  text-align: left;
  font-weight: 500;
}
.cid-s1P3rrpRZK p {
  color: #767676;
  text-align: Justify;
}
.cid-s1P3rrpRZK .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-s1P3rrpRZK .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s1P3rrpRZK .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s1P3rrpRZK .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s1P3rrpRZK .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s1P3rrpRZK .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-s1P3rrpRZK .btn {
  margin: 0 0 .5rem 0;
}
.cid-s1P3rrpRZK .infoBG {
  background: #fff;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-s1P3rrpRZK .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s1P3rrpRZK .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s1P3rrpRZK .card-img span {
    font-size: 40px !important;
  }
}
.cid-s1P3rrpRZK H2 {
  text-align: center;
}
.cid-s1P3rrpRZK H4 {
  color: #1b1464;
}
.cid-s1P3rrpRZK P {
  color: #1b1464;
}
.cid-s1P3rrpRZK .mbr-section-subtitle {
  color: #1b1464;
  text-align: center;
}
.cid-s14pyPyFMI {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #0071bc;
}
.cid-s14pyPyFMI .mbr-section-subtitle {
  color: #1b1464;
}
.cid-s14pyPyFMI H2 {
  color: #ffffff;
}
.cid-s14pyPyFMI .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s14pyPyFMI .mbr-article {
  text-align: justify;
}
.cid-s1P5yKlNzA {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/religiousscholar-2-1334x750.jpeg");
}
.cid-s1P5yKlNzA h2 {
  text-align: left;
}
.cid-s1P5yKlNzA h4 {
  text-align: Justify;
  font-weight: 500;
}
.cid-s1P5yKlNzA p {
  color: #767676;
  text-align: Justify;
}
.cid-s1P5yKlNzA .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-s1P5yKlNzA .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s1P5yKlNzA .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s1P5yKlNzA .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s1P5yKlNzA .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s1P5yKlNzA .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-s1P5yKlNzA .btn {
  margin: 0 0 .5rem 0;
}
.cid-s1P5yKlNzA .infoBG {
  background: #fff;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-s1P5yKlNzA .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-s1P5yKlNzA .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-s1P5yKlNzA .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-s1P5yKlNzA .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-s1P5yKlNzA .card-img span {
    font-size: 40px !important;
  }
}
.cid-s1P5yKlNzA H2 {
  text-align: center;
}
.cid-s1P5yKlNzA H4 {
  color: #1b1464;
}
.cid-s1P5yKlNzA P {
  color: #1b1464;
}
.cid-s1P5yKlNzA .mbr-section-subtitle {
  color: #1b1464;
}
.cid-sSlPxKBXxm {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #0071bc, #1b1464);
}
.cid-sSlPxKBXxm a {
  text-align: center;
}
.cid-sSlPxKBXxm p {
  color: #0a0a0a;
  text-align: center;
}
.cid-sSlPxKBXxm span {
  font-size: 2rem;
}
.cid-sSlPxKBXxm .mbr-iconfont-social {
  font-size: 40px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-sSlPxKBXxm .socicon-twitter {
  color: #4da7de;
}
.cid-sSlPxKBXxm .socicon-facebook {
  color: #3e5b98;
}
.cid-sSlPxKBXxm .socicon-googleplus {
  color: #dd4b39;
}
.cid-sSlPxKBXxm .socicon-instagram {
  color: #3f729b;
}
.cid-sSlPxKBXxm .social-list a:focus {
  text-decoration: none;
}
.cid-sSlPxKBXxm .text-copyright {
  width: 100%;
}
.cid-sSlPxKBXxm .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-sSlPxKBXxm .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-sSlPxKBXxm .logo-footer {
  line-height: normal;
}
.cid-sSlPxKBXxm .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSlPxKBXxm .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sSlPxKBXxm .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSlPxKBXxm .media-container-row a {
  margin: 0 1rem;
}
.cid-sSlPxKBXxm H1 {
  text-align: center;
  color: #ffffff;
}
.cid-sSlPxKBXxm P {
  color: #ffffff;
}
.cid-sSlPyJKY93 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0071bc;
}
.cid-sSlPyJKY93 .mbr-text {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sSlPyJKY93 .content {
    text-align: center;
  }
  .cid-sSlPyJKY93 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sSlPyJKY93 .img-logo img {
  height: 6rem;
  justify-content: center;
}
.cid-sSlPyJKY93 .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.cid-sSlPyJKY93 .social-list {
  justify-content: center;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sSlPyJKY93 .social-list .mbr-iconfont-social {
  font-size: 20px;
  color: #fff;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-sSlPyJKY93 .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sSlPyJKY93 .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sSlPyJKY93 .social-list a:hover {
  opacity: 1;
}
.cid-sSlPyJKY93 .social-list .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSlPyJKY93 .social-list .media-container-row a {
  margin: 0 1rem;
}
@media (max-width: 767px) {
  .cid-sSlPyJKY93 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sSlPyJKY93 .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-sSlPyJKY93 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sSlPyJKY93 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sSlPyJKY93 .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sSlPyJKY93 .foot-logo {
    text-align: center !important;
  }
  .cid-sSlPyJKY93 .foot-title {
    text-align: center !important;
  }
  .cid-sSlPyJKY93 .mbr-text {
    text-align: center !important;
  }
  .cid-sSlPyJKY93 .form-group {
    margin: 0;
  }
}
.cid-sSlPyJKY93 .foot-title {
  text-align: center;
}
.cid-sSlPyJKY93 .foot-text {
  text-align: center;
}
.cid-s0POUnZIxC .navbar {
  padding: .5rem 0;
  background: #1b1464;
  transition: none;
  min-height: 77px;
}
.cid-s0POUnZIxC .navbar-dropdown.bg-color.transparent.opened {
  background: #1b1464;
}
.cid-s0POUnZIxC a {
  font-style: normal;
}
.cid-s0POUnZIxC .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s0POUnZIxC .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-s0POUnZIxC .nav-item:focus,
.cid-s0POUnZIxC .nav-link:focus {
  outline: none;
}
.cid-s0POUnZIxC .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s0POUnZIxC .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s0POUnZIxC .menu-logo {
  margin-right: auto;
}
.cid-s0POUnZIxC .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-s0POUnZIxC .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-s0POUnZIxC .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s0POUnZIxC .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s0POUnZIxC .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s0POUnZIxC .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s0POUnZIxC .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s0POUnZIxC .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s0POUnZIxC .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s0POUnZIxC .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s0POUnZIxC .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s0POUnZIxC .dropdown .dropdown-menu {
  background: #1b1464;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s0POUnZIxC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s0POUnZIxC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s0POUnZIxC .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s0POUnZIxC .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-s0POUnZIxC .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-s0POUnZIxC .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s0POUnZIxC .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s0POUnZIxC .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s0POUnZIxC .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s0POUnZIxC .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s0POUnZIxC .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s0POUnZIxC button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s0POUnZIxC button.navbar-toggler:focus {
  outline: none;
}
.cid-s0POUnZIxC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s0POUnZIxC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s0POUnZIxC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s0POUnZIxC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s0POUnZIxC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s0POUnZIxC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s0POUnZIxC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s0POUnZIxC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s0POUnZIxC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s0POUnZIxC .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s0POUnZIxC .collapsed .btn {
  display: -webkit-flex;
}
.cid-s0POUnZIxC .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s0POUnZIxC .collapsed .navbar-collapse.collapsing,
.cid-s0POUnZIxC .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s0POUnZIxC .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s0POUnZIxC .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s0POUnZIxC .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s0POUnZIxC .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s0POUnZIxC .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s0POUnZIxC .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s0POUnZIxC .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s0POUnZIxC .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s0POUnZIxC .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-s0POUnZIxC .collapsed button.navbar-toggler {
  display: block;
}
.cid-s0POUnZIxC .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s0POUnZIxC .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s0POUnZIxC .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-s0POUnZIxC .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s0POUnZIxC .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s0POUnZIxC .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-s0POUnZIxC .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s0POUnZIxC img {
    height: 3.8rem !important;
  }
  .cid-s0POUnZIxC .btn {
    display: -webkit-flex;
  }
  .cid-s0POUnZIxC button.navbar-toggler {
    display: block;
  }
  .cid-s0POUnZIxC .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s0POUnZIxC .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s0POUnZIxC .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s0POUnZIxC .navbar-collapse.collapsing,
  .cid-s0POUnZIxC .navbar-collapse.show {
    display: block !important;
  }
  .cid-s0POUnZIxC .navbar-collapse.collapsing .navbar-nav,
  .cid-s0POUnZIxC .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s0POUnZIxC .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s0POUnZIxC .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s0POUnZIxC .navbar-collapse.collapsing .navbar-buttons,
  .cid-s0POUnZIxC .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s0POUnZIxC .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s0POUnZIxC .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s0POUnZIxC .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-s0POUnZIxC .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s0POUnZIxC .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s0POUnZIxC .dropdown .dropdown-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-s0POUnZIxC .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s0POUnZIxC .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s0POUnZIxC .nav-link:hover,
.cid-s0POUnZIxC .dropdown-item:hover {
  color: #4f9cd6 !important;
}
.cid-s0POUowbTt {
  padding-top: 135px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/headercontact-1500x795.jpeg");
}
.cid-s0POUowbTt H1 {
  color: #ffffff;
}
.cid-s0POUowbTt .mbr-text,
.cid-s0POUowbTt .mbr-section-btn {
  color: #ffffff;
  text-align: Center;
}
.cid-s14a9orj4z {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #0071bc;
}
.cid-s14a9orj4z .mbr-section-subtitle {
  color: #1b1464;
}
.cid-s14a9orj4z H2 {
  color: #ffffff;
}
.cid-s14a9orj4z .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s14a9orj4z .mbr-article {
  text-align: justify;
}
.cid-s14l7J9QbE {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/green-1500x735.jpeg");
}
.cid-s14l7J9QbE h2,
.cid-s14l7J9QbE h3,
.cid-s14l7J9QbE p,
.cid-s14l7J9QbE h4 {
  color: #0a0a0a;
}
.cid-s14l7J9QbE .img-block img {
  height: 100%;
  max-height: 600px;
  border-radius: .75rem;
}
.cid-s14l7J9QbE .mbr-iconfont {
  color: #1b1464;
  font-size: 2rem;
}
.cid-s14l7J9QbE .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #0071bc;
  color: #1b1464;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-s14l7J9QbE .form-control:focus,
.cid-s14l7J9QbE .form-control:hover {
  border: 1px solid #4f9cd6;
  background-color: #efefef;
}
.cid-s14l7J9QbE .form-group {
  margin-bottom: 1rem;
}
.cid-s14l7J9QbE input::-webkit-input-placeholder,
.cid-s14l7J9QbE textarea::-webkit-input-placeholder {
  color: #4f9cd6;
}
.cid-s14l7J9QbE input:-moz-placeholder,
.cid-s14l7J9QbE textarea:-moz-placeholder {
  color: #4f9cd6;
}
.cid-s14l7J9QbE .jq-selectbox li,
.cid-s14l7J9QbE .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s14l7J9QbE .jq-selectbox li:hover,
.cid-s14l7J9QbE .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-s14l7J9QbE .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s14l7J9QbE .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #efefef;
}
.cid-s14l7J9QbE .mbr-text {
  color: #767676;
}
.cid-s14l7J9QbE a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-s14l7J9QbE .input-group-btn {
  display: block;
  text-align: center;
}
.cid-s14l7J9QbE .form-block {
  padding: 2rem;
  box-shadow: 0 0 5px #a8a8a8;
  background-color: #ffffff;
}
.cid-s14l7J9QbE textarea.form-control {
  resize: none;
}
.cid-s14l7J9QbE .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-s14l7J9QbE .media-container-row {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.cid-s14l7J9QbE .list-block {
  position: relative;
}
.cid-s14l7J9QbE .list-block h4,
.cid-s14l7J9QbE .list-block p {
  padding-left: 3.5rem;
}
.cid-s14l7J9QbE .card-img {
  display: block;
}
@media (max-width: 767px) {
  .cid-s14l7J9QbE h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-s14l7J9QbE .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s14l7J9QbE .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
  .cid-s14l7J9QbE .img-block-wrap {
    position: relative;
  }
  .cid-s14l7J9QbE .img-block-wrap .img-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  .cid-s14l7J9QbE .img-block-wrap .img-block img {
    height: 100%;
  }
  .cid-s14l7J9QbE .text-content {
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-s14l7J9QbE .google-map {
    padding-bottom: 2rem;
  }
  .cid-s14l7J9QbE .img-block {
    overflow: hidden;
  }
}
.cid-s14l7J9QbE .list-item-title {
  color: #1b1464;
}
.cid-s14l7J9QbE .content-title {
  color: #1b1464;
}
.cid-s14l7J9QbE .content-subtitle {
  color: #1b1464;
}
.cid-sSlQWwwBsL {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #0071bc, #1b1464);
}
.cid-sSlQWwwBsL a {
  text-align: center;
}
.cid-sSlQWwwBsL p {
  color: #0a0a0a;
  text-align: center;
}
.cid-sSlQWwwBsL span {
  font-size: 2rem;
}
.cid-sSlQWwwBsL .mbr-iconfont-social {
  font-size: 40px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-sSlQWwwBsL .socicon-twitter {
  color: #4da7de;
}
.cid-sSlQWwwBsL .socicon-facebook {
  color: #3e5b98;
}
.cid-sSlQWwwBsL .socicon-googleplus {
  color: #dd4b39;
}
.cid-sSlQWwwBsL .socicon-instagram {
  color: #3f729b;
}
.cid-sSlQWwwBsL .social-list a:focus {
  text-decoration: none;
}
.cid-sSlQWwwBsL .text-copyright {
  width: 100%;
}
.cid-sSlQWwwBsL .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-sSlQWwwBsL .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-sSlQWwwBsL .logo-footer {
  line-height: normal;
}
.cid-sSlQWwwBsL .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSlQWwwBsL .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sSlQWwwBsL .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSlQWwwBsL .media-container-row a {
  margin: 0 1rem;
}
.cid-sSlQWwwBsL H1 {
  text-align: center;
  color: #ffffff;
}
.cid-sSlQWwwBsL P {
  color: #ffffff;
}
.cid-sSlQWZVFiR {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0071bc;
}
.cid-sSlQWZVFiR .mbr-text {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sSlQWZVFiR .content {
    text-align: center;
  }
  .cid-sSlQWZVFiR .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sSlQWZVFiR .img-logo img {
  height: 6rem;
  justify-content: center;
}
.cid-sSlQWZVFiR .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.cid-sSlQWZVFiR .social-list {
  justify-content: center;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sSlQWZVFiR .social-list .mbr-iconfont-social {
  font-size: 20px;
  color: #fff;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-sSlQWZVFiR .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sSlQWZVFiR .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sSlQWZVFiR .social-list a:hover {
  opacity: 1;
}
.cid-sSlQWZVFiR .social-list .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSlQWZVFiR .social-list .media-container-row a {
  margin: 0 1rem;
}
@media (max-width: 767px) {
  .cid-sSlQWZVFiR .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sSlQWZVFiR .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-sSlQWZVFiR .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sSlQWZVFiR .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sSlQWZVFiR .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sSlQWZVFiR .foot-logo {
    text-align: center !important;
  }
  .cid-sSlQWZVFiR .foot-title {
    text-align: center !important;
  }
  .cid-sSlQWZVFiR .mbr-text {
    text-align: center !important;
  }
  .cid-sSlQWZVFiR .form-group {
    margin: 0;
  }
}
.cid-sSlQWZVFiR .foot-title {
  text-align: center;
}
.cid-sSlQWZVFiR .foot-text {
  text-align: center;
}
.cid-s1T8glUivv .navbar {
  padding: .5rem 0;
  background: #1b1464;
  transition: none;
  min-height: 77px;
}
.cid-s1T8glUivv .navbar-dropdown.bg-color.transparent.opened {
  background: #1b1464;
}
.cid-s1T8glUivv a {
  font-style: normal;
}
.cid-s1T8glUivv .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s1T8glUivv .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-s1T8glUivv .nav-item:focus,
.cid-s1T8glUivv .nav-link:focus {
  outline: none;
}
.cid-s1T8glUivv .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s1T8glUivv .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s1T8glUivv .menu-logo {
  margin-right: auto;
}
.cid-s1T8glUivv .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-s1T8glUivv .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-s1T8glUivv .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s1T8glUivv .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s1T8glUivv .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s1T8glUivv .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s1T8glUivv .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s1T8glUivv .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s1T8glUivv .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s1T8glUivv .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1T8glUivv .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s1T8glUivv .dropdown .dropdown-menu {
  background: #1b1464;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s1T8glUivv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s1T8glUivv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1T8glUivv .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s1T8glUivv .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-s1T8glUivv .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-s1T8glUivv .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s1T8glUivv .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s1T8glUivv .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s1T8glUivv .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s1T8glUivv .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s1T8glUivv .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s1T8glUivv button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s1T8glUivv button.navbar-toggler:focus {
  outline: none;
}
.cid-s1T8glUivv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s1T8glUivv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1T8glUivv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1T8glUivv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1T8glUivv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1T8glUivv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1T8glUivv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1T8glUivv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1T8glUivv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1T8glUivv .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s1T8glUivv .collapsed .btn {
  display: -webkit-flex;
}
.cid-s1T8glUivv .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s1T8glUivv .collapsed .navbar-collapse.collapsing,
.cid-s1T8glUivv .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s1T8glUivv .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s1T8glUivv .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s1T8glUivv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s1T8glUivv .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s1T8glUivv .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s1T8glUivv .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s1T8glUivv .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s1T8glUivv .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s1T8glUivv .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-s1T8glUivv .collapsed button.navbar-toggler {
  display: block;
}
.cid-s1T8glUivv .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s1T8glUivv .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s1T8glUivv .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-s1T8glUivv .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s1T8glUivv .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s1T8glUivv .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-s1T8glUivv .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s1T8glUivv img {
    height: 3.8rem !important;
  }
  .cid-s1T8glUivv .btn {
    display: -webkit-flex;
  }
  .cid-s1T8glUivv button.navbar-toggler {
    display: block;
  }
  .cid-s1T8glUivv .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s1T8glUivv .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s1T8glUivv .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s1T8glUivv .navbar-collapse.collapsing,
  .cid-s1T8glUivv .navbar-collapse.show {
    display: block !important;
  }
  .cid-s1T8glUivv .navbar-collapse.collapsing .navbar-nav,
  .cid-s1T8glUivv .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s1T8glUivv .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s1T8glUivv .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s1T8glUivv .navbar-collapse.collapsing .navbar-buttons,
  .cid-s1T8glUivv .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s1T8glUivv .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s1T8glUivv .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s1T8glUivv .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-s1T8glUivv .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s1T8glUivv .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s1T8glUivv .dropdown .dropdown-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-s1T8glUivv .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s1T8glUivv .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s1T8glUivv .nav-link:hover,
.cid-s1T8glUivv .dropdown-item:hover {
  color: #4f9cd6 !important;
}
.cid-s1T8gnbRUe {
  padding-top: 135px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/headernewsletter-1500x795.jpeg");
}
.cid-s1T8gnbRUe H1 {
  color: #ffffff;
}
.cid-s1T8gnbRUe .mbr-text,
.cid-s1T8gnbRUe .mbr-section-btn {
  color: #ffffff;
  text-align: Center;
}
#RS6STARContactFormSp-52 h3 {
  font-size: 46px;
}
#RS6STARContactFormSp-52 small {
  font-size: 15px;
}
#RS6STARContactFormSp-52 .form-check-inline {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormSp-52 .form-check-inline1 {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormSp-52 .form-check-inline2 {
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormSp-52 .form-checkbox-inline {
  width: 100%;
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormSp-52 .form-check-input {
  margin-left: 2.25rem;
}
#RS6STARContactFormSp-52 #genderRadio1 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSp-52 #genderRadio2 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSp-52 #genderRadio3 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSp-52 #gender-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
}
#RS6STARContactFormSp-52 #optcheck {
  margin-left: 0.25rem;
}
#RS6STARContactFormSp-52 #optcheck1 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSp-52 #optcheck2 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSp-52 #optcheck3 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSp-52 #optcheck4 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSp-52 #optcheck5 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSp-52 #optcheck6 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSp-52 #optcheck-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
#RS6STARContactFormSp-52 #terms-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
}
#RS6STARContactFormSp-52 #privacy-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
}
#RS6STARContactFormSp-52 #sendbutton {
  text-align: left;
}
#RS6STARContactFormSp-52 .engine {
  display: none !important;
}
@media (max-width: 767px) {
  #RS6STARContactFormSp-52 .form-check-inline {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormSp-52 .form-check-inline1 {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormSp-52 .form-check-inline2 {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormSp-52 .form-checkbox-inline {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormSp-52 .form-check-input {
    margin-left: 1.25rem;
  }
  #RS6STARContactFormSp-52 #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormSp-52 #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  #RS6STARContactFormSp-52 #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormSp-52 #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormSp-52 #genderRadio1 {
    margin-left: 2.5rem;
  }
  #RS6STARContactFormSp-52 #genderRadio2 {
    margin-left: 2.5rem;
  }
  #RS6STARContactFormSp-52 #genderRadio3 {
    margin-left: 2.25rem;
  }
  #RS6STARContactFormSp-52 #optcheck1 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSp-52 #optcheck2 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSp-52 #optcheck3 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSp-52 #optcheck4 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSp-52 #optcheck5 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSp-52 #optcheck6 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSp-52 #optcheck {
    margin-left: 0.25rem;
  }
}
@media (max-width: 962px) {
  #RS6STARContactFormSp-52 #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormSp-52 #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  #RS6STARContactFormSp-52 #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormSp-52 #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSp-52 #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSp-52 #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormSp-52 #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSp-52 #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSp-52 #genderRadio3 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSp-52 #optcheck1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSp-52 #optcheck2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSp-52 #optcheck3 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSp-52 #optcheck4 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSp-52 #optcheck5 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSp-52 #optcheck6 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSp-52 #optcheck {
    margin-left: -0.5rem;
  }
}
#RS6STARContactFormSp-52 .form-control {
  padding: .5em .5em !important;
}
.cid-s2QSazlOhm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0071bc;
}
.cid-sSlPgoXNUO {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #0071bc, #1b1464);
}
.cid-sSlPgoXNUO a {
  text-align: center;
}
.cid-sSlPgoXNUO p {
  color: #0a0a0a;
  text-align: center;
}
.cid-sSlPgoXNUO span {
  font-size: 2rem;
}
.cid-sSlPgoXNUO .mbr-iconfont-social {
  font-size: 40px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-sSlPgoXNUO .socicon-twitter {
  color: #4da7de;
}
.cid-sSlPgoXNUO .socicon-facebook {
  color: #3e5b98;
}
.cid-sSlPgoXNUO .socicon-googleplus {
  color: #dd4b39;
}
.cid-sSlPgoXNUO .socicon-instagram {
  color: #3f729b;
}
.cid-sSlPgoXNUO .social-list a:focus {
  text-decoration: none;
}
.cid-sSlPgoXNUO .text-copyright {
  width: 100%;
}
.cid-sSlPgoXNUO .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-sSlPgoXNUO .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-sSlPgoXNUO .logo-footer {
  line-height: normal;
}
.cid-sSlPgoXNUO .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSlPgoXNUO .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sSlPgoXNUO .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSlPgoXNUO .media-container-row a {
  margin: 0 1rem;
}
.cid-sSlPgoXNUO H1 {
  text-align: center;
  color: #ffffff;
}
.cid-sSlPgoXNUO P {
  color: #ffffff;
}
.cid-sSlPnfXfCv {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0071bc;
}
.cid-sSlPnfXfCv .mbr-text {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sSlPnfXfCv .content {
    text-align: center;
  }
  .cid-sSlPnfXfCv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sSlPnfXfCv .img-logo img {
  height: 6rem;
  justify-content: center;
}
.cid-sSlPnfXfCv .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.cid-sSlPnfXfCv .social-list {
  justify-content: center;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sSlPnfXfCv .social-list .mbr-iconfont-social {
  font-size: 20px;
  color: #fff;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-sSlPnfXfCv .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sSlPnfXfCv .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sSlPnfXfCv .social-list a:hover {
  opacity: 1;
}
.cid-sSlPnfXfCv .social-list .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSlPnfXfCv .social-list .media-container-row a {
  margin: 0 1rem;
}
@media (max-width: 767px) {
  .cid-sSlPnfXfCv .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sSlPnfXfCv .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-sSlPnfXfCv .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sSlPnfXfCv .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sSlPnfXfCv .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sSlPnfXfCv .foot-logo {
    text-align: center !important;
  }
  .cid-sSlPnfXfCv .foot-title {
    text-align: center !important;
  }
  .cid-sSlPnfXfCv .mbr-text {
    text-align: center !important;
  }
  .cid-sSlPnfXfCv .form-group {
    margin: 0;
  }
}
.cid-sSlPnfXfCv .foot-title {
  text-align: center;
}
.cid-sSlPnfXfCv .foot-text {
  text-align: center;
}
.cid-s1XttdlDuI .navbar {
  padding: .5rem 0;
  background: #1b1464;
  transition: none;
  min-height: 77px;
}
.cid-s1XttdlDuI .navbar-dropdown.bg-color.transparent.opened {
  background: #1b1464;
}
.cid-s1XttdlDuI a {
  font-style: normal;
}
.cid-s1XttdlDuI .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s1XttdlDuI .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-s1XttdlDuI .nav-item:focus,
.cid-s1XttdlDuI .nav-link:focus {
  outline: none;
}
.cid-s1XttdlDuI .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s1XttdlDuI .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s1XttdlDuI .menu-logo {
  margin-right: auto;
}
.cid-s1XttdlDuI .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-s1XttdlDuI .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-s1XttdlDuI .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s1XttdlDuI .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s1XttdlDuI .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s1XttdlDuI .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s1XttdlDuI .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s1XttdlDuI .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s1XttdlDuI .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s1XttdlDuI .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1XttdlDuI .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s1XttdlDuI .dropdown .dropdown-menu {
  background: #1b1464;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s1XttdlDuI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s1XttdlDuI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1XttdlDuI .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s1XttdlDuI .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-s1XttdlDuI .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-s1XttdlDuI .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s1XttdlDuI .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s1XttdlDuI .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s1XttdlDuI .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s1XttdlDuI .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s1XttdlDuI .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s1XttdlDuI button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s1XttdlDuI button.navbar-toggler:focus {
  outline: none;
}
.cid-s1XttdlDuI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s1XttdlDuI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1XttdlDuI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1XttdlDuI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1XttdlDuI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1XttdlDuI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1XttdlDuI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1XttdlDuI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1XttdlDuI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1XttdlDuI .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s1XttdlDuI .collapsed .btn {
  display: -webkit-flex;
}
.cid-s1XttdlDuI .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s1XttdlDuI .collapsed .navbar-collapse.collapsing,
.cid-s1XttdlDuI .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s1XttdlDuI .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s1XttdlDuI .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s1XttdlDuI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s1XttdlDuI .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s1XttdlDuI .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s1XttdlDuI .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s1XttdlDuI .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s1XttdlDuI .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s1XttdlDuI .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-s1XttdlDuI .collapsed button.navbar-toggler {
  display: block;
}
.cid-s1XttdlDuI .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s1XttdlDuI .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s1XttdlDuI .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-s1XttdlDuI .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s1XttdlDuI .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s1XttdlDuI .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-s1XttdlDuI .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s1XttdlDuI img {
    height: 3.8rem !important;
  }
  .cid-s1XttdlDuI .btn {
    display: -webkit-flex;
  }
  .cid-s1XttdlDuI button.navbar-toggler {
    display: block;
  }
  .cid-s1XttdlDuI .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s1XttdlDuI .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s1XttdlDuI .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s1XttdlDuI .navbar-collapse.collapsing,
  .cid-s1XttdlDuI .navbar-collapse.show {
    display: block !important;
  }
  .cid-s1XttdlDuI .navbar-collapse.collapsing .navbar-nav,
  .cid-s1XttdlDuI .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s1XttdlDuI .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s1XttdlDuI .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s1XttdlDuI .navbar-collapse.collapsing .navbar-buttons,
  .cid-s1XttdlDuI .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s1XttdlDuI .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s1XttdlDuI .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s1XttdlDuI .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-s1XttdlDuI .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s1XttdlDuI .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s1XttdlDuI .dropdown .dropdown-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-s1XttdlDuI .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s1XttdlDuI .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s1XttdlDuI .nav-link:hover,
.cid-s1XttdlDuI .dropdown-item:hover {
  color: #4f9cd6 !important;
}
.cid-s1XttecUyx {
  padding-top: 135px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/headersupport-1500x795.jpeg");
}
.cid-s1XttecUyx H1 {
  color: #ffffff;
}
.cid-s1XttecUyx .mbr-text,
.cid-s1XttecUyx .mbr-section-btn {
  color: #ffffff;
  text-align: Justify;
}
.cid-s1XtteMfgC {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #0071bc;
}
.cid-s1XtteMfgC .mbr-section-subtitle {
  color: #1b1464;
}
.cid-s1XtteMfgC H2 {
  color: #ffffff;
}
.cid-s1XtteMfgC .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s1XtteMfgC .mbr-article {
  text-align: justify;
}
#RS6STARContactFormSpDon-8q SMALL {
  color: #1b1464;
}
#RS6STARContactFormSpDon-8q .donateclass {
  max-width: 600px;
  margin: auto;
}
#RS6STARContactFormSpDon-8q #submitbutton {
  width: 100%;
  margin: 0px 0px;
}
#RS6STARContactFormSpDon-8q h3 {
  font-size: 46px;
}
#RS6STARContactFormSpDon-8q small {
  font-size: 26px;
}
#RS6STARContactFormSpDon-8q .form-check-inline {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormSpDon-8q .form-check-inline1 {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormSpDon-8q .form-check-inline2 {
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormSpDon-8q .form-checkbox-inline {
  width: 100%;
  float: left;
  color: #a1a1a1;
}
#RS6STARContactFormSpDon-8q .form-check-input {
  margin-left: 2.25rem;
}
#RS6STARContactFormSpDon-8q #genderRadio1 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-8q #genderRadio2 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-8q #genderRadio3 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-8q #gender-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
}
#RS6STARContactFormSpDon-8q #optcheck {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-8q #optcheck1 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-8q #optcheck2 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-8q #optcheck3 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-8q #optcheck4 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-8q #optcheck5 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-8q #optcheck6 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-8q #optcheck-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
#RS6STARContactFormSpDon-8q #terms-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
}
#RS6STARContactFormSpDon-8q #privacy-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
}
#RS6STARContactFormSpDon-8q #sendbutton {
  text-align: left;
}
#RS6STARContactFormSpDon-8q .engine {
  display: none !important;
}
@media (max-width: 767px) {
  #RS6STARContactFormSpDon-8q .form-check-inline {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormSpDon-8q .form-check-inline1 {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormSpDon-8q .form-check-inline2 {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormSpDon-8q .form-checkbox-inline {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormSpDon-8q .form-check-input {
    margin-left: 1.25rem;
  }
  #RS6STARContactFormSpDon-8q #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormSpDon-8q #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  #RS6STARContactFormSpDon-8q #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormSpDon-8q #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormSpDon-8q #genderRadio1 {
    margin-left: 2.5rem;
  }
  #RS6STARContactFormSpDon-8q #genderRadio2 {
    margin-left: 2.5rem;
  }
  #RS6STARContactFormSpDon-8q #genderRadio3 {
    margin-left: 2.25rem;
  }
  #RS6STARContactFormSpDon-8q #optcheck1 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSpDon-8q #optcheck2 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSpDon-8q #optcheck3 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSpDon-8q #optcheck4 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSpDon-8q #optcheck5 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSpDon-8q #optcheck6 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSpDon-8q #optcheck {
    margin-left: 0.25rem;
  }
}
@media (max-width: 962px) {
  #RS6STARContactFormSpDon-8q #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormSpDon-8q #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  #RS6STARContactFormSpDon-8q #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormSpDon-8q #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-8q #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-8q #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormSpDon-8q #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-8q #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-8q #genderRadio3 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-8q #optcheck1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-8q #optcheck2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-8q #optcheck3 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-8q #optcheck4 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-8q #optcheck5 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-8q #optcheck6 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-8q #optcheck {
    margin-left: -0.5rem;
  }
}
#RS6STARContactFormSpDon-8q .form-control {
  padding: .5em .5em !important;
}
.cid-sSlPGVFHh1 {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #0071bc, #1b1464);
}
.cid-sSlPGVFHh1 a {
  text-align: center;
}
.cid-sSlPGVFHh1 p {
  color: #0a0a0a;
  text-align: center;
}
.cid-sSlPGVFHh1 span {
  font-size: 2rem;
}
.cid-sSlPGVFHh1 .mbr-iconfont-social {
  font-size: 40px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-sSlPGVFHh1 .socicon-twitter {
  color: #4da7de;
}
.cid-sSlPGVFHh1 .socicon-facebook {
  color: #3e5b98;
}
.cid-sSlPGVFHh1 .socicon-googleplus {
  color: #dd4b39;
}
.cid-sSlPGVFHh1 .socicon-instagram {
  color: #3f729b;
}
.cid-sSlPGVFHh1 .social-list a:focus {
  text-decoration: none;
}
.cid-sSlPGVFHh1 .text-copyright {
  width: 100%;
}
.cid-sSlPGVFHh1 .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-sSlPGVFHh1 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-sSlPGVFHh1 .logo-footer {
  line-height: normal;
}
.cid-sSlPGVFHh1 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSlPGVFHh1 .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sSlPGVFHh1 .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSlPGVFHh1 .media-container-row a {
  margin: 0 1rem;
}
.cid-sSlPGVFHh1 H1 {
  text-align: center;
  color: #ffffff;
}
.cid-sSlPGVFHh1 P {
  color: #ffffff;
}
.cid-sSlPHorytm {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0071bc;
}
.cid-sSlPHorytm .mbr-text {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sSlPHorytm .content {
    text-align: center;
  }
  .cid-sSlPHorytm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sSlPHorytm .img-logo img {
  height: 6rem;
  justify-content: center;
}
.cid-sSlPHorytm .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.cid-sSlPHorytm .social-list {
  justify-content: center;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sSlPHorytm .social-list .mbr-iconfont-social {
  font-size: 20px;
  color: #fff;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-sSlPHorytm .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sSlPHorytm .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sSlPHorytm .social-list a:hover {
  opacity: 1;
}
.cid-sSlPHorytm .social-list .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSlPHorytm .social-list .media-container-row a {
  margin: 0 1rem;
}
@media (max-width: 767px) {
  .cid-sSlPHorytm .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sSlPHorytm .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-sSlPHorytm .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sSlPHorytm .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sSlPHorytm .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sSlPHorytm .foot-logo {
    text-align: center !important;
  }
  .cid-sSlPHorytm .foot-title {
    text-align: center !important;
  }
  .cid-sSlPHorytm .mbr-text {
    text-align: center !important;
  }
  .cid-sSlPHorytm .form-group {
    margin: 0;
  }
}
.cid-sSlPHorytm .foot-title {
  text-align: center;
}
.cid-sSlPHorytm .foot-text {
  text-align: center;
}
.cid-s1XtEiedoO .navbar {
  padding: .5rem 0;
  background: #1b1464;
  transition: none;
  min-height: 77px;
}
.cid-s1XtEiedoO .navbar-dropdown.bg-color.transparent.opened {
  background: #1b1464;
}
.cid-s1XtEiedoO a {
  font-style: normal;
}
.cid-s1XtEiedoO .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s1XtEiedoO .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-s1XtEiedoO .nav-item:focus,
.cid-s1XtEiedoO .nav-link:focus {
  outline: none;
}
.cid-s1XtEiedoO .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s1XtEiedoO .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s1XtEiedoO .menu-logo {
  margin-right: auto;
}
.cid-s1XtEiedoO .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-s1XtEiedoO .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-s1XtEiedoO .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s1XtEiedoO .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s1XtEiedoO .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s1XtEiedoO .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s1XtEiedoO .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s1XtEiedoO .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s1XtEiedoO .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s1XtEiedoO .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1XtEiedoO .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s1XtEiedoO .dropdown .dropdown-menu {
  background: #1b1464;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s1XtEiedoO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s1XtEiedoO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1XtEiedoO .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s1XtEiedoO .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-s1XtEiedoO .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-s1XtEiedoO .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s1XtEiedoO .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s1XtEiedoO .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s1XtEiedoO .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s1XtEiedoO .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s1XtEiedoO .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s1XtEiedoO button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s1XtEiedoO button.navbar-toggler:focus {
  outline: none;
}
.cid-s1XtEiedoO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s1XtEiedoO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1XtEiedoO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1XtEiedoO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1XtEiedoO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1XtEiedoO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1XtEiedoO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1XtEiedoO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1XtEiedoO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1XtEiedoO .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s1XtEiedoO .collapsed .btn {
  display: -webkit-flex;
}
.cid-s1XtEiedoO .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s1XtEiedoO .collapsed .navbar-collapse.collapsing,
.cid-s1XtEiedoO .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s1XtEiedoO .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s1XtEiedoO .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s1XtEiedoO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s1XtEiedoO .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s1XtEiedoO .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s1XtEiedoO .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s1XtEiedoO .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s1XtEiedoO .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s1XtEiedoO .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-s1XtEiedoO .collapsed button.navbar-toggler {
  display: block;
}
.cid-s1XtEiedoO .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s1XtEiedoO .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s1XtEiedoO .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-s1XtEiedoO .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s1XtEiedoO .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s1XtEiedoO .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-s1XtEiedoO .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s1XtEiedoO img {
    height: 3.8rem !important;
  }
  .cid-s1XtEiedoO .btn {
    display: -webkit-flex;
  }
  .cid-s1XtEiedoO button.navbar-toggler {
    display: block;
  }
  .cid-s1XtEiedoO .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s1XtEiedoO .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s1XtEiedoO .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s1XtEiedoO .navbar-collapse.collapsing,
  .cid-s1XtEiedoO .navbar-collapse.show {
    display: block !important;
  }
  .cid-s1XtEiedoO .navbar-collapse.collapsing .navbar-nav,
  .cid-s1XtEiedoO .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s1XtEiedoO .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s1XtEiedoO .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s1XtEiedoO .navbar-collapse.collapsing .navbar-buttons,
  .cid-s1XtEiedoO .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s1XtEiedoO .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s1XtEiedoO .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s1XtEiedoO .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-s1XtEiedoO .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s1XtEiedoO .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s1XtEiedoO .dropdown .dropdown-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-s1XtEiedoO .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s1XtEiedoO .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s1XtEiedoO .nav-link:hover,
.cid-s1XtEiedoO .dropdown-item:hover {
  color: #4f9cd6 !important;
}
.cid-s1XtEj2C81 {
  padding-top: 135px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/headersupport-1500x795.jpeg");
}
.cid-s1XtEj2C81 H1 {
  color: #ffffff;
}
.cid-s1XtEj2C81 .mbr-text,
.cid-s1XtEj2C81 .mbr-section-btn {
  color: #ffffff;
  text-align: Center;
}
.cid-s1XtElz0QO {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #0071bc;
}
.cid-s1XtElz0QO .mbr-section-subtitle {
  color: #1b1464;
}
.cid-s1XtElz0QO H2 {
  color: #ffffff;
}
.cid-s1XtElz0QO .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s1XtElz0QO .mbr-article {
  text-align: justify;
}
#RS6STARContactFormSpDon-5x H3 {
  color: #1b1464;
}
#RS6STARContactFormSpDon-5x .donateclass {
  max-width: 600px;
  margin: auto;
}
#RS6STARContactFormSpDon-5x #submitbutton {
  width: 100%;
  margin: 0px 0px;
}
#RS6STARContactFormSpDon-5x h3 {
  font-size: 46px;
}
#RS6STARContactFormSpDon-5x small {
  font-size: 20px;
  color: #1b1464;
}
#RS6STARContactFormSpDon-5x .form-check-inline {
  width: 30%;
  float: left;
  color: #1b1464;
}
#RS6STARContactFormSpDon-5x .form-check-inline1 {
  width: 30%;
  float: left;
  color: #1b1464;
}
#RS6STARContactFormSpDon-5x .form-check-inline2 {
  float: left;
  color: #1b1464;
}
#RS6STARContactFormSpDon-5x .form-checkbox-inline {
  width: 100%;
  float: left;
  color: #1b1464;
}
#RS6STARContactFormSpDon-5x .form-check-input {
  margin-left: 2.25rem;
}
#RS6STARContactFormSpDon-5x #genderRadio1 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-5x #genderRadio2 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-5x #genderRadio3 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-5x #gender-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
}
#RS6STARContactFormSpDon-5x #optcheck {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-5x #optcheck1 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-5x #optcheck2 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-5x #optcheck3 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-5x #optcheck4 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-5x #optcheck5 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-5x #optcheck6 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-5x #optcheck-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
#RS6STARContactFormSpDon-5x #terms-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 48%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
  background-color: lightblue;
}
#RS6STARContactFormSpDon-5x #privacy-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 48%;
  float: right;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
  background-color: lightblue;
}
#RS6STARContactFormSpDon-5x #sendbutton {
  text-align: left;
}
#RS6STARContactFormSpDon-5x .engine {
  display: none !important;
}
@media (max-width: 767px) {
  #RS6STARContactFormSpDon-5x .form-check-inline {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormSpDon-5x .form-check-inline1 {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormSpDon-5x .form-check-inline2 {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormSpDon-5x .form-checkbox-inline {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormSpDon-5x .form-check-input {
    margin-left: 1.25rem;
  }
  #RS6STARContactFormSpDon-5x #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormSpDon-5x #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  #RS6STARContactFormSpDon-5x #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormSpDon-5x #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormSpDon-5x #genderRadio1 {
    margin-left: 2.5rem;
  }
  #RS6STARContactFormSpDon-5x #genderRadio2 {
    margin-left: 2.5rem;
  }
  #RS6STARContactFormSpDon-5x #genderRadio3 {
    margin-left: 2.25rem;
  }
  #RS6STARContactFormSpDon-5x #optcheck1 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSpDon-5x #optcheck2 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSpDon-5x #optcheck3 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSpDon-5x #optcheck4 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSpDon-5x #optcheck5 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSpDon-5x #optcheck6 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSpDon-5x #optcheck {
    margin-left: 0.25rem;
  }
}
@media (max-width: 962px) {
  #RS6STARContactFormSpDon-5x #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormSpDon-5x #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  #RS6STARContactFormSpDon-5x #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormSpDon-5x #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-5x #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-5x #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormSpDon-5x #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-5x #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-5x #genderRadio3 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-5x #optcheck1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-5x #optcheck2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-5x #optcheck3 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-5x #optcheck4 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-5x #optcheck5 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-5x #optcheck6 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-5x #optcheck {
    margin-left: -0.5rem;
  }
}
#RS6STARContactFormSpDon-5x .form-control {
  padding: .5em .5em !important;
}
.cid-s2QRDncGjE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0071bc;
}
.cid-sSlQ0DlYFj {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #0071bc, #1b1464);
}
.cid-sSlQ0DlYFj a {
  text-align: center;
}
.cid-sSlQ0DlYFj p {
  color: #0a0a0a;
  text-align: center;
}
.cid-sSlQ0DlYFj span {
  font-size: 2rem;
}
.cid-sSlQ0DlYFj .mbr-iconfont-social {
  font-size: 40px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-sSlQ0DlYFj .socicon-twitter {
  color: #4da7de;
}
.cid-sSlQ0DlYFj .socicon-facebook {
  color: #3e5b98;
}
.cid-sSlQ0DlYFj .socicon-googleplus {
  color: #dd4b39;
}
.cid-sSlQ0DlYFj .socicon-instagram {
  color: #3f729b;
}
.cid-sSlQ0DlYFj .social-list a:focus {
  text-decoration: none;
}
.cid-sSlQ0DlYFj .text-copyright {
  width: 100%;
}
.cid-sSlQ0DlYFj .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-sSlQ0DlYFj .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-sSlQ0DlYFj .logo-footer {
  line-height: normal;
}
.cid-sSlQ0DlYFj .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSlQ0DlYFj .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sSlQ0DlYFj .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSlQ0DlYFj .media-container-row a {
  margin: 0 1rem;
}
.cid-sSlQ0DlYFj H1 {
  text-align: center;
  color: #ffffff;
}
.cid-sSlQ0DlYFj P {
  color: #ffffff;
}
.cid-sSlQ1abRIm {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0071bc;
}
.cid-sSlQ1abRIm .mbr-text {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sSlQ1abRIm .content {
    text-align: center;
  }
  .cid-sSlQ1abRIm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sSlQ1abRIm .img-logo img {
  height: 6rem;
  justify-content: center;
}
.cid-sSlQ1abRIm .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.cid-sSlQ1abRIm .social-list {
  justify-content: center;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sSlQ1abRIm .social-list .mbr-iconfont-social {
  font-size: 20px;
  color: #fff;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-sSlQ1abRIm .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sSlQ1abRIm .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sSlQ1abRIm .social-list a:hover {
  opacity: 1;
}
.cid-sSlQ1abRIm .social-list .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSlQ1abRIm .social-list .media-container-row a {
  margin: 0 1rem;
}
@media (max-width: 767px) {
  .cid-sSlQ1abRIm .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sSlQ1abRIm .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-sSlQ1abRIm .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sSlQ1abRIm .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sSlQ1abRIm .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sSlQ1abRIm .foot-logo {
    text-align: center !important;
  }
  .cid-sSlQ1abRIm .foot-title {
    text-align: center !important;
  }
  .cid-sSlQ1abRIm .mbr-text {
    text-align: center !important;
  }
  .cid-sSlQ1abRIm .form-group {
    margin: 0;
  }
}
.cid-sSlQ1abRIm .foot-title {
  text-align: center;
}
.cid-sSlQ1abRIm .foot-text {
  text-align: center;
}
.cid-s1XtP2TLXO .navbar {
  padding: .5rem 0;
  background: #1b1464;
  transition: none;
  min-height: 77px;
}
.cid-s1XtP2TLXO .navbar-dropdown.bg-color.transparent.opened {
  background: #1b1464;
}
.cid-s1XtP2TLXO a {
  font-style: normal;
}
.cid-s1XtP2TLXO .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s1XtP2TLXO .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-s1XtP2TLXO .nav-item:focus,
.cid-s1XtP2TLXO .nav-link:focus {
  outline: none;
}
.cid-s1XtP2TLXO .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s1XtP2TLXO .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s1XtP2TLXO .menu-logo {
  margin-right: auto;
}
.cid-s1XtP2TLXO .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-s1XtP2TLXO .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-s1XtP2TLXO .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s1XtP2TLXO .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s1XtP2TLXO .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s1XtP2TLXO .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s1XtP2TLXO .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s1XtP2TLXO .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s1XtP2TLXO .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s1XtP2TLXO .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1XtP2TLXO .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s1XtP2TLXO .dropdown .dropdown-menu {
  background: #1b1464;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s1XtP2TLXO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s1XtP2TLXO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1XtP2TLXO .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s1XtP2TLXO .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-s1XtP2TLXO .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-s1XtP2TLXO .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s1XtP2TLXO .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s1XtP2TLXO .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s1XtP2TLXO .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s1XtP2TLXO .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s1XtP2TLXO .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s1XtP2TLXO button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s1XtP2TLXO button.navbar-toggler:focus {
  outline: none;
}
.cid-s1XtP2TLXO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s1XtP2TLXO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1XtP2TLXO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1XtP2TLXO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1XtP2TLXO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1XtP2TLXO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1XtP2TLXO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1XtP2TLXO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1XtP2TLXO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1XtP2TLXO .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s1XtP2TLXO .collapsed .btn {
  display: -webkit-flex;
}
.cid-s1XtP2TLXO .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s1XtP2TLXO .collapsed .navbar-collapse.collapsing,
.cid-s1XtP2TLXO .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s1XtP2TLXO .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s1XtP2TLXO .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s1XtP2TLXO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s1XtP2TLXO .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s1XtP2TLXO .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s1XtP2TLXO .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s1XtP2TLXO .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s1XtP2TLXO .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s1XtP2TLXO .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-s1XtP2TLXO .collapsed button.navbar-toggler {
  display: block;
}
.cid-s1XtP2TLXO .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s1XtP2TLXO .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s1XtP2TLXO .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-s1XtP2TLXO .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s1XtP2TLXO .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s1XtP2TLXO .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-s1XtP2TLXO .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s1XtP2TLXO img {
    height: 3.8rem !important;
  }
  .cid-s1XtP2TLXO .btn {
    display: -webkit-flex;
  }
  .cid-s1XtP2TLXO button.navbar-toggler {
    display: block;
  }
  .cid-s1XtP2TLXO .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s1XtP2TLXO .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s1XtP2TLXO .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s1XtP2TLXO .navbar-collapse.collapsing,
  .cid-s1XtP2TLXO .navbar-collapse.show {
    display: block !important;
  }
  .cid-s1XtP2TLXO .navbar-collapse.collapsing .navbar-nav,
  .cid-s1XtP2TLXO .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s1XtP2TLXO .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s1XtP2TLXO .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s1XtP2TLXO .navbar-collapse.collapsing .navbar-buttons,
  .cid-s1XtP2TLXO .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s1XtP2TLXO .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s1XtP2TLXO .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s1XtP2TLXO .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-s1XtP2TLXO .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s1XtP2TLXO .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s1XtP2TLXO .dropdown .dropdown-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-s1XtP2TLXO .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s1XtP2TLXO .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s1XtP2TLXO .nav-link:hover,
.cid-s1XtP2TLXO .dropdown-item:hover {
  color: #4f9cd6 !important;
}
.cid-s1XtP3xnMy {
  padding-top: 135px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/headersupport-1500x795.jpeg");
}
.cid-s1XtP3xnMy H1 {
  color: #ffffff;
}
.cid-s1XtP3xnMy .mbr-text,
.cid-s1XtP3xnMy .mbr-section-btn {
  color: #ffffff;
  text-align: Center;
}
.cid-s1XtP8wt9U {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #0071bc;
}
.cid-s1XtP8wt9U .mbr-section-subtitle {
  color: #1b1464;
}
.cid-s1XtP8wt9U H2 {
  color: #ffffff;
}
.cid-s1XtP8wt9U .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s1XtP8wt9U .mbr-article {
  text-align: justify;
}
#RS6STARContactFormSpDon-6g H3 {
  color: #1b1464;
}
#RS6STARContactFormSpDon-6g .donateclass {
  max-width: 600px;
  margin: auto;
}
#RS6STARContactFormSpDon-6g #submitbutton {
  width: 100%;
  margin: 0px 0px;
}
#RS6STARContactFormSpDon-6g h3 {
  font-size: 46px;
}
#RS6STARContactFormSpDon-6g small {
  font-size: 20px;
  color: #1b1464;
}
#RS6STARContactFormSpDon-6g .form-check-inline {
  width: 30%;
  float: left;
  color: #1b1464;
}
#RS6STARContactFormSpDon-6g .form-check-inline1 {
  width: 30%;
  float: left;
  color: #1b1464;
}
#RS6STARContactFormSpDon-6g .form-check-inline2 {
  float: left;
  color: #1b1464;
}
#RS6STARContactFormSpDon-6g .form-checkbox-inline {
  width: 100%;
  float: left;
  color: #1b1464;
}
#RS6STARContactFormSpDon-6g .form-check-input {
  margin-left: 2.25rem;
}
#RS6STARContactFormSpDon-6g #genderRadio1 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-6g #genderRadio2 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-6g #genderRadio3 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-6g #gender-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
}
#RS6STARContactFormSpDon-6g #optcheck {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-6g #optcheck1 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-6g #optcheck2 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-6g #optcheck3 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-6g #optcheck4 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-6g #optcheck5 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-6g #optcheck6 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-6g #optcheck-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
#RS6STARContactFormSpDon-6g #terms-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 48%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
  background-color: lightblue;
}
#RS6STARContactFormSpDon-6g #privacy-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 48%;
  float: right;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
  background-color: lightblue;
}
#RS6STARContactFormSpDon-6g #sendbutton {
  text-align: left;
}
#RS6STARContactFormSpDon-6g .engine {
  display: none !important;
}
@media (max-width: 767px) {
  #RS6STARContactFormSpDon-6g .form-check-inline {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormSpDon-6g .form-check-inline1 {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormSpDon-6g .form-check-inline2 {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormSpDon-6g .form-checkbox-inline {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormSpDon-6g .form-check-input {
    margin-left: 1.25rem;
  }
  #RS6STARContactFormSpDon-6g #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormSpDon-6g #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  #RS6STARContactFormSpDon-6g #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormSpDon-6g #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormSpDon-6g #genderRadio1 {
    margin-left: 2.5rem;
  }
  #RS6STARContactFormSpDon-6g #genderRadio2 {
    margin-left: 2.5rem;
  }
  #RS6STARContactFormSpDon-6g #genderRadio3 {
    margin-left: 2.25rem;
  }
  #RS6STARContactFormSpDon-6g #optcheck1 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSpDon-6g #optcheck2 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSpDon-6g #optcheck3 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSpDon-6g #optcheck4 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSpDon-6g #optcheck5 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSpDon-6g #optcheck6 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSpDon-6g #optcheck {
    margin-left: 0.25rem;
  }
}
@media (max-width: 962px) {
  #RS6STARContactFormSpDon-6g #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormSpDon-6g #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  #RS6STARContactFormSpDon-6g #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormSpDon-6g #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-6g #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-6g #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormSpDon-6g #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-6g #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-6g #genderRadio3 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-6g #optcheck1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-6g #optcheck2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-6g #optcheck3 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-6g #optcheck4 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-6g #optcheck5 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-6g #optcheck6 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-6g #optcheck {
    margin-left: -0.5rem;
  }
}
#RS6STARContactFormSpDon-6g .form-control {
  padding: .5em .5em !important;
}
.cid-s2QRQ7zOKX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0071bc;
}
.cid-sSlQr02xhp {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #0071bc, #1b1464);
}
.cid-sSlQr02xhp a {
  text-align: center;
}
.cid-sSlQr02xhp p {
  color: #0a0a0a;
  text-align: center;
}
.cid-sSlQr02xhp span {
  font-size: 2rem;
}
.cid-sSlQr02xhp .mbr-iconfont-social {
  font-size: 40px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-sSlQr02xhp .socicon-twitter {
  color: #4da7de;
}
.cid-sSlQr02xhp .socicon-facebook {
  color: #3e5b98;
}
.cid-sSlQr02xhp .socicon-googleplus {
  color: #dd4b39;
}
.cid-sSlQr02xhp .socicon-instagram {
  color: #3f729b;
}
.cid-sSlQr02xhp .social-list a:focus {
  text-decoration: none;
}
.cid-sSlQr02xhp .text-copyright {
  width: 100%;
}
.cid-sSlQr02xhp .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-sSlQr02xhp .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-sSlQr02xhp .logo-footer {
  line-height: normal;
}
.cid-sSlQr02xhp .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSlQr02xhp .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sSlQr02xhp .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSlQr02xhp .media-container-row a {
  margin: 0 1rem;
}
.cid-sSlQr02xhp H1 {
  text-align: center;
  color: #ffffff;
}
.cid-sSlQr02xhp P {
  color: #ffffff;
}
.cid-sSlQrFSLRF {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0071bc;
}
.cid-sSlQrFSLRF .mbr-text {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sSlQrFSLRF .content {
    text-align: center;
  }
  .cid-sSlQrFSLRF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sSlQrFSLRF .img-logo img {
  height: 6rem;
  justify-content: center;
}
.cid-sSlQrFSLRF .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.cid-sSlQrFSLRF .social-list {
  justify-content: center;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sSlQrFSLRF .social-list .mbr-iconfont-social {
  font-size: 20px;
  color: #fff;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-sSlQrFSLRF .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sSlQrFSLRF .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sSlQrFSLRF .social-list a:hover {
  opacity: 1;
}
.cid-sSlQrFSLRF .social-list .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSlQrFSLRF .social-list .media-container-row a {
  margin: 0 1rem;
}
@media (max-width: 767px) {
  .cid-sSlQrFSLRF .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sSlQrFSLRF .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-sSlQrFSLRF .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sSlQrFSLRF .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sSlQrFSLRF .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sSlQrFSLRF .foot-logo {
    text-align: center !important;
  }
  .cid-sSlQrFSLRF .foot-title {
    text-align: center !important;
  }
  .cid-sSlQrFSLRF .mbr-text {
    text-align: center !important;
  }
  .cid-sSlQrFSLRF .form-group {
    margin: 0;
  }
}
.cid-sSlQrFSLRF .foot-title {
  text-align: center;
}
.cid-sSlQrFSLRF .foot-text {
  text-align: center;
}
.cid-s1XtWvIzj3 .navbar {
  padding: .5rem 0;
  background: #1b1464;
  transition: none;
  min-height: 77px;
}
.cid-s1XtWvIzj3 .navbar-dropdown.bg-color.transparent.opened {
  background: #1b1464;
}
.cid-s1XtWvIzj3 a {
  font-style: normal;
}
.cid-s1XtWvIzj3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s1XtWvIzj3 .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-s1XtWvIzj3 .nav-item:focus,
.cid-s1XtWvIzj3 .nav-link:focus {
  outline: none;
}
.cid-s1XtWvIzj3 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s1XtWvIzj3 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s1XtWvIzj3 .menu-logo {
  margin-right: auto;
}
.cid-s1XtWvIzj3 .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-s1XtWvIzj3 .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-s1XtWvIzj3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s1XtWvIzj3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s1XtWvIzj3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s1XtWvIzj3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s1XtWvIzj3 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s1XtWvIzj3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s1XtWvIzj3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s1XtWvIzj3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1XtWvIzj3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s1XtWvIzj3 .dropdown .dropdown-menu {
  background: #1b1464;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s1XtWvIzj3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s1XtWvIzj3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1XtWvIzj3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s1XtWvIzj3 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-s1XtWvIzj3 .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-s1XtWvIzj3 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s1XtWvIzj3 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s1XtWvIzj3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s1XtWvIzj3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s1XtWvIzj3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s1XtWvIzj3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s1XtWvIzj3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s1XtWvIzj3 button.navbar-toggler:focus {
  outline: none;
}
.cid-s1XtWvIzj3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s1XtWvIzj3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1XtWvIzj3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1XtWvIzj3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1XtWvIzj3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1XtWvIzj3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1XtWvIzj3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1XtWvIzj3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1XtWvIzj3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1XtWvIzj3 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s1XtWvIzj3 .collapsed .btn {
  display: -webkit-flex;
}
.cid-s1XtWvIzj3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s1XtWvIzj3 .collapsed .navbar-collapse.collapsing,
.cid-s1XtWvIzj3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s1XtWvIzj3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s1XtWvIzj3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s1XtWvIzj3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s1XtWvIzj3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s1XtWvIzj3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s1XtWvIzj3 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s1XtWvIzj3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s1XtWvIzj3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s1XtWvIzj3 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-s1XtWvIzj3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-s1XtWvIzj3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s1XtWvIzj3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s1XtWvIzj3 .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-s1XtWvIzj3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s1XtWvIzj3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s1XtWvIzj3 .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-s1XtWvIzj3 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s1XtWvIzj3 img {
    height: 3.8rem !important;
  }
  .cid-s1XtWvIzj3 .btn {
    display: -webkit-flex;
  }
  .cid-s1XtWvIzj3 button.navbar-toggler {
    display: block;
  }
  .cid-s1XtWvIzj3 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s1XtWvIzj3 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s1XtWvIzj3 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s1XtWvIzj3 .navbar-collapse.collapsing,
  .cid-s1XtWvIzj3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-s1XtWvIzj3 .navbar-collapse.collapsing .navbar-nav,
  .cid-s1XtWvIzj3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s1XtWvIzj3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s1XtWvIzj3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s1XtWvIzj3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-s1XtWvIzj3 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s1XtWvIzj3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s1XtWvIzj3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s1XtWvIzj3 .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-s1XtWvIzj3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s1XtWvIzj3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s1XtWvIzj3 .dropdown .dropdown-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-s1XtWvIzj3 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s1XtWvIzj3 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s1XtWvIzj3 .nav-link:hover,
.cid-s1XtWvIzj3 .dropdown-item:hover {
  color: #4f9cd6 !important;
}
.cid-s1XtWwuc9U {
  padding-top: 135px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/headersupport-1500x795.jpeg");
}
.cid-s1XtWwuc9U H1 {
  color: #ffffff;
}
.cid-s1XtWwuc9U .mbr-text,
.cid-s1XtWwuc9U .mbr-section-btn {
  color: #ffffff;
  text-align: Center;
}
.cid-s1XtWDUEAS {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #0071bc;
}
.cid-s1XtWDUEAS .mbr-section-subtitle {
  color: #1b1464;
}
.cid-s1XtWDUEAS H2 {
  color: #ffffff;
}
.cid-s1XtWDUEAS .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-s1XtWDUEAS .mbr-article {
  text-align: justify;
}
#RS6STARContactFormSpDon-6z H3 {
  color: #1b1464;
}
#RS6STARContactFormSpDon-6z .donateclass {
  max-width: 600px;
  margin: auto;
}
#RS6STARContactFormSpDon-6z #submitbutton {
  width: 100%;
  margin: 0px 0px;
}
#RS6STARContactFormSpDon-6z h3 {
  font-size: 46px;
}
#RS6STARContactFormSpDon-6z small {
  font-size: 20px;
  color: #1b1464;
}
#RS6STARContactFormSpDon-6z .form-check-inline {
  width: 30%;
  float: left;
  color: #1b1464;
}
#RS6STARContactFormSpDon-6z .form-check-inline1 {
  width: 30%;
  float: left;
  color: #1b1464;
}
#RS6STARContactFormSpDon-6z .form-check-inline2 {
  float: left;
  color: #1b1464;
}
#RS6STARContactFormSpDon-6z .form-checkbox-inline {
  width: 100%;
  float: left;
  color: #1b1464;
}
#RS6STARContactFormSpDon-6z .form-check-input {
  margin-left: 2.25rem;
}
#RS6STARContactFormSpDon-6z #genderRadio1 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-6z #genderRadio2 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-6z #genderRadio3 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-6z #gender-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
}
#RS6STARContactFormSpDon-6z #optcheck {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-6z #optcheck1 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-6z #optcheck2 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-6z #optcheck3 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-6z #optcheck4 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-6z #optcheck5 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-6z #optcheck6 {
  margin-left: 0.25rem;
}
#RS6STARContactFormSpDon-6z #optcheck-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
#RS6STARContactFormSpDon-6z #terms-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 48%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
  background-color: lightblue;
}
#RS6STARContactFormSpDon-6z #privacy-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 48%;
  float: right;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
  background-color: lightblue;
}
#RS6STARContactFormSpDon-6z #sendbutton {
  text-align: left;
}
#RS6STARContactFormSpDon-6z .engine {
  display: none !important;
}
@media (max-width: 767px) {
  #RS6STARContactFormSpDon-6z .form-check-inline {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormSpDon-6z .form-check-inline1 {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormSpDon-6z .form-check-inline2 {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormSpDon-6z .form-checkbox-inline {
    font-size: 0.8rem !important;
  }
  #RS6STARContactFormSpDon-6z .form-check-input {
    margin-left: 1.25rem;
  }
  #RS6STARContactFormSpDon-6z #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormSpDon-6z #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  #RS6STARContactFormSpDon-6z #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormSpDon-6z #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormSpDon-6z #genderRadio1 {
    margin-left: 2.5rem;
  }
  #RS6STARContactFormSpDon-6z #genderRadio2 {
    margin-left: 2.5rem;
  }
  #RS6STARContactFormSpDon-6z #genderRadio3 {
    margin-left: 2.25rem;
  }
  #RS6STARContactFormSpDon-6z #optcheck1 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSpDon-6z #optcheck2 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSpDon-6z #optcheck3 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSpDon-6z #optcheck4 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSpDon-6z #optcheck5 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSpDon-6z #optcheck6 {
    margin-left: 0.25rem;
  }
  #RS6STARContactFormSpDon-6z #optcheck {
    margin-left: 0.25rem;
  }
}
@media (max-width: 962px) {
  #RS6STARContactFormSpDon-6z #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #RS6STARContactFormSpDon-6z #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  #RS6STARContactFormSpDon-6z #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormSpDon-6z #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-6z #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-6z #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #RS6STARContactFormSpDon-6z #genderRadio1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-6z #genderRadio2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-6z #genderRadio3 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-6z #optcheck1 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-6z #optcheck2 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-6z #optcheck3 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-6z #optcheck4 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-6z #optcheck5 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-6z #optcheck6 {
    margin-left: -0.5rem;
  }
  #RS6STARContactFormSpDon-6z #optcheck {
    margin-left: -0.5rem;
  }
}
#RS6STARContactFormSpDon-6z .form-control {
  padding: .5em .5em !important;
}
.cid-s2QRXKnkgB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0071bc;
}
.cid-sSlQxUEDxB {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #0071bc, #1b1464);
}
.cid-sSlQxUEDxB a {
  text-align: center;
}
.cid-sSlQxUEDxB p {
  color: #0a0a0a;
  text-align: center;
}
.cid-sSlQxUEDxB span {
  font-size: 2rem;
}
.cid-sSlQxUEDxB .mbr-iconfont-social {
  font-size: 40px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-sSlQxUEDxB .socicon-twitter {
  color: #4da7de;
}
.cid-sSlQxUEDxB .socicon-facebook {
  color: #3e5b98;
}
.cid-sSlQxUEDxB .socicon-googleplus {
  color: #dd4b39;
}
.cid-sSlQxUEDxB .socicon-instagram {
  color: #3f729b;
}
.cid-sSlQxUEDxB .social-list a:focus {
  text-decoration: none;
}
.cid-sSlQxUEDxB .text-copyright {
  width: 100%;
}
.cid-sSlQxUEDxB .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-sSlQxUEDxB .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-sSlQxUEDxB .logo-footer {
  line-height: normal;
}
.cid-sSlQxUEDxB .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSlQxUEDxB .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sSlQxUEDxB .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSlQxUEDxB .media-container-row a {
  margin: 0 1rem;
}
.cid-sSlQxUEDxB H1 {
  text-align: center;
  color: #ffffff;
}
.cid-sSlQxUEDxB P {
  color: #ffffff;
}
.cid-sSlQyqWnGf {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0071bc;
}
.cid-sSlQyqWnGf .mbr-text {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sSlQyqWnGf .content {
    text-align: center;
  }
  .cid-sSlQyqWnGf .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sSlQyqWnGf .img-logo img {
  height: 6rem;
  justify-content: center;
}
.cid-sSlQyqWnGf .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.cid-sSlQyqWnGf .social-list {
  justify-content: center;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sSlQyqWnGf .social-list .mbr-iconfont-social {
  font-size: 20px;
  color: #fff;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-sSlQyqWnGf .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sSlQyqWnGf .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sSlQyqWnGf .social-list a:hover {
  opacity: 1;
}
.cid-sSlQyqWnGf .social-list .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSlQyqWnGf .social-list .media-container-row a {
  margin: 0 1rem;
}
@media (max-width: 767px) {
  .cid-sSlQyqWnGf .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sSlQyqWnGf .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-sSlQyqWnGf .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sSlQyqWnGf .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sSlQyqWnGf .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sSlQyqWnGf .foot-logo {
    text-align: center !important;
  }
  .cid-sSlQyqWnGf .foot-title {
    text-align: center !important;
  }
  .cid-sSlQyqWnGf .mbr-text {
    text-align: center !important;
  }
  .cid-sSlQyqWnGf .form-group {
    margin: 0;
  }
}
.cid-sSlQyqWnGf .foot-title {
  text-align: center;
}
.cid-sSlQyqWnGf .foot-text {
  text-align: center;
}
.cid-s2reYbyCzE .navbar {
  padding: .5rem 0;
  background: #1b1464;
  transition: none;
  min-height: 77px;
}
.cid-s2reYbyCzE .navbar-dropdown.bg-color.transparent.opened {
  background: #1b1464;
}
.cid-s2reYbyCzE a {
  font-style: normal;
}
.cid-s2reYbyCzE .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s2reYbyCzE .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-s2reYbyCzE .nav-item:focus,
.cid-s2reYbyCzE .nav-link:focus {
  outline: none;
}
.cid-s2reYbyCzE .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s2reYbyCzE .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s2reYbyCzE .menu-logo {
  margin-right: auto;
}
.cid-s2reYbyCzE .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-s2reYbyCzE .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-s2reYbyCzE .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s2reYbyCzE .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s2reYbyCzE .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s2reYbyCzE .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s2reYbyCzE .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s2reYbyCzE .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s2reYbyCzE .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s2reYbyCzE .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2reYbyCzE .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s2reYbyCzE .dropdown .dropdown-menu {
  background: #1b1464;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s2reYbyCzE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s2reYbyCzE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s2reYbyCzE .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s2reYbyCzE .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-s2reYbyCzE .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-s2reYbyCzE .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s2reYbyCzE .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s2reYbyCzE .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s2reYbyCzE .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s2reYbyCzE .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s2reYbyCzE .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s2reYbyCzE button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s2reYbyCzE button.navbar-toggler:focus {
  outline: none;
}
.cid-s2reYbyCzE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s2reYbyCzE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2reYbyCzE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2reYbyCzE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2reYbyCzE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2reYbyCzE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2reYbyCzE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2reYbyCzE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2reYbyCzE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2reYbyCzE .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s2reYbyCzE .collapsed .btn {
  display: -webkit-flex;
}
.cid-s2reYbyCzE .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s2reYbyCzE .collapsed .navbar-collapse.collapsing,
.cid-s2reYbyCzE .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s2reYbyCzE .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s2reYbyCzE .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s2reYbyCzE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s2reYbyCzE .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s2reYbyCzE .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s2reYbyCzE .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s2reYbyCzE .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s2reYbyCzE .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s2reYbyCzE .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-s2reYbyCzE .collapsed button.navbar-toggler {
  display: block;
}
.cid-s2reYbyCzE .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s2reYbyCzE .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s2reYbyCzE .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-s2reYbyCzE .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s2reYbyCzE .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s2reYbyCzE .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-s2reYbyCzE .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s2reYbyCzE img {
    height: 3.8rem !important;
  }
  .cid-s2reYbyCzE .btn {
    display: -webkit-flex;
  }
  .cid-s2reYbyCzE button.navbar-toggler {
    display: block;
  }
  .cid-s2reYbyCzE .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s2reYbyCzE .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s2reYbyCzE .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s2reYbyCzE .navbar-collapse.collapsing,
  .cid-s2reYbyCzE .navbar-collapse.show {
    display: block !important;
  }
  .cid-s2reYbyCzE .navbar-collapse.collapsing .navbar-nav,
  .cid-s2reYbyCzE .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s2reYbyCzE .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s2reYbyCzE .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s2reYbyCzE .navbar-collapse.collapsing .navbar-buttons,
  .cid-s2reYbyCzE .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s2reYbyCzE .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s2reYbyCzE .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s2reYbyCzE .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-s2reYbyCzE .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s2reYbyCzE .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s2reYbyCzE .dropdown .dropdown-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-s2reYbyCzE .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s2reYbyCzE .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s2reYbyCzE .nav-link:hover,
.cid-s2reYbyCzE .dropdown-item:hover {
  color: #4f9cd6 !important;
}
.cid-s2reYcGd5G {
  padding-top: 135px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/headersupport-1-1500x795.jpeg");
}
.cid-s2reYcGd5G H1 {
  color: #ffffff;
}
.cid-s2reYcGd5G .mbr-text,
.cid-s2reYcGd5G .mbr-section-btn {
  color: #ffffff;
  text-align: Center;
}
.cid-s2QP9zF6WM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0071bc;
}
#undefined h3 {
  font-size: 46px;
}
#undefined small {
  font-size: 15px;
}
#undefined .form-check-inline {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#undefined .form-check-inline1 {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#undefined .form-check-inline2 {
  float: left;
  color: #a1a1a1;
}
#undefined .form-checkbox-inline {
  width: 100%;
  float: left;
  color: #a1a1a1;
}
#undefined .form-check-input {
  margin-left: 2.25rem;
}
#undefined #genderRadio1 {
  margin-left: 0.25rem;
}
#undefined #genderRadio2 {
  margin-left: 0.25rem;
}
#undefined #genderRadio3 {
  margin-left: 0.25rem;
}
#undefined #gender-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
}
#undefined #optcheck {
  margin-left: 0.25rem;
}
#undefined #optcheck1 {
  margin-left: 0.25rem;
}
#undefined #optcheck2 {
  margin-left: 0.25rem;
}
#undefined #optcheck3 {
  margin-left: 0.25rem;
}
#undefined #optcheck4 {
  margin-left: 0.25rem;
}
#undefined #optcheck5 {
  margin-left: 0.25rem;
}
#undefined #optcheck6 {
  margin-left: 0.25rem;
}
#undefined #optcheck-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
#undefined #terms-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
}
#undefined #privacy-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
}
#undefined #sendbutton {
  text-align: left;
}
#undefined .engine {
  display: none !important;
}
@media (max-width: 767px) {
  #undefined .form-check-inline {
    font-size: 0.8rem !important;
  }
  #undefined .form-check-inline1 {
    font-size: 0.8rem !important;
  }
  #undefined .form-check-inline2 {
    font-size: 0.8rem !important;
  }
  #undefined .form-checkbox-inline {
    font-size: 0.8rem !important;
  }
  #undefined .form-check-input {
    margin-left: 1.25rem;
  }
  #undefined #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #undefined #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  #undefined #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #undefined #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #undefined #genderRadio1 {
    margin-left: 2.5rem;
  }
  #undefined #genderRadio2 {
    margin-left: 2.5rem;
  }
  #undefined #genderRadio3 {
    margin-left: 2.25rem;
  }
  #undefined #optcheck1 {
    margin-left: 0.25rem;
  }
  #undefined #optcheck2 {
    margin-left: 0.25rem;
  }
  #undefined #optcheck3 {
    margin-left: 0.25rem;
  }
  #undefined #optcheck4 {
    margin-left: 0.25rem;
  }
  #undefined #optcheck5 {
    margin-left: 0.25rem;
  }
  #undefined #optcheck6 {
    margin-left: 0.25rem;
  }
  #undefined #optcheck {
    margin-left: 0.25rem;
  }
}
@media (max-width: 962px) {
  #undefined #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #undefined #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  #undefined #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #undefined #genderRadio1 {
    margin-left: -0.5rem;
  }
  #undefined #genderRadio2 {
    margin-left: -0.5rem;
  }
  #undefined #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #undefined #genderRadio1 {
    margin-left: -0.5rem;
  }
  #undefined #genderRadio2 {
    margin-left: -0.5rem;
  }
  #undefined #genderRadio3 {
    margin-left: -0.5rem;
  }
  #undefined #optcheck1 {
    margin-left: -0.5rem;
  }
  #undefined #optcheck2 {
    margin-left: -0.5rem;
  }
  #undefined #optcheck3 {
    margin-left: -0.5rem;
  }
  #undefined #optcheck4 {
    margin-left: -0.5rem;
  }
  #undefined #optcheck5 {
    margin-left: -0.5rem;
  }
  #undefined #optcheck6 {
    margin-left: -0.5rem;
  }
  #undefined #optcheck {
    margin-left: -0.5rem;
  }
}
#undefined .form-control {
  padding: .5em .5em !important;
}
.cid-sSlPTiCgss {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #0071bc, #1b1464);
}
.cid-sSlPTiCgss a {
  text-align: center;
}
.cid-sSlPTiCgss p {
  color: #0a0a0a;
  text-align: center;
}
.cid-sSlPTiCgss span {
  font-size: 2rem;
}
.cid-sSlPTiCgss .mbr-iconfont-social {
  font-size: 40px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-sSlPTiCgss .socicon-twitter {
  color: #4da7de;
}
.cid-sSlPTiCgss .socicon-facebook {
  color: #3e5b98;
}
.cid-sSlPTiCgss .socicon-googleplus {
  color: #dd4b39;
}
.cid-sSlPTiCgss .socicon-instagram {
  color: #3f729b;
}
.cid-sSlPTiCgss .social-list a:focus {
  text-decoration: none;
}
.cid-sSlPTiCgss .text-copyright {
  width: 100%;
}
.cid-sSlPTiCgss .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-sSlPTiCgss .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-sSlPTiCgss .logo-footer {
  line-height: normal;
}
.cid-sSlPTiCgss .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSlPTiCgss .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sSlPTiCgss .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSlPTiCgss .media-container-row a {
  margin: 0 1rem;
}
.cid-sSlPTiCgss H1 {
  text-align: center;
  color: #ffffff;
}
.cid-sSlPTiCgss P {
  color: #ffffff;
}
.cid-sSlPTMu0l7 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0071bc;
}
.cid-sSlPTMu0l7 .mbr-text {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sSlPTMu0l7 .content {
    text-align: center;
  }
  .cid-sSlPTMu0l7 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sSlPTMu0l7 .img-logo img {
  height: 6rem;
  justify-content: center;
}
.cid-sSlPTMu0l7 .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.cid-sSlPTMu0l7 .social-list {
  justify-content: center;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sSlPTMu0l7 .social-list .mbr-iconfont-social {
  font-size: 20px;
  color: #fff;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-sSlPTMu0l7 .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sSlPTMu0l7 .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sSlPTMu0l7 .social-list a:hover {
  opacity: 1;
}
.cid-sSlPTMu0l7 .social-list .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSlPTMu0l7 .social-list .media-container-row a {
  margin: 0 1rem;
}
@media (max-width: 767px) {
  .cid-sSlPTMu0l7 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sSlPTMu0l7 .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-sSlPTMu0l7 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sSlPTMu0l7 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sSlPTMu0l7 .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sSlPTMu0l7 .foot-logo {
    text-align: center !important;
  }
  .cid-sSlPTMu0l7 .foot-title {
    text-align: center !important;
  }
  .cid-sSlPTMu0l7 .mbr-text {
    text-align: center !important;
  }
  .cid-sSlPTMu0l7 .form-group {
    margin: 0;
  }
}
.cid-sSlPTMu0l7 .foot-title {
  text-align: center;
}
.cid-sSlPTMu0l7 .foot-text {
  text-align: center;
}
.cid-s2rdNa3hgS .navbar {
  padding: .5rem 0;
  background: #1b1464;
  transition: none;
  min-height: 77px;
}
.cid-s2rdNa3hgS .navbar-dropdown.bg-color.transparent.opened {
  background: #1b1464;
}
.cid-s2rdNa3hgS a {
  font-style: normal;
}
.cid-s2rdNa3hgS .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s2rdNa3hgS .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-s2rdNa3hgS .nav-item:focus,
.cid-s2rdNa3hgS .nav-link:focus {
  outline: none;
}
.cid-s2rdNa3hgS .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s2rdNa3hgS .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s2rdNa3hgS .menu-logo {
  margin-right: auto;
}
.cid-s2rdNa3hgS .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-s2rdNa3hgS .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-s2rdNa3hgS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s2rdNa3hgS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s2rdNa3hgS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s2rdNa3hgS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s2rdNa3hgS .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s2rdNa3hgS .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s2rdNa3hgS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s2rdNa3hgS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2rdNa3hgS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s2rdNa3hgS .dropdown .dropdown-menu {
  background: #1b1464;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s2rdNa3hgS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s2rdNa3hgS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s2rdNa3hgS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s2rdNa3hgS .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-s2rdNa3hgS .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-s2rdNa3hgS .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s2rdNa3hgS .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s2rdNa3hgS .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s2rdNa3hgS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s2rdNa3hgS .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s2rdNa3hgS .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s2rdNa3hgS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s2rdNa3hgS button.navbar-toggler:focus {
  outline: none;
}
.cid-s2rdNa3hgS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s2rdNa3hgS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2rdNa3hgS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2rdNa3hgS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2rdNa3hgS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2rdNa3hgS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2rdNa3hgS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2rdNa3hgS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2rdNa3hgS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2rdNa3hgS .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s2rdNa3hgS .collapsed .btn {
  display: -webkit-flex;
}
.cid-s2rdNa3hgS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s2rdNa3hgS .collapsed .navbar-collapse.collapsing,
.cid-s2rdNa3hgS .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s2rdNa3hgS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s2rdNa3hgS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s2rdNa3hgS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s2rdNa3hgS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s2rdNa3hgS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s2rdNa3hgS .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s2rdNa3hgS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s2rdNa3hgS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s2rdNa3hgS .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-s2rdNa3hgS .collapsed button.navbar-toggler {
  display: block;
}
.cid-s2rdNa3hgS .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s2rdNa3hgS .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s2rdNa3hgS .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-s2rdNa3hgS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s2rdNa3hgS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s2rdNa3hgS .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-s2rdNa3hgS .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s2rdNa3hgS img {
    height: 3.8rem !important;
  }
  .cid-s2rdNa3hgS .btn {
    display: -webkit-flex;
  }
  .cid-s2rdNa3hgS button.navbar-toggler {
    display: block;
  }
  .cid-s2rdNa3hgS .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s2rdNa3hgS .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s2rdNa3hgS .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s2rdNa3hgS .navbar-collapse.collapsing,
  .cid-s2rdNa3hgS .navbar-collapse.show {
    display: block !important;
  }
  .cid-s2rdNa3hgS .navbar-collapse.collapsing .navbar-nav,
  .cid-s2rdNa3hgS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s2rdNa3hgS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s2rdNa3hgS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s2rdNa3hgS .navbar-collapse.collapsing .navbar-buttons,
  .cid-s2rdNa3hgS .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s2rdNa3hgS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s2rdNa3hgS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s2rdNa3hgS .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-s2rdNa3hgS .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s2rdNa3hgS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s2rdNa3hgS .dropdown .dropdown-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-s2rdNa3hgS .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s2rdNa3hgS .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s2rdNa3hgS .nav-link:hover,
.cid-s2rdNa3hgS .dropdown-item:hover {
  color: #4f9cd6 !important;
}
.cid-s2rdNaV1vl {
  padding-top: 135px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/headersupport-1-1500x795.jpeg");
}
.cid-s2rdNaV1vl H1 {
  color: #ffffff;
}
.cid-s2rdNaV1vl .mbr-text,
.cid-s2rdNaV1vl .mbr-section-btn {
  color: #ffffff;
  text-align: Center;
}
.cid-s2QR4RaquO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0071bc;
}
#undefined h3 {
  font-size: 46px;
}
#undefined small {
  font-size: 15px;
}
#undefined .form-check-inline {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#undefined .form-check-inline1 {
  width: 30%;
  float: left;
  color: #a1a1a1;
}
#undefined .form-check-inline2 {
  float: left;
  color: #a1a1a1;
}
#undefined .form-checkbox-inline {
  width: 100%;
  float: left;
  color: #a1a1a1;
}
#undefined .form-check-input {
  margin-left: 2.25rem;
}
#undefined #genderRadio1 {
  margin-left: 0.25rem;
}
#undefined #genderRadio2 {
  margin-left: 0.25rem;
}
#undefined #genderRadio3 {
  margin-left: 0.25rem;
}
#undefined #gender-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
}
#undefined #optcheck {
  margin-left: 0.25rem;
}
#undefined #optcheck1 {
  margin-left: 0.25rem;
}
#undefined #optcheck2 {
  margin-left: 0.25rem;
}
#undefined #optcheck3 {
  margin-left: 0.25rem;
}
#undefined #optcheck4 {
  margin-left: 0.25rem;
}
#undefined #optcheck5 {
  margin-left: 0.25rem;
}
#undefined #optcheck6 {
  margin-left: 0.25rem;
}
#undefined #optcheck-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
#undefined #terms-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
}
#undefined #privacy-div {
  border: 1px #a1a1a1 solid;
  border-radius: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  height: 75px;
}
#undefined #sendbutton {
  text-align: left;
}
#undefined .engine {
  display: none !important;
}
@media (max-width: 767px) {
  #undefined .form-check-inline {
    font-size: 0.8rem !important;
  }
  #undefined .form-check-inline1 {
    font-size: 0.8rem !important;
  }
  #undefined .form-check-inline2 {
    font-size: 0.8rem !important;
  }
  #undefined .form-checkbox-inline {
    font-size: 0.8rem !important;
  }
  #undefined .form-check-input {
    margin-left: 1.25rem;
  }
  #undefined #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #undefined #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  #undefined #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #undefined #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #undefined #genderRadio1 {
    margin-left: 2.5rem;
  }
  #undefined #genderRadio2 {
    margin-left: 2.5rem;
  }
  #undefined #genderRadio3 {
    margin-left: 2.25rem;
  }
  #undefined #optcheck1 {
    margin-left: 0.25rem;
  }
  #undefined #optcheck2 {
    margin-left: 0.25rem;
  }
  #undefined #optcheck3 {
    margin-left: 0.25rem;
  }
  #undefined #optcheck4 {
    margin-left: 0.25rem;
  }
  #undefined #optcheck5 {
    margin-left: 0.25rem;
  }
  #undefined #optcheck6 {
    margin-left: 0.25rem;
  }
  #undefined #optcheck {
    margin-left: 0.25rem;
  }
}
@media (max-width: 962px) {
  #undefined #gender-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 105px;
  }
  #undefined #optcheck-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  #undefined #terms-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #undefined #genderRadio1 {
    margin-left: -0.5rem;
  }
  #undefined #genderRadio2 {
    margin-left: -0.5rem;
  }
  #undefined #privacy-div {
    border: 1px #a1a1a1 solid;
    border-radius: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    height: 75px;
  }
  #undefined #genderRadio1 {
    margin-left: -0.5rem;
  }
  #undefined #genderRadio2 {
    margin-left: -0.5rem;
  }
  #undefined #genderRadio3 {
    margin-left: -0.5rem;
  }
  #undefined #optcheck1 {
    margin-left: -0.5rem;
  }
  #undefined #optcheck2 {
    margin-left: -0.5rem;
  }
  #undefined #optcheck3 {
    margin-left: -0.5rem;
  }
  #undefined #optcheck4 {
    margin-left: -0.5rem;
  }
  #undefined #optcheck5 {
    margin-left: -0.5rem;
  }
  #undefined #optcheck6 {
    margin-left: -0.5rem;
  }
  #undefined #optcheck {
    margin-left: -0.5rem;
  }
}
#undefined .form-control {
  padding: .5em .5em !important;
}
.cid-sSlPM6hD8T {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #0071bc, #1b1464);
}
.cid-sSlPM6hD8T a {
  text-align: center;
}
.cid-sSlPM6hD8T p {
  color: #0a0a0a;
  text-align: center;
}
.cid-sSlPM6hD8T span {
  font-size: 2rem;
}
.cid-sSlPM6hD8T .mbr-iconfont-social {
  font-size: 40px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-sSlPM6hD8T .socicon-twitter {
  color: #4da7de;
}
.cid-sSlPM6hD8T .socicon-facebook {
  color: #3e5b98;
}
.cid-sSlPM6hD8T .socicon-googleplus {
  color: #dd4b39;
}
.cid-sSlPM6hD8T .socicon-instagram {
  color: #3f729b;
}
.cid-sSlPM6hD8T .social-list a:focus {
  text-decoration: none;
}
.cid-sSlPM6hD8T .text-copyright {
  width: 100%;
}
.cid-sSlPM6hD8T .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-sSlPM6hD8T .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-sSlPM6hD8T .logo-footer {
  line-height: normal;
}
.cid-sSlPM6hD8T .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSlPM6hD8T .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sSlPM6hD8T .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSlPM6hD8T .media-container-row a {
  margin: 0 1rem;
}
.cid-sSlPM6hD8T H1 {
  text-align: center;
  color: #ffffff;
}
.cid-sSlPM6hD8T P {
  color: #ffffff;
}
.cid-sSlPMBG6TX {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0071bc;
}
.cid-sSlPMBG6TX .mbr-text {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sSlPMBG6TX .content {
    text-align: center;
  }
  .cid-sSlPMBG6TX .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sSlPMBG6TX .img-logo img {
  height: 6rem;
  justify-content: center;
}
.cid-sSlPMBG6TX .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.cid-sSlPMBG6TX .social-list {
  justify-content: center;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sSlPMBG6TX .social-list .mbr-iconfont-social {
  font-size: 20px;
  color: #fff;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-sSlPMBG6TX .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sSlPMBG6TX .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sSlPMBG6TX .social-list a:hover {
  opacity: 1;
}
.cid-sSlPMBG6TX .social-list .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSlPMBG6TX .social-list .media-container-row a {
  margin: 0 1rem;
}
@media (max-width: 767px) {
  .cid-sSlPMBG6TX .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sSlPMBG6TX .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-sSlPMBG6TX .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sSlPMBG6TX .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sSlPMBG6TX .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sSlPMBG6TX .foot-logo {
    text-align: center !important;
  }
  .cid-sSlPMBG6TX .foot-title {
    text-align: center !important;
  }
  .cid-sSlPMBG6TX .mbr-text {
    text-align: center !important;
  }
  .cid-sSlPMBG6TX .form-group {
    margin: 0;
  }
}
.cid-sSlPMBG6TX .foot-title {
  text-align: center;
}
.cid-sSlPMBG6TX .foot-text {
  text-align: center;
}
.cid-sSfTPbi6jL .navbar {
  padding: .5rem 0;
  background: #1b1464;
  transition: none;
  min-height: 77px;
}
.cid-sSfTPbi6jL .navbar-dropdown.bg-color.transparent.opened {
  background: #1b1464;
}
.cid-sSfTPbi6jL a {
  font-style: normal;
}
.cid-sSfTPbi6jL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sSfTPbi6jL .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-sSfTPbi6jL .nav-item:focus,
.cid-sSfTPbi6jL .nav-link:focus {
  outline: none;
}
.cid-sSfTPbi6jL .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sSfTPbi6jL .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sSfTPbi6jL .menu-logo {
  margin-right: auto;
}
.cid-sSfTPbi6jL .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-sSfTPbi6jL .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-sSfTPbi6jL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sSfTPbi6jL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sSfTPbi6jL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sSfTPbi6jL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sSfTPbi6jL .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sSfTPbi6jL .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sSfTPbi6jL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sSfTPbi6jL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sSfTPbi6jL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sSfTPbi6jL .dropdown .dropdown-menu {
  background: #1b1464;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sSfTPbi6jL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sSfTPbi6jL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSfTPbi6jL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sSfTPbi6jL .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sSfTPbi6jL .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-sSfTPbi6jL .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sSfTPbi6jL .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sSfTPbi6jL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sSfTPbi6jL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sSfTPbi6jL .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sSfTPbi6jL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sSfTPbi6jL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sSfTPbi6jL button.navbar-toggler:focus {
  outline: none;
}
.cid-sSfTPbi6jL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sSfTPbi6jL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sSfTPbi6jL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sSfTPbi6jL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sSfTPbi6jL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sSfTPbi6jL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sSfTPbi6jL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sSfTPbi6jL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sSfTPbi6jL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sSfTPbi6jL .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sSfTPbi6jL .collapsed .btn {
  display: -webkit-flex;
}
.cid-sSfTPbi6jL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sSfTPbi6jL .collapsed .navbar-collapse.collapsing,
.cid-sSfTPbi6jL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sSfTPbi6jL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sSfTPbi6jL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sSfTPbi6jL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sSfTPbi6jL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sSfTPbi6jL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sSfTPbi6jL .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sSfTPbi6jL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sSfTPbi6jL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sSfTPbi6jL .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sSfTPbi6jL .collapsed button.navbar-toggler {
  display: block;
}
.cid-sSfTPbi6jL .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sSfTPbi6jL .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sSfTPbi6jL .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-sSfTPbi6jL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sSfTPbi6jL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sSfTPbi6jL .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-sSfTPbi6jL .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sSfTPbi6jL img {
    height: 3.8rem !important;
  }
  .cid-sSfTPbi6jL .btn {
    display: -webkit-flex;
  }
  .cid-sSfTPbi6jL button.navbar-toggler {
    display: block;
  }
  .cid-sSfTPbi6jL .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sSfTPbi6jL .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sSfTPbi6jL .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sSfTPbi6jL .navbar-collapse.collapsing,
  .cid-sSfTPbi6jL .navbar-collapse.show {
    display: block !important;
  }
  .cid-sSfTPbi6jL .navbar-collapse.collapsing .navbar-nav,
  .cid-sSfTPbi6jL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sSfTPbi6jL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sSfTPbi6jL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sSfTPbi6jL .navbar-collapse.collapsing .navbar-buttons,
  .cid-sSfTPbi6jL .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sSfTPbi6jL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sSfTPbi6jL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sSfTPbi6jL .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-sSfTPbi6jL .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sSfTPbi6jL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sSfTPbi6jL .dropdown .dropdown-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-sSfTPbi6jL .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sSfTPbi6jL .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sSfTPbi6jL .nav-link:hover,
.cid-sSfTPbi6jL .dropdown-item:hover {
  color: #4f9cd6 !important;
}
.cid-sSfTPbM7Al {
  padding-top: 135px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/headerawards-1500x795.jpg");
}
.cid-sSfTPbM7Al H1 {
  color: #ffffff;
}
.cid-sSfTPbM7Al .mbr-text,
.cid-sSfTPbM7Al .mbr-section-btn {
  color: #ffffff;
  text-align: Center;
}
.cid-sSfTPczNmZ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0071bc;
}
.cid-sSfTPczNmZ .mbr-section-subtitle {
  color: #1b1464;
}
.cid-sSfTPczNmZ H2 {
  color: #ffffff;
}
.cid-sSfTPczNmZ .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-sSfTPczNmZ .mbr-article {
  text-align: justify;
}
.cid-sSfTPciYMA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fbfbdd;
}
.cid-sSfTPciYMA .counter-container {
  color: #767676;
}
.cid-sSfTPciYMA .counter-container ul {
  margin-bottom: 0;
}
.cid-sSfTPciYMA .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-sSfTPciYMA .mbr-text {
  text-align: Justify;
  color: #1b1464;
}
.cid-sSfTPciYMA .mediaSize {
  border-radius: .75rem;
}
.cid-sSfTPciYMA .img {
  border-radius: .75rem;
}
.cid-sSfTPcLoyX {
  padding-top: 30px;
  padding-bottom: 45px;
  position: relative;
  background-image: url("../../../assets/images/green-13-1500x735.jpeg");
}
.cid-sSfTPcLoyX .card {
  border-radius: 0px;
  margin-bottom: -1px;
  background-color: #fff;
}
.cid-sSfTPcLoyX .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sSfTPcLoyX .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sSfTPcLoyX .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sSfTPcLoyX .card .card-header a.panel-title h4 {
  padding: 0.5rem;
  border: 5px solid #fff;
  margin-bottom: 0;
  background-color: #0071bc;
}
.cid-sSfTPcLoyX .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sSfTPcLoyX .card .panel-body {
  background-color: #fff;
}
.cid-sSfTPcLoyX H2 {
  color: #1b1464;
}
.cid-sSfTPcLoyX .mbr-author-name {
  color: #1b1464;
}
.cid-sSfTPcLoyX .testimonial-text {
  color: #1b1464;
}
.cid-sSfTPcLoyX .mbr-author-desc {
  color: #1b1464;
}
.cid-sSfTPcLoyX H4 {
  color: #ffffff;
}
.cid-sSfTPcLoyX P {
  text-align: Justify;
}
.cid-sSfTPcLoyX img {
  border-radius: 0.5rem;
}
.cid-sSfTPcLoyX .profile-image {
  padding: 10px;
  border-radius: 0.5rem;
}
.cid-sSlOkliPZQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #0071bc, #1b1464);
}
.cid-sSlOkliPZQ a {
  text-align: center;
}
.cid-sSlOkliPZQ p {
  color: #0a0a0a;
  text-align: center;
}
.cid-sSlOkliPZQ span {
  font-size: 2rem;
}
.cid-sSlOkliPZQ .mbr-iconfont-social {
  font-size: 40px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-sSlOkliPZQ .socicon-twitter {
  color: #4da7de;
}
.cid-sSlOkliPZQ .socicon-facebook {
  color: #3e5b98;
}
.cid-sSlOkliPZQ .socicon-googleplus {
  color: #dd4b39;
}
.cid-sSlOkliPZQ .socicon-instagram {
  color: #3f729b;
}
.cid-sSlOkliPZQ .social-list a:focus {
  text-decoration: none;
}
.cid-sSlOkliPZQ .text-copyright {
  width: 100%;
}
.cid-sSlOkliPZQ .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-sSlOkliPZQ .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-sSlOkliPZQ .logo-footer {
  line-height: normal;
}
.cid-sSlOkliPZQ .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSlOkliPZQ .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sSlOkliPZQ .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSlOkliPZQ .media-container-row a {
  margin: 0 1rem;
}
.cid-sSlOkliPZQ H1 {
  text-align: center;
  color: #ffffff;
}
.cid-sSlOkliPZQ P {
  color: #ffffff;
}
.cid-sSfTPemdji {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0071bc;
}
.cid-sSfTPemdji .mbr-text {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sSfTPemdji .content {
    text-align: center;
  }
  .cid-sSfTPemdji .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sSfTPemdji .img-logo img {
  height: 6rem;
  justify-content: center;
}
.cid-sSfTPemdji .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.cid-sSfTPemdji .social-list {
  justify-content: center;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sSfTPemdji .social-list .mbr-iconfont-social {
  font-size: 20px;
  color: #fff;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-sSfTPemdji .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sSfTPemdji .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sSfTPemdji .social-list a:hover {
  opacity: 1;
}
.cid-sSfTPemdji .social-list .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSfTPemdji .social-list .media-container-row a {
  margin: 0 1rem;
}
@media (max-width: 767px) {
  .cid-sSfTPemdji .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sSfTPemdji .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-sSfTPemdji .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sSfTPemdji .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sSfTPemdji .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sSfTPemdji .foot-logo {
    text-align: center !important;
  }
  .cid-sSfTPemdji .foot-title {
    text-align: center !important;
  }
  .cid-sSfTPemdji .mbr-text {
    text-align: center !important;
  }
  .cid-sSfTPemdji .form-group {
    margin: 0;
  }
}
.cid-sSfTPemdji .foot-title {
  text-align: center;
}
.cid-sSfTPemdji .foot-text {
  text-align: center;
}
.cid-uHBaBNqNS5 .navbar {
  padding: .5rem 0;
  background: #1b1464;
  transition: none;
  min-height: 77px;
}
.cid-uHBaBNqNS5 .navbar-dropdown.bg-color.transparent.opened {
  background: #1b1464;
}
.cid-uHBaBNqNS5 a {
  font-style: normal;
}
.cid-uHBaBNqNS5 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uHBaBNqNS5 .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-uHBaBNqNS5 .nav-item:focus,
.cid-uHBaBNqNS5 .nav-link:focus {
  outline: none;
}
.cid-uHBaBNqNS5 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uHBaBNqNS5 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uHBaBNqNS5 .menu-logo {
  margin-right: auto;
}
.cid-uHBaBNqNS5 .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-uHBaBNqNS5 .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-uHBaBNqNS5 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uHBaBNqNS5 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uHBaBNqNS5 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uHBaBNqNS5 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uHBaBNqNS5 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uHBaBNqNS5 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uHBaBNqNS5 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uHBaBNqNS5 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHBaBNqNS5 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uHBaBNqNS5 .dropdown .dropdown-menu {
  background: #1b1464;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uHBaBNqNS5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uHBaBNqNS5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHBaBNqNS5 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uHBaBNqNS5 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uHBaBNqNS5 .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-uHBaBNqNS5 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uHBaBNqNS5 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uHBaBNqNS5 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uHBaBNqNS5 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uHBaBNqNS5 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uHBaBNqNS5 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uHBaBNqNS5 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uHBaBNqNS5 button.navbar-toggler:focus {
  outline: none;
}
.cid-uHBaBNqNS5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHBaBNqNS5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uHBaBNqNS5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uHBaBNqNS5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uHBaBNqNS5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uHBaBNqNS5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHBaBNqNS5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uHBaBNqNS5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uHBaBNqNS5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHBaBNqNS5 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uHBaBNqNS5 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uHBaBNqNS5 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uHBaBNqNS5 .collapsed .navbar-collapse.collapsing,
.cid-uHBaBNqNS5 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uHBaBNqNS5 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uHBaBNqNS5 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uHBaBNqNS5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uHBaBNqNS5 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uHBaBNqNS5 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uHBaBNqNS5 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uHBaBNqNS5 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uHBaBNqNS5 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uHBaBNqNS5 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uHBaBNqNS5 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uHBaBNqNS5 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uHBaBNqNS5 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uHBaBNqNS5 .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-uHBaBNqNS5 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uHBaBNqNS5 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uHBaBNqNS5 .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-uHBaBNqNS5 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uHBaBNqNS5 img {
    height: 3.8rem !important;
  }
  .cid-uHBaBNqNS5 .btn {
    display: -webkit-flex;
  }
  .cid-uHBaBNqNS5 button.navbar-toggler {
    display: block;
  }
  .cid-uHBaBNqNS5 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uHBaBNqNS5 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uHBaBNqNS5 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uHBaBNqNS5 .navbar-collapse.collapsing,
  .cid-uHBaBNqNS5 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uHBaBNqNS5 .navbar-collapse.collapsing .navbar-nav,
  .cid-uHBaBNqNS5 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uHBaBNqNS5 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uHBaBNqNS5 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uHBaBNqNS5 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uHBaBNqNS5 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uHBaBNqNS5 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uHBaBNqNS5 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uHBaBNqNS5 .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-uHBaBNqNS5 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uHBaBNqNS5 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uHBaBNqNS5 .dropdown .dropdown-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-uHBaBNqNS5 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uHBaBNqNS5 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uHBaBNqNS5 .nav-link:hover,
.cid-uHBaBNqNS5 .dropdown-item:hover {
  color: #4f9cd6 !important;
}
.cid-uHBaBOaCeS {
  padding-top: 135px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/headeroutlets-1500x795.jpeg");
}
.cid-uHBaBOaCeS H1 {
  color: #ffffff;
}
.cid-uHBaBOaCeS .mbr-text,
.cid-uHBaBOaCeS .mbr-section-btn {
  color: #ffffff;
  text-align: Center;
}
.cid-uHBaBOq10T {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #0071bc;
}
.cid-uHBaBOq10T .mbr-section-subtitle {
  color: #1b1464;
}
.cid-uHBaBOq10T H2 {
  color: #ffffff;
}
.cid-uHBaBOq10T .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uHBaBOq10T .mbr-article {
  text-align: justify;
}
#custom-html-bn {
  /* Type valid CSS here */
}
#custom-html-bn div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-bn p {
  font-size: 60px;
  color: #777;
}
.cid-uHBaBPXTW0 {
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #0071bc, #1b1464);
}
.cid-uHBaBPXTW0 a {
  text-align: center;
}
.cid-uHBaBPXTW0 p {
  color: #0a0a0a;
  text-align: center;
}
.cid-uHBaBPXTW0 span {
  font-size: 2rem;
}
.cid-uHBaBPXTW0 .mbr-iconfont-social {
  font-size: 40px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-uHBaBPXTW0 .socicon-twitter {
  color: #4da7de;
}
.cid-uHBaBPXTW0 .socicon-facebook {
  color: #3e5b98;
}
.cid-uHBaBPXTW0 .socicon-googleplus {
  color: #dd4b39;
}
.cid-uHBaBPXTW0 .socicon-instagram {
  color: #3f729b;
}
.cid-uHBaBPXTW0 .social-list a:focus {
  text-decoration: none;
}
.cid-uHBaBPXTW0 .text-copyright {
  width: 100%;
}
.cid-uHBaBPXTW0 .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-uHBaBPXTW0 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-uHBaBPXTW0 .logo-footer {
  line-height: normal;
}
.cid-uHBaBPXTW0 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uHBaBPXTW0 .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uHBaBPXTW0 .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-uHBaBPXTW0 .media-container-row a {
  margin: 0 1rem;
}
.cid-uHBaBPXTW0 H1 {
  text-align: center;
  color: #ffffff;
}
.cid-uHBaBPXTW0 P {
  color: #ffffff;
}
.cid-uHBaBQrwbi {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #0071bc;
}
.cid-uHBaBQrwbi .mbr-text {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uHBaBQrwbi .content {
    text-align: center;
  }
  .cid-uHBaBQrwbi .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uHBaBQrwbi .img-logo img {
  height: 6rem;
  justify-content: center;
}
.cid-uHBaBQrwbi .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.cid-uHBaBQrwbi .social-list {
  justify-content: center;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uHBaBQrwbi .social-list .mbr-iconfont-social {
  font-size: 20px;
  color: #fff;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-uHBaBQrwbi .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uHBaBQrwbi .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uHBaBQrwbi .social-list a:hover {
  opacity: 1;
}
.cid-uHBaBQrwbi .social-list .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-uHBaBQrwbi .social-list .media-container-row a {
  margin: 0 1rem;
}
@media (max-width: 767px) {
  .cid-uHBaBQrwbi .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uHBaBQrwbi .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-uHBaBQrwbi .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uHBaBQrwbi .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uHBaBQrwbi .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uHBaBQrwbi .foot-logo {
    text-align: center !important;
  }
  .cid-uHBaBQrwbi .foot-title {
    text-align: center !important;
  }
  .cid-uHBaBQrwbi .mbr-text {
    text-align: center !important;
  }
  .cid-uHBaBQrwbi .form-group {
    margin: 0;
  }
}
.cid-uHBaBQrwbi .foot-title {
  text-align: center;
}
.cid-uHBaBQrwbi .foot-text {
  text-align: center;
}
