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





body {
  font-family: Montserrat;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 4.1rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.56rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.3rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.08rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.3rem;
}
.display-7 > .mbr-iconfont {
  font-size: 2.08rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.28rem;
    font-size: calc( 2.085rem + (4.1 - 2.085) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.085rem + (4.1 - 2.085) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((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.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.btn-sm {
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.bg-primary {
  background-color: #188ef4 !important;
}
.bg-success {
  background-color: #3b7cb7 !important;
}
.bg-info {
  background-color: #04367c !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #188ef4 !important;
  border-color: #188ef4 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #0966b7 !important;
  border-color: #0966b7 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0966b7 !important;
  border-color: #0966b7 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #055639 !important;
  border-color: #055639 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #010e09 !important;
  border-color: #010e09 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #010e09 !important;
  border-color: #010e09 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #04367c !important;
  border-color: #04367c !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #021632 !important;
  border-color: #021632 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #021632 !important;
  border-color: #021632 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #3b7cb7 !important;
  border-color: #3b7cb7 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #28557d !important;
  border-color: #28557d !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #28557d !important;
  border-color: #28557d !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  transition: all .5s;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  transition: all .5s;
  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,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  transition: all .5s;
  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,
.btn-primary-outline.active {
  background: none !important;
  border-color: #08589e !important;
  color: #08589e !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #188ef4 !important;
  border-color: #188ef4 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #188ef4 !important;
  border-color: #188ef4 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #055639 !important;
  border-color: #055639 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #055639 !important;
  border-color: #055639 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #010b19 !important;
  color: #010b19 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #04367c !important;
  border-color: #04367c !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #04367c !important;
  border-color: #04367c !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #22486a !important;
  color: #22486a !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #3b7cb7 !important;
  border-color: #3b7cb7 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3b7cb7 !important;
  border-color: #3b7cb7 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #8e8e8e !important;
  color: #8e8e8e !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #111111 !important;
  color: #111111 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.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: #188ef4 !important;
}
.text-secondary {
  color: #055639 !important;
}
.text-success {
  color: #3b7cb7 !important;
}
.text-info {
  color: #04367c !important;
}
.text-warning {
  color: #c1c1c1 !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #08589e !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #22486a !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #010b19 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e8e8e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #111111 !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: #3b7cb7;
}
.alert-info {
  background-color: #04367c;
}
.alert-warning {
  background-color: #c1c1c1;
}
.alert-danger {
  background-color: #444444;
}
.mbr-section-btn a.btn:hover,
.mbr-section-btn a.btn:focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #188ef4;
  border-color: #188ef4;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #188ef4;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #dbedfd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #95badd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #086cf7;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b7b7b7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.mbr-arrow-up a {
  width: 61px;
  height: 61px;
}
#scrollToTop a {
  background: #4284df;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #ffffff;
  width: 3%;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.mbr-arrow i {
  color: #4284df;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.3rem;
}
.form-control > .mbr-iconfont {
  font-size: 2.08rem;
}
blockquote {
  border-color: #188ef4;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #188ef4;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #188ef4;
}
.btn-social + .btn {
  margin-left: .1rem;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #188ef4;
  color: #ffffff;
}
.jq-number__spin {
  background-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: #188ef4;
  border-bottom-color: #188ef4;
}
.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: #188ef4 !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: #055639 !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: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23188ef4' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-royh8Z5dX5 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .nav-item,
.cid-royh8Z5dX5 .nav-link,
.cid-royh8Z5dX5 .navbar-caption {
  font-weight: normal;
}
.cid-royh8Z5dX5 .nav-item:focus,
.cid-royh8Z5dX5 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-royh8Z5dX5 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-royh8Z5dX5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-royh8Z5dX5 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
}
.cid-royh8Z5dX5 .navbar.opened {
  transition: all .3s;
  background: #cccccc !important;
}
.cid-royh8Z5dX5 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-royh8Z5dX5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-royh8Z5dX5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-royh8Z5dX5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-royh8Z5dX5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-royh8Z5dX5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-royh8Z5dX5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-royh8Z5dX5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-royh8Z5dX5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-royh8Z5dX5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-royh8Z5dX5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-royh8Z5dX5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-royh8Z5dX5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-royh8Z5dX5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-royh8Z5dX5 .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-royh8Z5dX5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-royh8Z5dX5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-royh8Z5dX5 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-royh8Z5dX5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-royh8Z5dX5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-royh8Z5dX5 .dropdown-item.active,
.cid-royh8Z5dX5 .dropdown-item:active {
  background-color: transparent;
}
.cid-royh8Z5dX5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-royh8Z5dX5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-royh8Z5dX5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-royh8Z5dX5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-royh8Z5dX5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-royh8Z5dX5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-royh8Z5dX5 .navbar-buttons {
  text-align: center;
}
.cid-royh8Z5dX5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-royh8Z5dX5 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-royh8Z5dX5 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-royh8Z5dX5 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-royh8Z5dX5 .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-royh8Z5dX5 .soc-item {
  margin: .5rem .3rem;
}
.cid-royh8Z5dX5 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-royh8Z5dX5 .navbar {
    height: 77px;
  }
  .cid-royh8Z5dX5 .navbar.opened {
    height: auto;
  }
  .cid-royh8Z5dX5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s2UpkjqPeE {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-s2UpkjqPeE .btn-md {
  width: 320px !important;
}
@media (max-width: 576px) {
  .cid-s2UpkjqPeE .btn-md {
    width: 260px !important;
  }
  .cid-s2UpkjqPeE img {
    left: 0px;
    width: 100%;
  }
}
.cid-s2UpkjqPeE svg {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.2);
  animation: wave 5s ease-in-out infinite;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
@keyframes wave {
  from {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
  50% {
    transform: rotate(0.2deg) translate(-50%) scale(2.1, 1.3);
  }
  to {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
}
.cid-s2UpkjqPeE .mbr-text,
.cid-s2UpkjqPeE .mbr-section-btn {
  color: #2c1616;
}
.cid-s2UpkjqPeE #e12_areaS3 {
  fill: #0c57bf !important;
}
.cid-s2UpkjqPeE #e19_areaS3 {
  fill: #6c9cdf !important;
}
.cid-s2UpkjqPeE H1 {
  color: #1d2671;
}
.cid-s2UpkjqPeE img {
  width: 70%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(8, 134, 89, 0.35);
}
.cid-s2UpkjqPeE .box {
  width: 95%;
  height: 90%;
  opacity: 0.5;
  background-color: #ffffff;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-s2UpkjqPeE .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
.cid-s3n70PeCFT {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-s3n70PeCFT .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-s2UrCiIHDm {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-s2UrCiIHDm .mbr-figure {
  padding: 0;
}
.cid-s2UrCiIHDm .content-row {
  background-color: #0c57bf;
}
.cid-s2UrCiIHDm .content-row .media-content {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
@media (min-width: 992px) {
  .cid-s2UrCiIHDm .content-row .media-content {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-s2UrCiIHDm .content-row .media-content .mbr-overlay {
  background: linear-gradient(90deg, #0c57bf, #6441a5);
}
.cid-s2UrCiIHDm .content-row .media-content .content-block {
  z-index: 1;
}
.cid-s2UrCiIHDm H3 {
  color: #cccccc;
}
.cid-s3n6Okv0vh {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-s3n6Okv0vh .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-s3n6EIzNR1 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background3-1.jpg");
}
.cid-s3n6EIzNR1 .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-s3n6EIzNR1 .list-group-item {
  padding: .5rem 2rem;
}
.cid-s3n6EIzNR1 .nav-tabs {
  border: none !important;
}
.cid-s3n6EIzNR1 .nav-tabs .btn {
  position: relative;
  z-index: 1;
  margin: 0;
  border-color: transparent !important;
  overflow: visible;
  box-shadow: none !important;
  transform: scale(1) !important;
  background: transparent !important;
}
.cid-s3n6EIzNR1 .nav-tabs .btn:not(:focus):not(:hover):not(.active) {
  color: #0c57bf !important;
}
.cid-s3n6EIzNR1 .nav-tabs .btn:after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: -30px;
  width: calc(100% + 30px);
  height: calc(100% + 1px);
  transition: border-color 0.3s ease-out;
  border: inherit !important;
  border-radius: inherit;
  border-color: #1d2671 !important;
  background: transparent !important;
  animation: none;
  pointer-events: none;
}
.cid-s3n6EIzNR1 .nav-tabs .btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-out;
  background-color: #1d2671 !important;
  border-radius: inherit;
}
.cid-s3n6EIzNR1 .nav-tabs .btn.active:before {
  height: 100%;
  width: 100%;
}
.cid-s3n6EIzNR1 .nav-tabs .nav-item:first-child .btn:after {
  left: 0;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-right-width: 0px !important;
}
.cid-s3n6EIzNR1 .nav-tabs .nav-item:last-child .btn:after {
  right: 0;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-left-width: 0px !important;
}
.cid-s3n6EIzNR1 .nav-tabs .nav-item .btn:hover {
  color: #1d2671 !important;
  box-shadow: none !important;
}
.cid-s3n6EIzNR1 .nav-tabs .nav-item .btn.active {
  color: #ffffff !important;
  box-shadow: none !important;
  z-index: 100;
}
.cid-s3n6EIzNR1 .plan {
  background: #1d2671;
  position: relative;
  max-width: 300px;
  padding-right: 0;
  padding-left: 0;
  background: linear-gradient(135deg, #1d2671 0%, #2a0845 100%);
}
.cid-s3n6EIzNR1 .plan .plan-title {
  margin-left: 3rem;
  margin-right: 3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background: #6c9cdf;
}
.cid-s3n6EIzNR1 .plan .plan-price {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
}
.cid-s3n6EIzNR1 .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}
.cid-s3n6EIzNR1 .plan .list-group-item:last-child::after {
  display: none;
}
.cid-s3n6EIzNR1 .plan .mbr-section-btn a {
  margin-bottom: 0;
}
.cid-s3n6EIzNR1 .plan .plan-body {
  position: relative;
  padding-bottom: 3rem;
}
.cid-s3n6EIzNR1 .plan-header {
  padding-bottom: 1rem;
  position: relative;
}
.cid-s3n6EIzNR1 h1 {
  font-size: 2.5rem;
}
.cid-s2VOzrIufm {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-s2VOzrIufm .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-s3nRGuXfRD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-s3nRGuXfRD .card-text,
.cid-s3nRGuXfRD .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-s3nRGuXfRD .main,
.cid-s3nRGuXfRD .main-reverse {
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin: 0;
  background: #f4f8fa;
}
.cid-s3nRGuXfRD .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-s3nRGuXfRD .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-s3nRGuXfRD .image-element {
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s3nRGuXfRD .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-s3nRGuXfRD .text-element {
  padding: 3rem 2rem;
}
.cid-s3nRGuXfRD .mbr-iconfont {
  font-size: 3rem;
  color: #188ef4;
}
.cid-s3nRGuXfRD .bottom-radius {
  overflow: hidden;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-s3nRGuXfRD .top-radius {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-s3nRGuXfRD .main-reverse {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-s3nRGuXfRD .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-s3nRGuXfRD .image-element,
  .cid-s3nRGuXfRD .text-element {
    margin-bottom: 0;
  }
  .cid-s3nRGuXfRD .main:first-child {
    padding-top: 0;
  }
}
.cid-s3nRGuXfRD .mbr-section-subtitle {
  color: #232323;
}
.cid-s3nRGuXfRD .card-text,
.cid-s3nRGuXfRD .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-s3nRGuXfRD .mbr-title,
.cid-s3nRGuXfRD .card-img {
  text-align: left;
}
.cid-s3LOZ8HTmN {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-s3LOZ8HTmN .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-s3LOSIwH00 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s3LOSIwH00 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-s3LOTD8FUE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s3LOTD8FUE .mbr-text {
  color: #232323;
}
.cid-s3LOTD8FUE .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-s3LOTD8FUE .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-s3LOTD8FUE .counter-container ul li:before {
  position: absolute;
  left: -1.5rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #188ef4;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #188ef4, #5eeebb);
}
.cid-s42KGLYq47 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-s42KGLYq47 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-s42KBVr0Fh {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-s42KBVr0Fh .main-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-s42KBVr0Fh .section-text {
  color: #8d97ad;
}
.cid-s42KBVr0Fh .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-s42KBVr0Fh .text-block {
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-s42KBVr0Fh .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s42KBVr0Fh .mbr-figure {
  background: #4284df;
  overflow: hidden;
  border-radius: .25rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  padding: 0 !important;
}
.cid-s42KBVr0Fh .mbr-figure .card-text {
  padding: 2rem;
}
.cid-s42KBVr0Fh .counter-container {
  color: #767676;
  padding-top: 1rem;
}
.cid-s42KBVr0Fh .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-s42KBVr0Fh .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-s42KBVr0Fh .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 10px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #04367c;
}
@media (max-width: 767px) {
  .cid-s42KBVr0Fh .mbr-text {
    text-align: center;
  }
}
.cid-s42KBVr0Fh .mbr-text {
  color: #232323;
}
.cid-s3nRMj5peN {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-s3nRMj5peN .mbr-section-subtitle {
  color: #8d97ad;
}
#custom-html-8o {
  /* Type valid CSS here */
}
#custom-html-8o .my-image {
  width: 100%;
}
.cid-s42HFOw4ek {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-s42HFOw4ek .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-s2Unw1yjJw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4284df;
}
.cid-s2Unw1yjJw p {
  text-align: center;
}
.cid-s2Unw1yjJw .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s2Unw1yjJw .btn-underline:hover {
  color: #505050;
}
.cid-s2Unw1yjJw .btn-underline:before {
  background-color: #505050;
}
.cid-s2Unw1yjJw .social-list a:focus {
  text-decoration: none;
}
.cid-s2Unw1yjJw .text-copyright {
  width: 100%;
}
.cid-s2Unw1yjJw .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-s2Unw1yjJw .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-s2Unw1yjJw .logo-footer {
  line-height: normal;
}
.cid-s2Unw1yjJw .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2Unw1yjJw .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s2Unw1yjJw .mbr-section-btn {
  font-size: 16px;
}
.cid-s2Unw1yjJw .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
#custom-html-8 #custom-html-2 H3 {
  font-size: 24px;
  color: #b8312f;
}
.cid-royxtUaHXe {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-royxtUaHXe .mbr-section-title,
.cid-royxtUaHXe .mbr-section-subtitle {
  color: #000000;
}
.cid-royxtUaHXe .mbr-section-text {
  color: #232323;
}
.cid-royxtUaHXe .mbr-text,
.cid-royxtUaHXe .typed-text,
.cid-royxtUaHXe .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-royxtUaHXe .btn {
  margin-left: 4px !important;
}
.cid-royxtUaHXe .animated-element {
  color: #1dc9cb;
}
.cid-royxtUaHXe .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #1dc9cb;
}
.cid-royxtUaHXe .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-royxtUaHXe .mbr-figure {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-royxtUaHXe .typed-text,
  .cid-royxtUaHXe .mbr-section-subtitle,
  .cid-royxtUaHXe .mbr-section-text,
  .cid-royxtUaHXe .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-royxtUaHXe .mbr-section-subtitle,
.cid-royxtUaHXe .typed-text {
  text-align: center;
}
.cid-royxtUaHXe .mbr-section-text,
.cid-royxtUaHXe .mbr-section-btn {
  text-align: center;
}
.cid-s2VRFUvHlj {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-s2VRFUvHlj .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-royA73K0nk {
  padding-top: 120px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-720x108011.jpg");
}
.cid-royA73K0nk .mbr-section-subtitle {
  color: #8d97ad;
  text-align: center;
}
.cid-royA73K0nk .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-royA73K0nk .mbr-section-title B {
  color: #ffffff;
}
.cid-royA73K0nk h2 {
  color: ffffff !important;
}
.cid-royA73K0nk .mbr-section-subtitle B {
  color: #ffffff;
}
.cid-royh8Z5dX5 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .nav-item,
.cid-royh8Z5dX5 .nav-link,
.cid-royh8Z5dX5 .navbar-caption {
  font-weight: normal;
}
.cid-royh8Z5dX5 .nav-item:focus,
.cid-royh8Z5dX5 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-royh8Z5dX5 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-royh8Z5dX5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-royh8Z5dX5 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
}
.cid-royh8Z5dX5 .navbar.opened {
  transition: all .3s;
  background: #cccccc !important;
}
.cid-royh8Z5dX5 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-royh8Z5dX5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-royh8Z5dX5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-royh8Z5dX5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-royh8Z5dX5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-royh8Z5dX5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-royh8Z5dX5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-royh8Z5dX5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-royh8Z5dX5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-royh8Z5dX5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-royh8Z5dX5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-royh8Z5dX5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-royh8Z5dX5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-royh8Z5dX5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-royh8Z5dX5 .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-royh8Z5dX5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-royh8Z5dX5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-royh8Z5dX5 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-royh8Z5dX5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-royh8Z5dX5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-royh8Z5dX5 .dropdown-item.active,
.cid-royh8Z5dX5 .dropdown-item:active {
  background-color: transparent;
}
.cid-royh8Z5dX5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-royh8Z5dX5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-royh8Z5dX5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-royh8Z5dX5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-royh8Z5dX5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-royh8Z5dX5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-royh8Z5dX5 .navbar-buttons {
  text-align: center;
}
.cid-royh8Z5dX5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-royh8Z5dX5 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-royh8Z5dX5 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-royh8Z5dX5 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-royh8Z5dX5 .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-royh8Z5dX5 .soc-item {
  margin: .5rem .3rem;
}
.cid-royh8Z5dX5 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-royh8Z5dX5 .navbar {
    height: 77px;
  }
  .cid-royh8Z5dX5 .navbar.opened {
    height: auto;
  }
  .cid-royh8Z5dX5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s36yXPe0GR {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-s36yXPe0GR .mbr-section-subtitle {
  color: #8d97ad;
}
#custom-html-c #custom-html-7 label {
  color: #000000;
}
#custom-html-c #custom-html-7 .form-control-label {
  color: #000000;
}
#custom-html-c #custom-html-7 SMALL {
  color: #000000;
  font-family: 'Raleway', sans-serif;
}
#custom-html-c #custom-html-7 .rs-form-control {
  background-color: #f5f5f5;
  border-radius: 3px;
  box-shadow: none;
  color: #565656;
  font-size: 1.3rem;
  line-height: 1.53;
  min-height: 3.5em;
  padding: 0.5em 1.07em 0.5em;
}
#custom-html-c #custom-html-7 .rs-form-control,
#custom-html-c #custom-html-7 .rs-form-control:focus {
  border: 1px solid #e8e8e8;
}
#custom-html-c #custom-html-7 .rs-form-active .rs-form-control:invalid {
  border-color: #f28281;
}
#custom-html-c #custom-html-7 .rs-form-control-label {
  cursor: pointer;
  font-size: 0.875rem;
  margin-bottom: 0.357em;
  padding: 0;
}
#custom-html-c #custom-html-7 .rs-form-control,
#custom-html-c #custom-html-7 .rs-form-control-file,
#custom-html-c #custom-html-7 .rs-form-control-range {
  display: block;
}
#custom-html-c #custom-html-7 .rs-form-control {
  width: 100%;
  background-image: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#custom-html-c #custom-html-7 .regular-checkbox {
  display: none;
}
#custom-html-c #custom-html-7 .regular-checkbox + label {
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
#custom-html-c #custom-html-7 .regular-checkbox + label:active,
#custom-html-c #custom-html-7 .regular-checkbox:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
#custom-html-c #custom-html-7 .regular-checkbox:checked + label {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #000000;
}
#custom-html-c #custom-html-7 .regular-checkbox:checked + label:after {
  content: '\2714';
  font-size: 17px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #000000;
}
#custom-html-c #custom-html-7 .big-checkbox + label {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  padding: 18px;
  color: #000000;
}
#custom-html-c #custom-html-7 .big-checkbox:checked + label:after {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  left: 6px;
  color: #000000;
}
#custom-html-c #custom-html-7 .adj-top {
  padding-top: 20px !important;
}
#custom-html-c #custom-html-7 #notes {
  background-color: #cdcdcd;
  color: #000000;
  padding: 5px;
}
#custom-html-c #custom-html-7 .boldit {
  font-weight: 700;
}
#custom-html-c #custom-html-7 .RSform-title {
  color: #000000;
  font-size: 24px;
}
.cid-s36yYQT20v {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-s36yYQT20v .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-royBixoxPy {
  padding-top: 120px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1440x1080.jpg");
}
.cid-royBixoxPy .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-royBixoxPy .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-royBixoxPy .mbr-section-subtitle B {
  color: #ffffff;
}
.cid-royBixoxPy .mbr-section-title B {
  color: #ffffff;
}
.cid-s3GmXC2g93 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-s3GmXC2g93 .mbr-section-subtitle {
  color: #8d97ad;
}
#custom-html-e #custom-html-1 label {
  color: #ffffff;
}
#custom-html-e #custom-html-1 .form-control-label {
  color: #ffffff;
}
#custom-html-e #custom-html-1 SMALL {
  color: #000000;
  font-family: 'Raleway', sans-serif;
}
#custom-html-e #custom-html-1 .rs-form-control {
  background-color: #f5f5f5;
  border-radius: 3px;
  box-shadow: none;
  color: #565656;
  font-size: 1.3rem;
  line-height: 1.53;
  min-height: 3.5em;
  padding: 0.5em 1.07em 0.5em;
}
#custom-html-e #custom-html-1 .rs-form-control,
#custom-html-e #custom-html-1 .rs-form-control:focus {
  border: 1px solid #e8e8e8;
}
#custom-html-e #custom-html-1 .rs-form-active .rs-form-control:invalid {
  border-color: #f28281;
}
#custom-html-e #custom-html-1 .rs-form-control-label {
  cursor: pointer;
  font-size: 0.875rem;
  margin-bottom: 0.357em;
  padding: 0;
}
#custom-html-e #custom-html-1 .rs-form-control,
#custom-html-e #custom-html-1 .rs-form-control-file,
#custom-html-e #custom-html-1 .rs-form-control-range {
  display: block;
}
#custom-html-e #custom-html-1 .rs-form-control {
  width: 100%;
  background-image: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#custom-html-e #custom-html-1 .regular-checkbox {
  display: none;
}
#custom-html-e #custom-html-1 .regular-checkbox + label {
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
#custom-html-e #custom-html-1 .regular-checkbox + label:active,
#custom-html-e #custom-html-1 .regular-checkbox:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
#custom-html-e #custom-html-1 .regular-checkbox:checked + label {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #000000;
}
#custom-html-e #custom-html-1 .regular-checkbox:checked + label:after {
  content: '\2714';
  font-size: 17px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #000000;
}
#custom-html-e #custom-html-1 .big-checkbox + label {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  padding: 18px;
  color: #000000;
}
#custom-html-e #custom-html-1 .big-checkbox:checked + label:after {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  left: 6px;
  color: #000000;
}
#custom-html-e #custom-html-1 .adj-top {
  padding-top: 20px !important;
}
#custom-html-e #custom-html-1 #notes,
#custom-html-e #custom-html-1 #notes2 {
  background-color: #cdcdcd;
  color: #000000;
  padding: 5px;
}
#custom-html-e #custom-html-1 .boldit {
  font-weight: 700;
}
#custom-html-e #custom-html-1 label.btn span {
  font-size: 1.5em ;
}
#custom-html-e #custom-html-1 .radio {
  color: #ffffff;
  font-size: 1.1em;
}
#custom-html-e #custom-html-1 input[type=radio] {
  display: none;
}
#custom-html-e #custom-html-1 input[type=radio] + label::before {
  content: '';
  display: inline-block;
  border: 1px solid #000;
  border-radius: 50%;
  margin: 0 0.5em;
  vertical-align: middle;
}
#custom-html-e #custom-html-1 input[type=radio]:checked + label::before {
  background-color: #ff0000;
}
#custom-html-e #custom-html-1 .radio + label::before {
  width: 1.5em;
  height: 1.5em;
}
.cid-s2VRD66pXQ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-s2VRD66pXQ .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-royCbLQakw {
  padding-top: 120px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1-1440x1080.jpg");
}
.cid-royCbLQakw .mbr-section-subtitle {
  color: #8d97ad;
  text-align: center;
}
.cid-royCbLQakw .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-royCbLQakw .mbr-section-subtitle B {
  color: #ffffff;
}
.cid-royCbLQakw .mbr-section-title B {
  color: #ffffff;
}
.cid-royCbLQakw .mbr-section-subtitle FONT {
  color: #ffffff;
}
.cid-s3GmV8D3mx {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-s3GmV8D3mx .mbr-section-subtitle {
  color: #8d97ad;
}
#custom-html-g #content7-3 .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
#custom-html-g .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
#custom-html-g .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
  font-size: 8px !important;
}
#custom-html-g #content7-3 label {
  color: #ffffff;
}
#custom-html-g #content7-3 .form-control-label {
  color: #ffffff;
}
#custom-html-g #content7-3 SMALL {
  color: #000000;
  font-family: 'Raleway', sans-serif;
}
#custom-html-g #content7-3 .rs-form-control {
  background-color: #f5f5f5;
  border-radius: 3px;
  box-shadow: none;
  color: #565656;
  font-size: 1.3rem;
  line-height: 1.53;
  min-height: 3.5em;
  padding: 0.5em 1.07em 0.5em;
}
#custom-html-g #content7-3 .rs-form-control,
#custom-html-g #content7-3 .rs-form-control:focus {
  border: 1px solid #e8e8e8;
}
#custom-html-g #content7-3 .rs-form-active .rs-form-control:invalid {
  border-color: #f28281;
}
#custom-html-g #content7-3 .rs-form-control-label {
  cursor: pointer;
  font-size: 0.875rem;
  margin-bottom: 0.357em;
  padding: 0;
}
#custom-html-g #content7-3 .rs-form-control,
#custom-html-g #content7-3 .rs-form-control-file,
#custom-html-g #content7-3 .rs-form-control-range {
  display: block;
}
#custom-html-g #content7-3 .rs-form-control {
  width: 100%;
  background-image: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#custom-html-g #content7-3 .regular-checkbox {
  display: none;
}
#custom-html-g #content7-3 .regular-checkbox + label {
  width: 100%;
  background-color: #fafafa;
  border: 0px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
#custom-html-g #content7-3 .regular-checkbox + label:active,
#custom-html-g #content7-3 .regular-checkbox:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
#custom-html-g #content7-3 .regular-checkbox:checked + label {
  background-color: #e9ecee;
  border: 0px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #000000;
}
#custom-html-g #content7-3 .regular-checkbox:checked + label:after {
  content: '\2714';
  font-size: 17px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #000000;
}
#custom-html-g #content7-3 .big-checkbox + label {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  padding: 18px;
  color: #000000;
}
#custom-html-g #content7-3 .big-checkbox:checked + label:after {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  left: 6px;
  color: #000000;
}
#custom-html-g #content7-3 .adj-top {
  padding-top: 20px !important;
}
#custom-html-g #content7-3 #notes {
  background-color: #cdcdcd;
  color: #000000;
  padding: 5px;
}
#custom-html-g #content7-3 .boldit {
  font-weight: 700;
}
.cid-s2VRxbO5Wb {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-s2VRxbO5Wb .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-s2VRsAXd2M {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4284df;
}
.cid-s2VRsAXd2M p {
  text-align: center;
}
.cid-s2VRsAXd2M .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s2VRsAXd2M .btn-underline:hover {
  color: #505050;
}
.cid-s2VRsAXd2M .btn-underline:before {
  background-color: #505050;
}
.cid-s2VRsAXd2M .social-list a:focus {
  text-decoration: none;
}
.cid-s2VRsAXd2M .text-copyright {
  width: 100%;
}
.cid-s2VRsAXd2M .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-s2VRsAXd2M .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-s2VRsAXd2M .logo-footer {
  line-height: normal;
}
.cid-s2VRsAXd2M .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2VRsAXd2M .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s2VRsAXd2M .mbr-section-btn {
  font-size: 16px;
}
.cid-s2VRsAXd2M .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-royh8Z5dX5 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .nav-item,
.cid-royh8Z5dX5 .nav-link,
.cid-royh8Z5dX5 .navbar-caption {
  font-weight: normal;
}
.cid-royh8Z5dX5 .nav-item:focus,
.cid-royh8Z5dX5 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-royh8Z5dX5 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-royh8Z5dX5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-royh8Z5dX5 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
}
.cid-royh8Z5dX5 .navbar.opened {
  transition: all .3s;
  background: #cccccc !important;
}
.cid-royh8Z5dX5 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-royh8Z5dX5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-royh8Z5dX5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-royh8Z5dX5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-royh8Z5dX5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-royh8Z5dX5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-royh8Z5dX5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-royh8Z5dX5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-royh8Z5dX5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-royh8Z5dX5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-royh8Z5dX5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-royh8Z5dX5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-royh8Z5dX5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-royh8Z5dX5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-royh8Z5dX5 .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-royh8Z5dX5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-royh8Z5dX5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-royh8Z5dX5 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-royh8Z5dX5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-royh8Z5dX5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-royh8Z5dX5 .dropdown-item.active,
.cid-royh8Z5dX5 .dropdown-item:active {
  background-color: transparent;
}
.cid-royh8Z5dX5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-royh8Z5dX5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-royh8Z5dX5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-royh8Z5dX5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-royh8Z5dX5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-royh8Z5dX5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-royh8Z5dX5 .navbar-buttons {
  text-align: center;
}
.cid-royh8Z5dX5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-royh8Z5dX5 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-royh8Z5dX5 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-royh8Z5dX5 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-royh8Z5dX5 .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-royh8Z5dX5 .soc-item {
  margin: .5rem .3rem;
}
.cid-royh8Z5dX5 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-royh8Z5dX5 .navbar {
    height: 77px;
  }
  .cid-royh8Z5dX5 .navbar.opened {
    height: auto;
  }
  .cid-royh8Z5dX5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-k #forgotpass-custom-html-0 h3 {
  font-size: 48px;
}
#custom-html-k #forgotpass-custom-html-0 label {
  color: #ffffff;
}
#custom-html-k #forgotpass-custom-html-0 .form-control-label {
  color: #ffffff;
}
#custom-html-k #forgotpass-custom-html-0 SMALL {
  color: #000000;
  font-family: 'Raleway', sans-serif;
}
#custom-html-k #forgotpass-custom-html-0 .rs-form-control {
  background-color: #f5f5f5;
  border-radius: 3px;
  box-shadow: none;
  color: #565656;
  font-size: 1.3rem;
  line-height: 1.53;
  min-height: 3.5em;
  padding: 0.5em 1.07em 0.5em;
}
#custom-html-k #forgotpass-custom-html-0 .rs-form-control,
#custom-html-k #forgotpass-custom-html-0 .rs-form-control:focus {
  border: 1px solid #e8e8e8;
}
#custom-html-k #forgotpass-custom-html-0 .rs-form-active .rs-form-control:invalid {
  border-color: #f28281;
}
#custom-html-k #forgotpass-custom-html-0 .rs-form-control-label {
  cursor: pointer;
  font-size: 0.875rem;
  margin-bottom: 0.357em;
  padding: 0;
}
#custom-html-k #forgotpass-custom-html-0 .rs-form-control,
#custom-html-k #forgotpass-custom-html-0 .rs-form-control-file,
#custom-html-k #forgotpass-custom-html-0 .rs-form-control-range {
  display: block;
}
#custom-html-k #forgotpass-custom-html-0 .rs-form-control {
  width: 100%;
  background-image: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#custom-html-k #forgotpass-custom-html-0 .regular-checkbox {
  display: none;
}
#custom-html-k #forgotpass-custom-html-0 .regular-checkbox + label {
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
#custom-html-k #forgotpass-custom-html-0 .regular-checkbox + label:active,
#custom-html-k #forgotpass-custom-html-0 .regular-checkbox:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
#custom-html-k #forgotpass-custom-html-0 .regular-checkbox:checked + label {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #000000;
}
#custom-html-k #forgotpass-custom-html-0 .regular-checkbox:checked + label:after {
  content: '\2714';
  font-size: 17px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #000000;
}
#custom-html-k #forgotpass-custom-html-0 .big-checkbox + label {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  padding: 18px;
  color: #000000;
}
#custom-html-k #forgotpass-custom-html-0 .big-checkbox:checked + label:after {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  left: 6px;
  color: #000000;
}
#custom-html-k #forgotpass-custom-html-0 .adj-top {
  padding-top: 20px !important;
}
#custom-html-k #forgotpass-custom-html-0 #notes {
  background-color: #cdcdcd;
  color: #000000;
  padding: 5px;
}
#custom-html-k #forgotpass-custom-html-0 .boldit {
  font-weight: 700;
}
#custom-html-k #forgotpass-custom-html-0 H3 {
  color: #ffffff;
}
#custom-html-k #forgotpass-custom-html-0 P {
  color: #f7da64;
  text-align: left;
}
#custom-html-k #forgotpass-custom-html-0 SPAN {
  font-size: 19px;
}
#custom-html-k #forgotpass-custom-html-0 .mbr-section-title,
#custom-html-k #forgotpass-custom-html-0 p {
  color: #fff;
}
.cid-s2VRc1ZJmr {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-s2VRc1ZJmr .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-s2VR7pxIBI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4284df;
}
.cid-s2VR7pxIBI p {
  text-align: center;
}
.cid-s2VR7pxIBI .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s2VR7pxIBI .btn-underline:hover {
  color: #505050;
}
.cid-s2VR7pxIBI .btn-underline:before {
  background-color: #505050;
}
.cid-s2VR7pxIBI .social-list a:focus {
  text-decoration: none;
}
.cid-s2VR7pxIBI .text-copyright {
  width: 100%;
}
.cid-s2VR7pxIBI .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-s2VR7pxIBI .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-s2VR7pxIBI .logo-footer {
  line-height: normal;
}
.cid-s2VR7pxIBI .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2VR7pxIBI .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s2VR7pxIBI .mbr-section-btn {
  font-size: 16px;
}
.cid-s2VR7pxIBI .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-royh8Z5dX5 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .nav-item,
.cid-royh8Z5dX5 .nav-link,
.cid-royh8Z5dX5 .navbar-caption {
  font-weight: normal;
}
.cid-royh8Z5dX5 .nav-item:focus,
.cid-royh8Z5dX5 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-royh8Z5dX5 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-royh8Z5dX5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-royh8Z5dX5 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
}
.cid-royh8Z5dX5 .navbar.opened {
  transition: all .3s;
  background: #cccccc !important;
}
.cid-royh8Z5dX5 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-royh8Z5dX5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-royh8Z5dX5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-royh8Z5dX5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-royh8Z5dX5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-royh8Z5dX5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-royh8Z5dX5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-royh8Z5dX5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-royh8Z5dX5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-royh8Z5dX5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-royh8Z5dX5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-royh8Z5dX5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-royh8Z5dX5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-royh8Z5dX5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-royh8Z5dX5 .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-royh8Z5dX5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-royh8Z5dX5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-royh8Z5dX5 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-royh8Z5dX5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-royh8Z5dX5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-royh8Z5dX5 .dropdown-item.active,
.cid-royh8Z5dX5 .dropdown-item:active {
  background-color: transparent;
}
.cid-royh8Z5dX5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-royh8Z5dX5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-royh8Z5dX5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-royh8Z5dX5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-royh8Z5dX5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-royh8Z5dX5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-royh8Z5dX5 .navbar-buttons {
  text-align: center;
}
.cid-royh8Z5dX5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-royh8Z5dX5 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-royh8Z5dX5 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-royh8Z5dX5 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-royh8Z5dX5 .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-royh8Z5dX5 .soc-item {
  margin: .5rem .3rem;
}
.cid-royh8Z5dX5 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-royh8Z5dX5 .navbar {
    height: 77px;
  }
  .cid-royh8Z5dX5 .navbar.opened {
    height: auto;
  }
  .cid-royh8Z5dX5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-n #custom-html-1 H3 {
  font-size: 24px;
  color: #b8312f;
}
.cid-royVYz7mlA {
  padding-top: 105px;
  padding-bottom: 15px;
  background: linear-gradient(90deg, #4284df, #08579f);
}
.cid-royVYz7mlA .mbr-overlay {
  background: #2bdc9d;
  background: linear-gradient(90deg, #2bdc9d, #51aafa);
}
.cid-royVYz7mlA .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-roDPaiVOc8 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-roDPaiVOc8 .mbr-section-subtitle {
  color: #8d97ad;
}
#custom-html-q #header1-5 label {
  color: #ffffff;
}
#custom-html-q #header1-5 .form-control-label {
  color: #ffffff;
}
#custom-html-q #header1-5 SMALL {
  color: #000000;
  font-family: 'Raleway', sans-serif;
}
#custom-html-q #header1-5 .rs-form-control {
  background-color: #f5f5f5;
  border-radius: 3px;
  box-shadow: none;
  color: #565656;
  font-size: 1.3rem;
  line-height: 1.53;
  min-height: 3.5em;
  padding: 0.5em 1.07em 0.5em;
}
#custom-html-q #header1-5 .rs-form-control,
#custom-html-q #header1-5 .rs-form-control:focus {
  border: 1px solid #e8e8e8;
}
#custom-html-q #header1-5 .rs-form-active .rs-form-control:invalid {
  border-color: #f28281;
}
#custom-html-q #header1-5 .rs-form-control-label {
  cursor: pointer;
  font-size: 0.875rem;
  margin-bottom: 0.357em;
  padding: 0;
}
#custom-html-q #header1-5 .rs-form-control,
#custom-html-q #header1-5 .rs-form-control-file,
#custom-html-q #header1-5 .rs-form-control-range {
  display: block;
}
#custom-html-q #header1-5 .rs-form-control {
  width: 100%;
  background-image: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#custom-html-q #header1-5 .regular-checkbox {
  display: none;
}
#custom-html-q #header1-5 .regular-checkbox + label {
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
#custom-html-q #header1-5 .regular-checkbox + label:active,
#custom-html-q #header1-5 .regular-checkbox:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
#custom-html-q #header1-5 .regular-checkbox:checked + label {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #000000;
}
#custom-html-q #header1-5 .regular-checkbox:checked + label:after {
  content: '\2714';
  font-size: 17px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #000000;
}
#custom-html-q #header1-5 .big-checkbox + label {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  padding: 18px;
  color: #000000;
}
#custom-html-q #header1-5 .big-checkbox:checked + label:after {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  left: 6px;
  color: #000000;
}
#custom-html-q #header1-5 .adj-top {
  padding-top: 20px !important;
}
#custom-html-q #header1-5 #notes {
  background-color: #cdcdcd;
  color: #000000;
  padding: 5px;
}
#custom-html-q #header1-5 .boldit {
  font-weight: 700;
}
#custom-html-q #header1-5 .RSform-title {
  color: #ffffff;
  font-size: 24px;
}
#custom-html-q #header1-5 h1 {
  font-size: 26px;
}
.cid-s2VQWGRWj5 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-s2VQWGRWj5 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-s2VQSAMnko {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4284df;
}
.cid-s2VQSAMnko p {
  text-align: center;
}
.cid-s2VQSAMnko .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s2VQSAMnko .btn-underline:hover {
  color: #505050;
}
.cid-s2VQSAMnko .btn-underline:before {
  background-color: #505050;
}
.cid-s2VQSAMnko .social-list a:focus {
  text-decoration: none;
}
.cid-s2VQSAMnko .text-copyright {
  width: 100%;
}
.cid-s2VQSAMnko .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-s2VQSAMnko .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-s2VQSAMnko .logo-footer {
  line-height: normal;
}
.cid-s2VQSAMnko .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2VQSAMnko .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s2VQSAMnko .mbr-section-btn {
  font-size: 16px;
}
.cid-s2VQSAMnko .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-royh8Z5dX5 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .nav-item,
.cid-royh8Z5dX5 .nav-link,
.cid-royh8Z5dX5 .navbar-caption {
  font-weight: normal;
}
.cid-royh8Z5dX5 .nav-item:focus,
.cid-royh8Z5dX5 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-royh8Z5dX5 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-royh8Z5dX5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-royh8Z5dX5 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
}
.cid-royh8Z5dX5 .navbar.opened {
  transition: all .3s;
  background: #cccccc !important;
}
.cid-royh8Z5dX5 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-royh8Z5dX5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-royh8Z5dX5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-royh8Z5dX5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-royh8Z5dX5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-royh8Z5dX5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-royh8Z5dX5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-royh8Z5dX5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-royh8Z5dX5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-royh8Z5dX5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-royh8Z5dX5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-royh8Z5dX5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-royh8Z5dX5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-royh8Z5dX5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-royh8Z5dX5 .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-royh8Z5dX5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-royh8Z5dX5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-royh8Z5dX5 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-royh8Z5dX5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-royh8Z5dX5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-royh8Z5dX5 .dropdown-item.active,
.cid-royh8Z5dX5 .dropdown-item:active {
  background-color: transparent;
}
.cid-royh8Z5dX5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-royh8Z5dX5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-royh8Z5dX5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-royh8Z5dX5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-royh8Z5dX5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-royh8Z5dX5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-royh8Z5dX5 .navbar-buttons {
  text-align: center;
}
.cid-royh8Z5dX5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-royh8Z5dX5 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-royh8Z5dX5 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-royh8Z5dX5 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-royh8Z5dX5 .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-royh8Z5dX5 .soc-item {
  margin: .5rem .3rem;
}
.cid-royh8Z5dX5 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-royh8Z5dX5 .navbar {
    height: 77px;
  }
  .cid-royh8Z5dX5 .navbar.opened {
    height: auto;
  }
  .cid-royh8Z5dX5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-u #custom-html-2 H3 {
  font-size: 24px;
  color: #b8312f;
}
.cid-royZ7sHLnR {
  padding-top: 105px;
  padding-bottom: 15px;
  background: linear-gradient(90deg, #4284df, #08579f);
}
.cid-royZ7sHLnR .mbr-overlay {
  background: #2bdc9d;
  background: linear-gradient(90deg, #2bdc9d, #51aafa);
}
.cid-royZ7sHLnR .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-roDOIEU4c1 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-roDOIEU4c1 .mbr-section-subtitle {
  color: #8d97ad;
}
#custom-html-w #header1-4 .mbr-section-title,
#custom-html-w #header1-4 p {
  color: #fff;
}
#custom-html-w #header1-4 #pplogo {
  max-width: 320px;
}
#custom-html-w #header1-4 #loadgif {
  width: 80px;
  height: 80px;
}
#custom-html-w #header1-4 label {
  color: #ffffff;
}
#custom-html-w #header1-4 .form-control-label {
  color: #ffffff;
}
#custom-html-w #header1-4 SMALL {
  color: #000000;
  font-family: 'Raleway', sans-serif;
}
#custom-html-w #header1-4 .rs-form-control {
  background-color: #f5f5f5;
  border-radius: 3px;
  box-shadow: none;
  color: #565656;
  font-size: 1.3rem;
  line-height: 1.53;
  min-height: 3.5em;
  padding: 0.5em 1.07em 0.5em;
}
#custom-html-w #header1-4 .rs-form-control,
#custom-html-w #header1-4 .rs-form-control:focus {
  border: 1px solid #e8e8e8;
}
#custom-html-w #header1-4 .rs-form-active .rs-form-control:invalid {
  border-color: #f28281;
}
#custom-html-w #header1-4 .rs-form-control-label {
  cursor: pointer;
  font-size: 0.875rem;
  margin-bottom: 0.357em;
  padding: 0;
}
#custom-html-w #header1-4 .rs-form-control,
#custom-html-w #header1-4 .rs-form-control-file,
#custom-html-w #header1-4 .rs-form-control-range {
  display: block;
}
#custom-html-w #header1-4 .rs-form-control {
  width: 100%;
  background-image: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#custom-html-w #header1-4 .regular-checkbox {
  display: none;
}
#custom-html-w #header1-4 .regular-checkbox + label {
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
#custom-html-w #header1-4 .regular-checkbox + label:active,
#custom-html-w #header1-4 .regular-checkbox:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
#custom-html-w #header1-4 .regular-checkbox:checked + label {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #000000;
}
#custom-html-w #header1-4 .regular-checkbox:checked + label:after {
  content: '\2714';
  font-size: 17px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #000000;
}
#custom-html-w #header1-4 .big-checkbox + label {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  padding: 18px;
  color: #000000;
}
#custom-html-w #header1-4 .big-checkbox:checked + label:after {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  left: 6px;
  color: #000000;
}
#custom-html-w #header1-4 .adj-top {
  padding-top: 20px !important;
}
#custom-html-w #header1-4 #notes {
  background-color: #cdcdcd;
  color: #000000;
  padding: 5px;
}
#custom-html-w #header1-4 .boldit {
  font-weight: 700;
}
#custom-html-w #header1-4 .RSform-title {
  color: #ffffff;
  font-size: 24px;
}
#custom-html-w #header1-4 .mbr-section-title2 {
  font-size: 35px;
  color: #ffffff;
  margin-top: 0rem !important;
  margin-bottom: 2.2rem !important;
}
#custom-html-w #header1-4 label {
  color: #ffffff;
}
#custom-html-w #header1-4 .form-control-label {
  color: #ffffff;
}
#custom-html-w #header1-4 SMALL {
  color: #000000;
  font-family: 'Raleway', sans-serif;
}
#custom-html-w #header1-4 .rs-form-control {
  background-color: #f5f5f5;
  border-radius: 3px;
  box-shadow: none;
  color: #565656;
  font-size: 1.3rem;
  line-height: 1.53;
  min-height: 3.5em;
  padding: 0.5em 1.07em 0.5em;
}
#custom-html-w #header1-4 .rs-form-control,
#custom-html-w #header1-4 .rs-form-control:focus {
  border: 1px solid #e8e8e8;
}
#custom-html-w #header1-4 .rs-form-active .rs-form-control:invalid {
  border-color: #f28281;
}
#custom-html-w #header1-4 .rs-form-control-label {
  cursor: pointer;
  font-size: 0.875rem;
  margin-bottom: 0.357em;
  padding: 0;
}
#custom-html-w #header1-4 .rs-form-control,
#custom-html-w #header1-4 .rs-form-control-file,
#custom-html-w #header1-4 .rs-form-control-range {
  display: block;
}
#custom-html-w #header1-4 .rs-form-control {
  width: 100%;
  background-image: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#custom-html-w #header1-4 .regular-checkbox {
  display: none;
}
#custom-html-w #header1-4 .regular-checkbox + label {
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
#custom-html-w #header1-4 .regular-checkbox + label:active,
#custom-html-w #header1-4 .regular-checkbox:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
#custom-html-w #header1-4 .regular-checkbox:checked + label {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #000000;
}
#custom-html-w #header1-4 .regular-checkbox:checked + label:after {
  content: '\2714';
  font-size: 17px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #000000;
}
#custom-html-w #header1-4 .big-checkbox + label {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  padding: 18px;
  color: #000000;
}
#custom-html-w #header1-4 .big-checkbox:checked + label:after {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  left: 6px;
  color: #000000;
}
#custom-html-w #header1-4 .adj-top {
  padding-top: 20px !important;
}
#custom-html-w #header1-4 #notes {
  background-color: #cdcdcd;
  color: #000000;
  padding: 5px;
}
#custom-html-w #header1-4 .boldit {
  font-weight: 700;
}
#custom-html-w #header1-4 .RSform-title {
  color: #ffffff;
  font-size: 24px;
}
#custom-html-w #header1-4 h1 {
  font-size: 26px;
}
#custom-html-w #header1-4 #del-butn {
  background-color: #ff0000 !important;
}
.cid-s2VQ7Vz5Ug {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-s2VQ7Vz5Ug .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-s2VQ3F1F6x {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4284df;
}
.cid-s2VQ3F1F6x p {
  text-align: center;
}
.cid-s2VQ3F1F6x .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s2VQ3F1F6x .btn-underline:hover {
  color: #505050;
}
.cid-s2VQ3F1F6x .btn-underline:before {
  background-color: #505050;
}
.cid-s2VQ3F1F6x .social-list a:focus {
  text-decoration: none;
}
.cid-s2VQ3F1F6x .text-copyright {
  width: 100%;
}
.cid-s2VQ3F1F6x .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-s2VQ3F1F6x .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-s2VQ3F1F6x .logo-footer {
  line-height: normal;
}
.cid-s2VQ3F1F6x .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2VQ3F1F6x .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s2VQ3F1F6x .mbr-section-btn {
  font-size: 16px;
}
.cid-s2VQ3F1F6x .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-royh8Z5dX5 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .nav-item,
.cid-royh8Z5dX5 .nav-link,
.cid-royh8Z5dX5 .navbar-caption {
  font-weight: normal;
}
.cid-royh8Z5dX5 .nav-item:focus,
.cid-royh8Z5dX5 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-royh8Z5dX5 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-royh8Z5dX5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-royh8Z5dX5 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
}
.cid-royh8Z5dX5 .navbar.opened {
  transition: all .3s;
  background: #cccccc !important;
}
.cid-royh8Z5dX5 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-royh8Z5dX5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-royh8Z5dX5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-royh8Z5dX5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-royh8Z5dX5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-royh8Z5dX5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-royh8Z5dX5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-royh8Z5dX5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-royh8Z5dX5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-royh8Z5dX5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-royh8Z5dX5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-royh8Z5dX5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-royh8Z5dX5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-royh8Z5dX5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-royh8Z5dX5 .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-royh8Z5dX5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-royh8Z5dX5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-royh8Z5dX5 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-royh8Z5dX5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-royh8Z5dX5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-royh8Z5dX5 .dropdown-item.active,
.cid-royh8Z5dX5 .dropdown-item:active {
  background-color: transparent;
}
.cid-royh8Z5dX5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-royh8Z5dX5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-royh8Z5dX5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-royh8Z5dX5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-royh8Z5dX5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-royh8Z5dX5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-royh8Z5dX5 .navbar-buttons {
  text-align: center;
}
.cid-royh8Z5dX5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-royh8Z5dX5 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-royh8Z5dX5 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-royh8Z5dX5 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-royh8Z5dX5 .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-royh8Z5dX5 .soc-item {
  margin: .5rem .3rem;
}
.cid-royh8Z5dX5 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-royh8Z5dX5 .navbar {
    height: 77px;
  }
  .cid-royh8Z5dX5 .navbar.opened {
    height: auto;
  }
  .cid-royh8Z5dX5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s2VET4lUpq {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-s2VET4lUpq .btn-md {
  width: 320px !important;
}
@media (max-width: 576px) {
  .cid-s2VET4lUpq .btn-md {
    width: 260px !important;
  }
  .cid-s2VET4lUpq img {
    left: 0px;
    width: 100%;
  }
}
.cid-s2VET4lUpq svg {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.2);
  animation: wave 5s ease-in-out infinite;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
@keyframes wave {
  from {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
  50% {
    transform: rotate(0.2deg) translate(-50%) scale(2.1, 1.3);
  }
  to {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
}
.cid-s2VET4lUpq .mbr-text,
.cid-s2VET4lUpq .mbr-section-btn {
  color: #2c1616;
}
.cid-s2VET4lUpq #e12_areaS3 {
  fill: #0c57bf !important;
}
.cid-s2VET4lUpq #e19_areaS3 {
  fill: #6c9cdf !important;
}
.cid-s2VET4lUpq H1 {
  color: #1d2671;
}
.cid-s2VET4lUpq img {
  width: 70%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(8, 134, 89, 0.35);
}
.cid-s2VET4lUpq .box {
  width: 95%;
  height: 90%;
  opacity: 0.5;
  background-color: #ffffff;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-s2VET4lUpq .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
.cid-s2VET4lUpq label {
  color: #000000;
}
.cid-s2VET4lUpq .form-control-label {
  color: #ffffff;
}
.cid-s2VET4lUpq SMALL {
  color: #000000;
  font-family: 'Raleway', sans-serif;
}
.cid-s2VET4lUpq .rs-form-control {
  background-color: #f5f5f5;
  border-radius: 3px;
  box-shadow: none;
  color: #565656;
  font-size: 1.3rem;
  line-height: 1.53;
  min-height: 3.5em;
  padding: 0.5em 1.07em 0.5em;
  width: 100%;
  background-image: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.cid-s2VET4lUpq .rs-form-control,
.cid-s2VET4lUpq .rs-form-control:focus {
  border: 1px solid #e8e8e8;
}
.cid-s2VET4lUpq .rs-form-active .rs-form-control:invalid {
  border-color: #f28281;
}
.cid-s2VET4lUpq .rs-form-control-label {
  cursor: pointer;
  font-size: 0.875rem;
  margin-bottom: 0.357em;
  padding: 0;
}
.cid-s2VET4lUpq .rs-form-control,
.cid-s2VET4lUpq .rs-form-control-file,
.cid-s2VET4lUpq .rs-form-control-range {
  display: block;
}
.cid-s2VET4lUpq .regular-checkbox {
  display: none;
}
.cid-s2VET4lUpq .regular-checkbox + label {
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
.cid-s2VET4lUpq .regular-checkbox + label:active,
.cid-s2VET4lUpq #login-custom-html-0 .regular-checkbox:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.cid-s2VET4lUpq .regular-checkbox:checked + label {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #000000;
}
.cid-s2VET4lUpq .regular-checkbox:checked + label:after {
  content: '\2714';
  font-size: 17px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #000000;
}
.cid-s2VET4lUpq .big-checkbox + label {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  padding: 18px;
  color: #000000;
}
.cid-s2VET4lUpq .big-checkbox:checked + label:after {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  left: 6px;
  color: #000000;
}
.cid-s2VET4lUpq .adj-top {
  padding-top: 20px !important;
}
.cid-s2VET4lUpq #notes {
  background-color: #cdcdcd;
  color: #000000;
  padding: 5px;
}
.cid-s2VET4lUpq .boldit {
  font-weight: 700;
}
.cid-s2VET4lUpq H3 {
  color: #ffffff;
}
.cid-s2VET4lUpq P {
  color: #04367c;
  text-align: left;
}
.cid-s2VET4lUpq SPAN {
  font-size: 19px;
}
.cid-s2VET4lUpq .my-image {
  width: 100%;
}
.cid-s2VPVVM9vG {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-s2VPVVM9vG .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-s2UV9hMV2X {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4284df;
}
.cid-s2UV9hMV2X p {
  text-align: center;
}
.cid-s2UV9hMV2X .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s2UV9hMV2X .btn-underline:hover {
  color: #505050;
}
.cid-s2UV9hMV2X .btn-underline:before {
  background-color: #505050;
}
.cid-s2UV9hMV2X .social-list a:focus {
  text-decoration: none;
}
.cid-s2UV9hMV2X .text-copyright {
  width: 100%;
}
.cid-s2UV9hMV2X .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-s2UV9hMV2X .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-s2UV9hMV2X .logo-footer {
  line-height: normal;
}
.cid-s2UV9hMV2X .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2UV9hMV2X .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s2UV9hMV2X .mbr-section-btn {
  font-size: 16px;
}
.cid-s2UV9hMV2X .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-royh8Z5dX5 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .nav-item,
.cid-royh8Z5dX5 .nav-link,
.cid-royh8Z5dX5 .navbar-caption {
  font-weight: normal;
}
.cid-royh8Z5dX5 .nav-item:focus,
.cid-royh8Z5dX5 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-royh8Z5dX5 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-royh8Z5dX5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-royh8Z5dX5 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
}
.cid-royh8Z5dX5 .navbar.opened {
  transition: all .3s;
  background: #cccccc !important;
}
.cid-royh8Z5dX5 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-royh8Z5dX5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-royh8Z5dX5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-royh8Z5dX5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-royh8Z5dX5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-royh8Z5dX5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-royh8Z5dX5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-royh8Z5dX5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-royh8Z5dX5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-royh8Z5dX5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-royh8Z5dX5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-royh8Z5dX5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-royh8Z5dX5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-royh8Z5dX5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-royh8Z5dX5 .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-royh8Z5dX5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-royh8Z5dX5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-royh8Z5dX5 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-royh8Z5dX5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-royh8Z5dX5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-royh8Z5dX5 .dropdown-item.active,
.cid-royh8Z5dX5 .dropdown-item:active {
  background-color: transparent;
}
.cid-royh8Z5dX5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-royh8Z5dX5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-royh8Z5dX5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-royh8Z5dX5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-royh8Z5dX5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-royh8Z5dX5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-royh8Z5dX5 .navbar-buttons {
  text-align: center;
}
.cid-royh8Z5dX5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-royh8Z5dX5 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-royh8Z5dX5 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-royh8Z5dX5 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-royh8Z5dX5 .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-royh8Z5dX5 .soc-item {
  margin: .5rem .3rem;
}
.cid-royh8Z5dX5 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-royh8Z5dX5 .navbar {
    height: 77px;
  }
  .cid-royh8Z5dX5 .navbar.opened {
    height: auto;
  }
  .cid-royh8Z5dX5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s2UUn8HYvL {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-s2UUn8HYvL .btn-md {
  width: 400px;
}
@media (max-width: 576px) {
  .cid-s2UUn8HYvL .btn-md {
    width: 280px !important;
  }
  .cid-s2UUn8HYvL img {
    left: 0px;
    width: 100%;
  }
}
.cid-s2UUn8HYvL svg {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.2);
  animation: wave 5s ease-in-out infinite;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
@keyframes wave {
  from {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
  50% {
    transform: rotate(0.2deg) translate(-50%) scale(2.1, 1.3);
  }
  to {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
}
.cid-s2UUn8HYvL .mbr-text,
.cid-s2UUn8HYvL .mbr-section-btn {
  color: #716c80;
}
.cid-s2UUn8HYvL #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-s2UUn8HYvL #e19_areaS3 {
  fill: #6c9cdf !important;
}
.cid-s2UUn8HYvL H1 {
  color: #1d2671;
}
.cid-s2UUn8HYvL img {
  width: 70%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(8, 134, 89, 0.35);
}
.cid-s2UUn8HYvL .box {
  width: 95%;
  height: 90%;
  opacity: 0.5;
  background-color: #ffffff;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-s2UUn8HYvL .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
.cid-s2VPSStA4t {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-s2VPSStA4t .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-s2UUceO0pO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4284df;
}
.cid-s2UUceO0pO p {
  text-align: center;
}
.cid-s2UUceO0pO .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s2UUceO0pO .btn-underline:hover {
  color: #505050;
}
.cid-s2UUceO0pO .btn-underline:before {
  background-color: #505050;
}
.cid-s2UUceO0pO .social-list a:focus {
  text-decoration: none;
}
.cid-s2UUceO0pO .text-copyright {
  width: 100%;
}
.cid-s2UUceO0pO .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-s2UUceO0pO .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-s2UUceO0pO .logo-footer {
  line-height: normal;
}
.cid-s2UUceO0pO .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2UUceO0pO .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s2UUceO0pO .mbr-section-btn {
  font-size: 16px;
}
.cid-s2UUceO0pO .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-royh8Z5dX5 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .nav-item,
.cid-royh8Z5dX5 .nav-link,
.cid-royh8Z5dX5 .navbar-caption {
  font-weight: normal;
}
.cid-royh8Z5dX5 .nav-item:focus,
.cid-royh8Z5dX5 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-royh8Z5dX5 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-royh8Z5dX5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-royh8Z5dX5 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
}
.cid-royh8Z5dX5 .navbar.opened {
  transition: all .3s;
  background: #cccccc !important;
}
.cid-royh8Z5dX5 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-royh8Z5dX5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-royh8Z5dX5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-royh8Z5dX5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-royh8Z5dX5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-royh8Z5dX5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-royh8Z5dX5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-royh8Z5dX5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-royh8Z5dX5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-royh8Z5dX5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-royh8Z5dX5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-royh8Z5dX5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-royh8Z5dX5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-royh8Z5dX5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-royh8Z5dX5 .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-royh8Z5dX5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-royh8Z5dX5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-royh8Z5dX5 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-royh8Z5dX5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-royh8Z5dX5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-royh8Z5dX5 .dropdown-item.active,
.cid-royh8Z5dX5 .dropdown-item:active {
  background-color: transparent;
}
.cid-royh8Z5dX5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-royh8Z5dX5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-royh8Z5dX5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-royh8Z5dX5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-royh8Z5dX5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-royh8Z5dX5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-royh8Z5dX5 .navbar-buttons {
  text-align: center;
}
.cid-royh8Z5dX5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-royh8Z5dX5 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-royh8Z5dX5 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-royh8Z5dX5 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-royh8Z5dX5 .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-royh8Z5dX5 .soc-item {
  margin: .5rem .3rem;
}
.cid-royh8Z5dX5 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-royh8Z5dX5 .navbar {
    height: 77px;
  }
  .cid-royh8Z5dX5 .navbar.opened {
    height: auto;
  }
  .cid-royh8Z5dX5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-16 #members_home-msg-box1-0 H3 {
  font-size: 24px;
  color: #b8312f;
}
#custom-html-16 #members_home-header2-0 H3 {
  text-align: left;
}
#custom-html-16 #members_home-header2-0 P {
  text-align: left;
  color: #ffffff;
}
#custom-html-17 #custom-html-1 H3 {
  font-size: 24px;
  color: #b8312f;
}
.cid-rozd2wuClB {
  padding-top: 105px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1620x1080.jpg");
}
.cid-rozd2wuClB .mbr-section-title,
.cid-rozd2wuClB .mbr-section-subtitle {
  color: #000000;
}
.cid-rozd2wuClB .mbr-section-text {
  color: #232323;
}
.cid-rozd2wuClB .mbr-text,
.cid-rozd2wuClB .typed-text,
.cid-rozd2wuClB .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rozd2wuClB .btn {
  margin-left: 4px !important;
}
.cid-rozd2wuClB .animated-element {
  color: #1dc9cb;
}
.cid-rozd2wuClB .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #1dc9cb;
}
.cid-rozd2wuClB .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-rozd2wuClB .mbr-figure {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rozd2wuClB .typed-text,
  .cid-rozd2wuClB .mbr-section-subtitle,
  .cid-rozd2wuClB .mbr-section-text,
  .cid-rozd2wuClB .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rozd2wuClB .mbr-section-subtitle,
.cid-rozd2wuClB .typed-text {
  color: #ffffff;
}
.cid-rozd2wuClB .mbr-section-text,
.cid-rozd2wuClB .mbr-section-btn {
  color: #ffffff;
}
.cid-s3Gmd3NTkm {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-s3Gmd3NTkm .mbr-section-subtitle {
  color: #8d97ad;
}
#custom-html-1a #custom-html-1 label {
  color: #ffffff;
}
#custom-html-1a #custom-html-1 .form-control-label {
  color: #ffffff;
}
#custom-html-1a #custom-html-1 SMALL {
  color: #000000;
  font-family: 'Raleway', sans-serif;
}
#custom-html-1a #custom-html-1 .rs-form-control {
  background-color: #f5f5f5;
  border-radius: 3px;
  box-shadow: none;
  color: #565656;
  font-size: 1.3rem;
  line-height: 1.53;
  min-height: 3.5em;
  padding: 0.5em 1.07em 0.5em;
}
#custom-html-1a #custom-html-1 .rs-form-control,
#custom-html-1a #custom-html-1 .rs-form-control:focus {
  border: 1px solid #e8e8e8;
}
#custom-html-1a #custom-html-1 .rs-form-active .rs-form-control:invalid {
  border-color: #f28281;
}
#custom-html-1a #custom-html-1 .rs-form-control-label {
  cursor: pointer;
  font-size: 0.875rem;
  margin-bottom: 0.357em;
  padding: 0;
}
#custom-html-1a #custom-html-1 .rs-form-control,
#custom-html-1a #custom-html-1 .rs-form-control-file,
#custom-html-1a #custom-html-1 .rs-form-control-range {
  display: block;
}
#custom-html-1a #custom-html-1 .rs-form-control {
  width: 100%;
  background-image: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#custom-html-1a #custom-html-1 .regular-checkbox {
  display: none;
}
#custom-html-1a #custom-html-1 .regular-checkbox + label {
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
#custom-html-1a #custom-html-1 .regular-checkbox + label:active,
#custom-html-1a #custom-html-1 .regular-checkbox:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
#custom-html-1a #custom-html-1 .regular-checkbox:checked + label {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #000000;
}
#custom-html-1a #custom-html-1 .regular-checkbox:checked + label:after {
  content: '\2714';
  font-size: 17px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #000000;
}
#custom-html-1a #custom-html-1 .big-checkbox + label {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  padding: 18px;
  color: #000000;
}
#custom-html-1a #custom-html-1 .big-checkbox:checked + label:after {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  left: 6px;
  color: #000000;
}
#custom-html-1a #custom-html-1 .adj-top {
  padding-top: 20px !important;
}
#custom-html-1a #custom-html-1 #notes,
#custom-html-1a #custom-html-1 #notes2 {
  background-color: #cdcdcd;
  color: #000000;
  padding: 5px;
}
#custom-html-1a #custom-html-1 .boldit {
  font-weight: 700;
}
#custom-html-1a #custom-html-1 label.btn span {
  font-size: 1.5em ;
}
#custom-html-1a #custom-html-1 .radio {
  color: #ffffff;
  font-size: 1.1em;
}
#custom-html-1a #custom-html-1 input[type=radio] {
  display: none;
}
#custom-html-1a #custom-html-1 input[type=radio] + label::before {
  content: '';
  display: inline-block;
  border: 1px solid #000;
  border-radius: 50%;
  margin: 0 0.5em;
  vertical-align: middle;
}
#custom-html-1a #custom-html-1 input[type=radio]:checked + label::before {
  background-color: #ff0000;
}
#custom-html-1a #custom-html-1 .radio + label::before {
  width: 1.5em;
  height: 1.5em;
}
.cid-s3GmfiT12K {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-s3GmfiT12K .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-s2VPQB7r1P {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-s2VPQB7r1P .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-s2UU5A3fNL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4284df;
}
.cid-s2UU5A3fNL p {
  text-align: center;
}
.cid-s2UU5A3fNL .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s2UU5A3fNL .btn-underline:hover {
  color: #505050;
}
.cid-s2UU5A3fNL .btn-underline:before {
  background-color: #505050;
}
.cid-s2UU5A3fNL .social-list a:focus {
  text-decoration: none;
}
.cid-s2UU5A3fNL .text-copyright {
  width: 100%;
}
.cid-s2UU5A3fNL .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-s2UU5A3fNL .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-s2UU5A3fNL .logo-footer {
  line-height: normal;
}
.cid-s2UU5A3fNL .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2UU5A3fNL .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s2UU5A3fNL .mbr-section-btn {
  font-size: 16px;
}
.cid-s2UU5A3fNL .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-royh8Z5dX5 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .nav-item,
.cid-royh8Z5dX5 .nav-link,
.cid-royh8Z5dX5 .navbar-caption {
  font-weight: normal;
}
.cid-royh8Z5dX5 .nav-item:focus,
.cid-royh8Z5dX5 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-royh8Z5dX5 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-royh8Z5dX5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-royh8Z5dX5 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
}
.cid-royh8Z5dX5 .navbar.opened {
  transition: all .3s;
  background: #cccccc !important;
}
.cid-royh8Z5dX5 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-royh8Z5dX5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-royh8Z5dX5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-royh8Z5dX5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-royh8Z5dX5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-royh8Z5dX5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-royh8Z5dX5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-royh8Z5dX5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-royh8Z5dX5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-royh8Z5dX5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-royh8Z5dX5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-royh8Z5dX5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-royh8Z5dX5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-royh8Z5dX5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-royh8Z5dX5 .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-royh8Z5dX5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-royh8Z5dX5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-royh8Z5dX5 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-royh8Z5dX5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-royh8Z5dX5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-royh8Z5dX5 .dropdown-item.active,
.cid-royh8Z5dX5 .dropdown-item:active {
  background-color: transparent;
}
.cid-royh8Z5dX5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-royh8Z5dX5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-royh8Z5dX5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-royh8Z5dX5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-royh8Z5dX5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-royh8Z5dX5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-royh8Z5dX5 .navbar-buttons {
  text-align: center;
}
.cid-royh8Z5dX5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-royh8Z5dX5 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-royh8Z5dX5 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-royh8Z5dX5 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-royh8Z5dX5 .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-royh8Z5dX5 .soc-item {
  margin: .5rem .3rem;
}
.cid-royh8Z5dX5 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-royh8Z5dX5 .navbar {
    height: 77px;
  }
  .cid-royh8Z5dX5 .navbar.opened {
    height: auto;
  }
  .cid-royh8Z5dX5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-1g #page3-msg-box1-0 H3 {
  font-size: 24px;
  color: #b8312f;
}
.cid-rozfTQVifb {
  padding-top: 90px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-rozfTQVifb .mbr-overlay {
  background: #04367c;
}
.cid-rozfTQVifb .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-s3GlWTN8TL {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-s3GlWTN8TL .mbr-section-subtitle {
  color: #8d97ad;
}
#custom-html-1h {
  /* Type valid CSS here */
}
#custom-html-1h .my-image {
  width: 100%;
}
.cid-s2VPNs7aat {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-s2VPNs7aat .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-s2UTEv2pU0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4284df;
}
.cid-s2UTEv2pU0 p {
  text-align: center;
}
.cid-s2UTEv2pU0 .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s2UTEv2pU0 .btn-underline:hover {
  color: #505050;
}
.cid-s2UTEv2pU0 .btn-underline:before {
  background-color: #505050;
}
.cid-s2UTEv2pU0 .social-list a:focus {
  text-decoration: none;
}
.cid-s2UTEv2pU0 .text-copyright {
  width: 100%;
}
.cid-s2UTEv2pU0 .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-s2UTEv2pU0 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-s2UTEv2pU0 .logo-footer {
  line-height: normal;
}
.cid-s2UTEv2pU0 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2UTEv2pU0 .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s2UTEv2pU0 .mbr-section-btn {
  font-size: 16px;
}
.cid-s2UTEv2pU0 .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-royh8Z5dX5 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .nav-item,
.cid-royh8Z5dX5 .nav-link,
.cid-royh8Z5dX5 .navbar-caption {
  font-weight: normal;
}
.cid-royh8Z5dX5 .nav-item:focus,
.cid-royh8Z5dX5 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-royh8Z5dX5 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-royh8Z5dX5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-royh8Z5dX5 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
}
.cid-royh8Z5dX5 .navbar.opened {
  transition: all .3s;
  background: #cccccc !important;
}
.cid-royh8Z5dX5 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-royh8Z5dX5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-royh8Z5dX5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-royh8Z5dX5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-royh8Z5dX5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-royh8Z5dX5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-royh8Z5dX5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-royh8Z5dX5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-royh8Z5dX5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-royh8Z5dX5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-royh8Z5dX5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-royh8Z5dX5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-royh8Z5dX5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-royh8Z5dX5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-royh8Z5dX5 .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-royh8Z5dX5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-royh8Z5dX5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-royh8Z5dX5 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-royh8Z5dX5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-royh8Z5dX5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-royh8Z5dX5 .dropdown-item.active,
.cid-royh8Z5dX5 .dropdown-item:active {
  background-color: transparent;
}
.cid-royh8Z5dX5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-royh8Z5dX5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-royh8Z5dX5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-royh8Z5dX5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-royh8Z5dX5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-royh8Z5dX5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-royh8Z5dX5 .navbar-buttons {
  text-align: center;
}
.cid-royh8Z5dX5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-royh8Z5dX5 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-royh8Z5dX5 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-royh8Z5dX5 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-royh8Z5dX5 .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-royh8Z5dX5 .soc-item {
  margin: .5rem .3rem;
}
.cid-royh8Z5dX5 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-royh8Z5dX5 .navbar {
    height: 77px;
  }
  .cid-royh8Z5dX5 .navbar.opened {
    height: auto;
  }
  .cid-royh8Z5dX5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-1l #page5-msg-box1-0 H3 {
  font-size: 24px;
  color: #b8312f;
}
.cid-rozikLdx5u {
  background-image: url("../../../assets/images/mbr-2-1440x1080.jpg");
}
.cid-rozikLdx5u .mbr-overlay {
  background: #000000;
}
.cid-rozikLdx5u .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-s3GlSSXlgT {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-s3GlSSXlgT .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-s2VPKFRyas {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-s2VPKFRyas .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-s2UTqc1EyQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4284df;
}
.cid-s2UTqc1EyQ p {
  text-align: center;
}
.cid-s2UTqc1EyQ .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s2UTqc1EyQ .btn-underline:hover {
  color: #505050;
}
.cid-s2UTqc1EyQ .btn-underline:before {
  background-color: #505050;
}
.cid-s2UTqc1EyQ .social-list a:focus {
  text-decoration: none;
}
.cid-s2UTqc1EyQ .text-copyright {
  width: 100%;
}
.cid-s2UTqc1EyQ .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-s2UTqc1EyQ .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-s2UTqc1EyQ .logo-footer {
  line-height: normal;
}
.cid-s2UTqc1EyQ .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2UTqc1EyQ .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s2UTqc1EyQ .mbr-section-btn {
  font-size: 16px;
}
.cid-s2UTqc1EyQ .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-royh8Z5dX5 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .nav-item,
.cid-royh8Z5dX5 .nav-link,
.cid-royh8Z5dX5 .navbar-caption {
  font-weight: normal;
}
.cid-royh8Z5dX5 .nav-item:focus,
.cid-royh8Z5dX5 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-royh8Z5dX5 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-royh8Z5dX5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-royh8Z5dX5 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
}
.cid-royh8Z5dX5 .navbar.opened {
  transition: all .3s;
  background: #cccccc !important;
}
.cid-royh8Z5dX5 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-royh8Z5dX5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-royh8Z5dX5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-royh8Z5dX5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-royh8Z5dX5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-royh8Z5dX5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-royh8Z5dX5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-royh8Z5dX5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-royh8Z5dX5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-royh8Z5dX5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-royh8Z5dX5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-royh8Z5dX5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-royh8Z5dX5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-royh8Z5dX5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-royh8Z5dX5 .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-royh8Z5dX5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-royh8Z5dX5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-royh8Z5dX5 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-royh8Z5dX5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-royh8Z5dX5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-royh8Z5dX5 .dropdown-item.active,
.cid-royh8Z5dX5 .dropdown-item:active {
  background-color: transparent;
}
.cid-royh8Z5dX5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-royh8Z5dX5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-royh8Z5dX5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-royh8Z5dX5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-royh8Z5dX5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-royh8Z5dX5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-royh8Z5dX5 .navbar-buttons {
  text-align: center;
}
.cid-royh8Z5dX5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-royh8Z5dX5 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-royh8Z5dX5 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-royh8Z5dX5 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-royh8Z5dX5 .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-royh8Z5dX5 .soc-item {
  margin: .5rem .3rem;
}
.cid-royh8Z5dX5 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-royh8Z5dX5 .navbar {
    height: 77px;
  }
  .cid-royh8Z5dX5 .navbar.opened {
    height: auto;
  }
  .cid-royh8Z5dX5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-1x .cid-qKWrr6pppc {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #4284df;
}
#custom-html-1x .cid-qKWrr6pppc .mbr-section-subtitle {
  color: #ffffff;
}
#custom-html-1x #custom-html-n H2 {
  font-size: 32px;
}
#custom-html-1x #custom-html-n H3 {
  font-size: 17px;
  font-family: 'Raleway', sans-serif;
}
#custom-html-1x h2 {
  font-weight: 700;
}
#custom-html-1x p {
  font-size: 1.07rem;
  line-height: 1.5;
}
#custom-html-1x li {
  font-size: 1.07rem;
  line-height: 1.5;
}
.cid-s42Kj5fQAU {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-s42Kj5fQAU .mbr-section-subtitle {
  color: #8d97ad;
}
#custom-html-8t {
  /* Type valid CSS here */
}
#custom-html-8t .my-image {
  width: 100%;
}
.cid-s2VPH5qzfp {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-s2VPH5qzfp .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-s2UT9vwyVP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4284df;
}
.cid-s2UT9vwyVP p {
  text-align: center;
}
.cid-s2UT9vwyVP .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s2UT9vwyVP .btn-underline:hover {
  color: #505050;
}
.cid-s2UT9vwyVP .btn-underline:before {
  background-color: #505050;
}
.cid-s2UT9vwyVP .social-list a:focus {
  text-decoration: none;
}
.cid-s2UT9vwyVP .text-copyright {
  width: 100%;
}
.cid-s2UT9vwyVP .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-s2UT9vwyVP .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-s2UT9vwyVP .logo-footer {
  line-height: normal;
}
.cid-s2UT9vwyVP .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2UT9vwyVP .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s2UT9vwyVP .mbr-section-btn {
  font-size: 16px;
}
.cid-s2UT9vwyVP .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-royh8Z5dX5 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .nav-item,
.cid-royh8Z5dX5 .nav-link,
.cid-royh8Z5dX5 .navbar-caption {
  font-weight: normal;
}
.cid-royh8Z5dX5 .nav-item:focus,
.cid-royh8Z5dX5 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-royh8Z5dX5 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-royh8Z5dX5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-royh8Z5dX5 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
}
.cid-royh8Z5dX5 .navbar.opened {
  transition: all .3s;
  background: #cccccc !important;
}
.cid-royh8Z5dX5 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-royh8Z5dX5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-royh8Z5dX5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-royh8Z5dX5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-royh8Z5dX5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-royh8Z5dX5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-royh8Z5dX5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-royh8Z5dX5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-royh8Z5dX5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-royh8Z5dX5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-royh8Z5dX5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-royh8Z5dX5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-royh8Z5dX5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-royh8Z5dX5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-royh8Z5dX5 .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-royh8Z5dX5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-royh8Z5dX5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-royh8Z5dX5 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-royh8Z5dX5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-royh8Z5dX5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-royh8Z5dX5 .dropdown-item.active,
.cid-royh8Z5dX5 .dropdown-item:active {
  background-color: transparent;
}
.cid-royh8Z5dX5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-royh8Z5dX5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-royh8Z5dX5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-royh8Z5dX5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-royh8Z5dX5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-royh8Z5dX5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-royh8Z5dX5 .navbar-buttons {
  text-align: center;
}
.cid-royh8Z5dX5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-royh8Z5dX5 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-royh8Z5dX5 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-royh8Z5dX5 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-royh8Z5dX5 .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-royh8Z5dX5 .soc-item {
  margin: .5rem .3rem;
}
.cid-royh8Z5dX5 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-royh8Z5dX5 .navbar {
    height: 77px;
  }
  .cid-royh8Z5dX5 .navbar.opened {
    height: auto;
  }
  .cid-royh8Z5dX5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-20 .cid-qKWquW8ufv {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #4284df;
}
#custom-html-20 .cid-qKWquW8ufv .mbr-section-subtitle {
  color: #ffffff;
}
#custom-html-20 h2 {
  font-weight: 700;
}
#custom-html-20 p {
  font-size: 1.07rem;
  line-height: 1.5;
}
#custom-html-20 li {
  font-size: 1.07rem;
  line-height: 1.5;
}
.cid-s42KgdjnIO {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-s42KgdjnIO .mbr-section-subtitle {
  color: #8d97ad;
}
#custom-html-8q {
  /* Type valid CSS here */
}
#custom-html-8q .my-image {
  width: 100%;
}
.cid-s2VPExVwLO {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-s2VPExVwLO .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-s2USAfDIuq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4284df;
}
.cid-s2USAfDIuq p {
  text-align: center;
}
.cid-s2USAfDIuq .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s2USAfDIuq .btn-underline:hover {
  color: #505050;
}
.cid-s2USAfDIuq .btn-underline:before {
  background-color: #505050;
}
.cid-s2USAfDIuq .social-list a:focus {
  text-decoration: none;
}
.cid-s2USAfDIuq .text-copyright {
  width: 100%;
}
.cid-s2USAfDIuq .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-s2USAfDIuq .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-s2USAfDIuq .logo-footer {
  line-height: normal;
}
.cid-s2USAfDIuq .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2USAfDIuq .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s2USAfDIuq .mbr-section-btn {
  font-size: 16px;
}
.cid-s2USAfDIuq .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-royh8Z5dX5 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .nav-item,
.cid-royh8Z5dX5 .nav-link,
.cid-royh8Z5dX5 .navbar-caption {
  font-weight: normal;
}
.cid-royh8Z5dX5 .nav-item:focus,
.cid-royh8Z5dX5 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-royh8Z5dX5 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-royh8Z5dX5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-royh8Z5dX5 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
}
.cid-royh8Z5dX5 .navbar.opened {
  transition: all .3s;
  background: #cccccc !important;
}
.cid-royh8Z5dX5 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-royh8Z5dX5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-royh8Z5dX5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-royh8Z5dX5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-royh8Z5dX5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-royh8Z5dX5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-royh8Z5dX5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-royh8Z5dX5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-royh8Z5dX5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-royh8Z5dX5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-royh8Z5dX5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-royh8Z5dX5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-royh8Z5dX5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-royh8Z5dX5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-royh8Z5dX5 .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-royh8Z5dX5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-royh8Z5dX5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-royh8Z5dX5 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-royh8Z5dX5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-royh8Z5dX5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-royh8Z5dX5 .dropdown-item.active,
.cid-royh8Z5dX5 .dropdown-item:active {
  background-color: transparent;
}
.cid-royh8Z5dX5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-royh8Z5dX5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-royh8Z5dX5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-royh8Z5dX5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-royh8Z5dX5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-royh8Z5dX5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-royh8Z5dX5 .navbar-buttons {
  text-align: center;
}
.cid-royh8Z5dX5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-royh8Z5dX5 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-royh8Z5dX5 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-royh8Z5dX5 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-royh8Z5dX5 .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-royh8Z5dX5 .soc-item {
  margin: .5rem .3rem;
}
.cid-royh8Z5dX5 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-royh8Z5dX5 .navbar {
    height: 77px;
  }
  .cid-royh8Z5dX5 .navbar.opened {
    height: auto;
  }
  .cid-royh8Z5dX5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-23 #msg-box5-1 #pplogo {
  max-width: 320px;
}
#custom-html-23 #msg-box5-1 #loadgif {
  width: 80px;
  height: 80px;
}
#custom-html-23 #msg-box5-1 h3 {
  color: #ffffff;
}
#custom-html-23 #msg-box5-1 p {
  color: #ffffff;
}
.cid-s2VPBF3V6Y {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-s2VPBF3V6Y .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-s2UPTipXFq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4284df;
}
.cid-s2UPTipXFq p {
  text-align: center;
}
.cid-s2UPTipXFq .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s2UPTipXFq .btn-underline:hover {
  color: #505050;
}
.cid-s2UPTipXFq .btn-underline:before {
  background-color: #505050;
}
.cid-s2UPTipXFq .social-list a:focus {
  text-decoration: none;
}
.cid-s2UPTipXFq .text-copyright {
  width: 100%;
}
.cid-s2UPTipXFq .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-s2UPTipXFq .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-s2UPTipXFq .logo-footer {
  line-height: normal;
}
.cid-s2UPTipXFq .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2UPTipXFq .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s2UPTipXFq .mbr-section-btn {
  font-size: 16px;
}
.cid-s2UPTipXFq .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-royh8Z5dX5 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .nav-item,
.cid-royh8Z5dX5 .nav-link,
.cid-royh8Z5dX5 .navbar-caption {
  font-weight: normal;
}
.cid-royh8Z5dX5 .nav-item:focus,
.cid-royh8Z5dX5 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-royh8Z5dX5 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-royh8Z5dX5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-royh8Z5dX5 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
}
.cid-royh8Z5dX5 .navbar.opened {
  transition: all .3s;
  background: #cccccc !important;
}
.cid-royh8Z5dX5 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-royh8Z5dX5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-royh8Z5dX5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-royh8Z5dX5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-royh8Z5dX5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-royh8Z5dX5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-royh8Z5dX5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-royh8Z5dX5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-royh8Z5dX5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-royh8Z5dX5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-royh8Z5dX5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-royh8Z5dX5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-royh8Z5dX5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-royh8Z5dX5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-royh8Z5dX5 .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-royh8Z5dX5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-royh8Z5dX5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-royh8Z5dX5 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-royh8Z5dX5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-royh8Z5dX5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-royh8Z5dX5 .dropdown-item.active,
.cid-royh8Z5dX5 .dropdown-item:active {
  background-color: transparent;
}
.cid-royh8Z5dX5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-royh8Z5dX5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-royh8Z5dX5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-royh8Z5dX5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-royh8Z5dX5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-royh8Z5dX5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-royh8Z5dX5 .navbar-buttons {
  text-align: center;
}
.cid-royh8Z5dX5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-royh8Z5dX5 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-royh8Z5dX5 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-royh8Z5dX5 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-royh8Z5dX5 .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-royh8Z5dX5 .soc-item {
  margin: .5rem .3rem;
}
.cid-royh8Z5dX5 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-royh8Z5dX5 .navbar {
    height: 77px;
  }
  .cid-royh8Z5dX5 .navbar.opened {
    height: auto;
  }
  .cid-royh8Z5dX5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-26 #msg-box8-4 .mbr-section-title,
#custom-html-26 #msg-box8-4 p {
  color: #fff;
}
.cid-rozxC5mubn {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1920x1202.jpg");
}
.cid-rozxC5mubn .mbr-overlay {
  background: #000000;
}
.cid-rozxC5mubn .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-s3GllMbOLR {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-s3GllMbOLR .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-s2WkrlhadM {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-s2WkrlhadM .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-s2WkrlhadM .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s2WkrlhadM .text-content {
  padding-right: 1.5rem;
}
.cid-s2WkrlhadM .mbr-text,
.cid-s2WkrlhadM .mbr-section-btn {
  color: #232323;
}
.cid-s2WkrlhadM .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(52, 57, 76, 0.3);
  box-shadow: 0px 0px 30px rgba(52, 57, 76, 0.3);
  border-radius: .25rem;
}
.cid-s2WkrlhadM .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-s2WkrlhadM .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-s2WkrlhadM .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-s2WkrlhadM .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-s2WkrlhadM .main-row {
    margin: 0;
  }
  .cid-s2WkrlhadM .mbr-section-title,
  .cid-s2WkrlhadM .mbr-text,
  .cid-s2WkrlhadM .list,
  .cid-s2WkrlhadM .mbr-section-btn {
    text-align: center !important;
  }
  .cid-s2WkrlhadM .text-content {
    padding: 0;
  }
}
.cid-s2WkrlhadM .mbr-section-title {
  color: #04367c;
}
.cid-s3GlmL49XN {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-s3GlmL49XN .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-s2WlJKUkox {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background3-1.jpg");
}
.cid-s2WlJKUkox .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-s2WlJKUkox .list-group-item {
  padding: .5rem 2rem;
}
.cid-s2WlJKUkox h1 {
  font-size: 2.5rem;
}
.cid-s2WlJKUkox .nav-tabs {
  border: none !important;
}
.cid-s2WlJKUkox .nav-tabs .btn {
  position: relative;
  z-index: 1;
  margin: 0;
  border-color: transparent !important;
  overflow: visible;
  box-shadow: none !important;
  transform: scale(1) !important;
  background: transparent !important;
}
.cid-s2WlJKUkox .nav-tabs .btn:not(:focus):not(:hover):not(.active) {
  color: #0c57bf !important;
}
.cid-s2WlJKUkox .nav-tabs .btn:after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: -30px;
  width: calc(100% + 30px);
  height: calc(100% + 1px);
  transition: border-color 0.3s ease-out;
  border: inherit !important;
  border-radius: inherit;
  border-color: #1d2671 !important;
  background: transparent !important;
  animation: none;
  pointer-events: none;
}
.cid-s2WlJKUkox .nav-tabs .btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-out;
  background-color: #1d2671 !important;
  border-radius: inherit;
}
.cid-s2WlJKUkox .nav-tabs .btn.active:before {
  height: 100%;
  width: 100%;
}
.cid-s2WlJKUkox .nav-tabs .nav-item:first-child .btn:after {
  left: 0;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-right-width: 0px !important;
}
.cid-s2WlJKUkox .nav-tabs .nav-item:last-child .btn:after {
  right: 0;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-left-width: 0px !important;
}
.cid-s2WlJKUkox .nav-tabs .nav-item .btn:hover {
  color: #1d2671 !important;
  box-shadow: none !important;
}
.cid-s2WlJKUkox .nav-tabs .nav-item .btn.active {
  color: #ffffff !important;
  box-shadow: none !important;
  z-index: 100;
}
.cid-s2WlJKUkox .plan {
  background: #1d2671;
  position: relative;
  max-width: 300px;
  padding-right: 0;
  padding-left: 0;
  background: linear-gradient(135deg, #1d2671 0%, #2a0845 100%);
}
.cid-s2WlJKUkox .plan .plan-title {
  margin-left: 3rem;
  margin-right: 3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background: #6c9cdf;
}
.cid-s2WlJKUkox .plan .plan-price {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
}
.cid-s2WlJKUkox .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}
.cid-s2WlJKUkox .plan .list-group-item:last-child::after {
  display: none;
}
.cid-s2WlJKUkox .plan .mbr-section-btn a {
  margin-bottom: 0;
}
.cid-s2WlJKUkox .plan .plan-body {
  position: relative;
  padding-bottom: 3rem;
}
.cid-s2WlJKUkox .plan-header {
  padding-bottom: 1rem;
  position: relative;
}
.cid-s2WlO0D3U6 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-s2WlO0D3U6 .mbr-section-subtitle {
  color: #8d97ad;
}
#custom-html-28 #custom-html-1 label {
  color: #ffffff;
}
#custom-html-28 #custom-html-1 .form-control-label {
  color: #ffffff;
}
#custom-html-28 #custom-html-1 SMALL {
  color: #000000;
  font-family: 'Raleway', sans-serif;
}
#custom-html-28 #custom-html-1 .rs-form-control {
  background-color: #f5f5f5;
  border-radius: 3px;
  box-shadow: none;
  color: #565656;
  font-size: 1.3rem;
  line-height: 1.53;
  min-height: 3.5em;
  padding: 0.5em 1.07em 0.5em;
}
#custom-html-28 #custom-html-1 .rs-form-control,
#custom-html-28 #custom-html-1 .rs-form-control:focus {
  border: 1px solid #e8e8e8;
}
#custom-html-28 #custom-html-1 .rs-form-active .rs-form-control:invalid {
  border-color: #f28281;
}
#custom-html-28 #custom-html-1 .rs-form-control-label {
  cursor: pointer;
  font-size: 0.875rem;
  margin-bottom: 0.357em;
  padding: 0;
}
#custom-html-28 #custom-html-1 .rs-form-control,
#custom-html-28 #custom-html-1 .rs-form-control-file,
#custom-html-28 #custom-html-1 .rs-form-control-range {
  display: block;
}
#custom-html-28 #custom-html-1 .rs-form-control {
  width: 100%;
  background-image: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#custom-html-28 #custom-html-1 .regular-checkbox {
  display: none;
}
#custom-html-28 #custom-html-1 .regular-checkbox + label {
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
#custom-html-28 #custom-html-1 .regular-checkbox + label:active,
#custom-html-28 #custom-html-1 .regular-checkbox:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
#custom-html-28 #custom-html-1 .regular-checkbox:checked + label {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #000000;
}
#custom-html-28 #custom-html-1 .regular-checkbox:checked + label:after {
  content: '\2714';
  font-size: 17px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #000000;
}
#custom-html-28 #custom-html-1 .big-checkbox + label {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  padding: 18px;
  color: #000000;
}
#custom-html-28 #custom-html-1 .big-checkbox:checked + label:after {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  left: 6px;
  color: #000000;
}
#custom-html-28 #custom-html-1 .adj-top {
  padding-top: 20px !important;
}
#custom-html-28 #custom-html-1 #notes {
  background-color: #cdcdcd;
  color: #000000;
  padding: 5px;
}
#custom-html-28 #custom-html-1 .boldit {
  font-weight: 700;
}
#custom-html-28 #custom-html-1 H3 {
  color: #ffffff;
}
#custom-html-28 #custom-html-1 P {
  color: #f7da64;
  text-align: left;
}
#custom-html-28 #custom-html-1 SPAN {
  font-size: 19px;
}
#custom-html-28 #custom-html-1 .mbr-section-title,
#custom-html-28 #custom-html-1 p {
  color: #fff;
}
#custom-html-28 #custom-html-1 label {
  color: #ffffff;
}
#custom-html-28 #custom-html-1 .form-control-label {
  color: #ffffff;
}
#custom-html-28 #custom-html-1 SMALL {
  color: #000000;
  font-family: 'Raleway', sans-serif;
}
#custom-html-28 #custom-html-1 .rs-form-control {
  background-color: #f5f5f5;
  border-radius: 3px;
  box-shadow: none;
  color: #565656;
  font-size: 1.3rem;
  line-height: 1.53;
  min-height: 3.5em;
  padding: 0.5em 1.07em 0.5em;
}
#custom-html-28 #custom-html-1 .rs-form-control,
#custom-html-28 #custom-html-1 .rs-form-control:focus {
  border: 1px solid #e8e8e8;
}
#custom-html-28 #custom-html-1 .rs-form-active .rs-form-control:invalid {
  border-color: #f28281;
}
#custom-html-28 #custom-html-1 .rs-form-control-label {
  cursor: pointer;
  font-size: 0.875rem;
  margin-bottom: 0.357em;
  padding: 0;
}
#custom-html-28 #custom-html-1 .rs-form-control,
#custom-html-28 #custom-html-1 .rs-form-control-file,
#custom-html-28 #custom-html-1 .rs-form-control-range {
  display: block;
}
#custom-html-28 #custom-html-1 .rs-form-control {
  width: 100%;
  background-image: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#custom-html-28 #custom-html-1 .regular-checkbox {
  display: none;
}
#custom-html-28 #custom-html-1 .regular-checkbox + label {
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
#custom-html-28 #custom-html-1 .regular-checkbox + label:active,
#custom-html-28 #custom-html-1 .regular-checkbox:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
#custom-html-28 #custom-html-1 .regular-checkbox:checked + label {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #000000;
}
#custom-html-28 #custom-html-1 .regular-checkbox:checked + label:after {
  content: '\2714';
  font-size: 17px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #000000;
}
#custom-html-28 #custom-html-1 .big-checkbox + label {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  padding: 18px;
  color: #000000;
}
#custom-html-28 #custom-html-1 .big-checkbox:checked + label:after {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  left: 6px;
  color: #000000;
}
#custom-html-28 #custom-html-1 .adj-top {
  padding-top: 20px !important;
}
#custom-html-28 #custom-html-1 #notes,
#custom-html-28 #custom-html-1 #notes2 {
  background-color: #cdcdcd;
  color: #000000;
  padding: 5px;
}
#custom-html-28 #custom-html-1 .boldit {
  font-weight: 700;
}
#custom-html-28 #custom-html-1 label.btn span {
  font-size: 1.5em ;
}
#custom-html-28 #custom-html-1 .radio {
  color: #ffffff;
  font-size: 1.1em;
}
#custom-html-28 #custom-html-1 input[type=radio] {
  display: none;
}
#custom-html-28 #custom-html-1 input[type=radio] + label::before {
  content: '';
  display: inline-block;
  border: 1px solid #000;
  border-radius: 50%;
  margin: 0 0.5em;
  vertical-align: middle;
}
#custom-html-28 #custom-html-1 input[type=radio]:checked + label::before {
  background-color: #ff0000;
}
#custom-html-28 #custom-html-1 .radio + label::before {
  width: 1.5em;
  height: 1.5em;
}
.cid-s2VPxgpOLo {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-s2VPxgpOLo .mbr-section-subtitle {
  color: #8d97ad;
}
#custom-html-8p {
  /* Type valid CSS here */
}
#custom-html-8p .my-image {
  width: 100%;
}
.cid-s42I3O1s1c {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-s42I3O1s1c .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-s2UPmbp6Ap {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4284df;
}
.cid-s2UPmbp6Ap p {
  text-align: center;
}
.cid-s2UPmbp6Ap .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s2UPmbp6Ap .btn-underline:hover {
  color: #505050;
}
.cid-s2UPmbp6Ap .btn-underline:before {
  background-color: #505050;
}
.cid-s2UPmbp6Ap .social-list a:focus {
  text-decoration: none;
}
.cid-s2UPmbp6Ap .text-copyright {
  width: 100%;
}
.cid-s2UPmbp6Ap .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-s2UPmbp6Ap .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-s2UPmbp6Ap .logo-footer {
  line-height: normal;
}
.cid-s2UPmbp6Ap .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2UPmbp6Ap .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s2UPmbp6Ap .mbr-section-btn {
  font-size: 16px;
}
.cid-s2UPmbp6Ap .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
#custom-html-2b #header1-5 h1 {
  color: #ffffff;
}
#custom-html-2b #header1-5 p {
  color: #ffffff;
}
#custom-html-2b #header1-5 label {
  color: #ffffff;
}
#custom-html-2b #header1-5 .form-control-label {
  color: #ffffff;
}
#custom-html-2b #header1-5 SMALL {
  color: #000000;
  font-family: 'Raleway', sans-serif;
}
#custom-html-2b #header1-5 .rs-form-control {
  background-color: #f5f5f5;
  border-radius: 3px;
  box-shadow: none;
  color: #565656;
  font-size: 1.3rem;
  line-height: 1.53;
  min-height: 3.5em;
  padding: 0.5em 1.07em 0.5em;
}
#custom-html-2b #header1-5 .rs-form-control,
#custom-html-2b #header1-5 .rs-form-control:focus {
  border: 1px solid #e8e8e8;
}
#custom-html-2b #header1-5 .rs-form-active .rs-form-control:invalid {
  border-color: #f28281;
}
#custom-html-2b #header1-5 .rs-form-control-label {
  cursor: pointer;
  font-size: 0.875rem;
  margin-bottom: 0.357em;
  padding: 0;
}
#custom-html-2b #header1-5 .rs-form-control,
#custom-html-2b #header1-5 .rs-form-control-file,
#custom-html-2b #header1-5 .rs-form-control-range {
  display: block;
}
#custom-html-2b #header1-5 .rs-form-control {
  width: 100%;
  background-image: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#custom-html-2b #header1-5 .regular-checkbox {
  display: none;
}
#custom-html-2b #header1-5 .regular-checkbox + label {
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
#custom-html-2b #header1-5 .regular-checkbox + label:active,
#custom-html-2b #header1-5 .regular-checkbox:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
#custom-html-2b #header1-5 .regular-checkbox:checked + label {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #000000;
}
#custom-html-2b #header1-5 .regular-checkbox:checked + label:after {
  content: '\2714';
  font-size: 17px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #000000;
}
#custom-html-2b #header1-5 .big-checkbox + label {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  padding: 18px;
  color: #000000;
}
#custom-html-2b #header1-5 .big-checkbox:checked + label:after {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  left: 6px;
  color: #000000;
}
#custom-html-2b #header1-5 .adj-top {
  padding-top: 20px !important;
}
#custom-html-2b #header1-5 #notes {
  background-color: #cdcdcd;
  color: #000000;
  padding: 5px;
}
#custom-html-2b #header1-5 .boldit {
  font-weight: 700;
}
#custom-html-2b #header1-5 .RSform-title {
  color: #ffffff;
  font-size: 24px;
}
#custom-html-2b #header1-5 h1 {
  font-size: 26px;
}
.cid-s2VPoC6aWD {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-s2VPoC6aWD .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-s2UNBLDEgk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4284df;
}
.cid-s2UNBLDEgk p {
  text-align: center;
}
.cid-s2UNBLDEgk .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s2UNBLDEgk .btn-underline:hover {
  color: #505050;
}
.cid-s2UNBLDEgk .btn-underline:before {
  background-color: #505050;
}
.cid-s2UNBLDEgk .social-list a:focus {
  text-decoration: none;
}
.cid-s2UNBLDEgk .text-copyright {
  width: 100%;
}
.cid-s2UNBLDEgk .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-s2UNBLDEgk .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-s2UNBLDEgk .logo-footer {
  line-height: normal;
}
.cid-s2UNBLDEgk .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2UNBLDEgk .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s2UNBLDEgk .mbr-section-btn {
  font-size: 16px;
}
.cid-s2UNBLDEgk .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-royh8Z5dX5 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .nav-item,
.cid-royh8Z5dX5 .nav-link,
.cid-royh8Z5dX5 .navbar-caption {
  font-weight: normal;
}
.cid-royh8Z5dX5 .nav-item:focus,
.cid-royh8Z5dX5 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-royh8Z5dX5 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-royh8Z5dX5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-royh8Z5dX5 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
}
.cid-royh8Z5dX5 .navbar.opened {
  transition: all .3s;
  background: #cccccc !important;
}
.cid-royh8Z5dX5 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-royh8Z5dX5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-royh8Z5dX5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-royh8Z5dX5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-royh8Z5dX5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-royh8Z5dX5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-royh8Z5dX5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-royh8Z5dX5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-royh8Z5dX5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-royh8Z5dX5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-royh8Z5dX5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-royh8Z5dX5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-royh8Z5dX5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-royh8Z5dX5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-royh8Z5dX5 .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-royh8Z5dX5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-royh8Z5dX5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-royh8Z5dX5 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-royh8Z5dX5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-royh8Z5dX5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-royh8Z5dX5 .dropdown-item.active,
.cid-royh8Z5dX5 .dropdown-item:active {
  background-color: transparent;
}
.cid-royh8Z5dX5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-royh8Z5dX5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-royh8Z5dX5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-royh8Z5dX5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-royh8Z5dX5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-royh8Z5dX5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-royh8Z5dX5 .navbar-buttons {
  text-align: center;
}
.cid-royh8Z5dX5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-royh8Z5dX5 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-royh8Z5dX5 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-royh8Z5dX5 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-royh8Z5dX5 .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-royh8Z5dX5 .soc-item {
  margin: .5rem .3rem;
}
.cid-royh8Z5dX5 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-royh8Z5dX5 .navbar {
    height: 77px;
  }
  .cid-royh8Z5dX5 .navbar.opened {
    height: auto;
  }
  .cid-royh8Z5dX5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-2e #custom-html-4 H3 {
  font-size: 24px;
  color: #b8312f;
}
.cid-royh8Z5dX5 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .nav-item,
.cid-royh8Z5dX5 .nav-link,
.cid-royh8Z5dX5 .navbar-caption {
  font-weight: normal;
}
.cid-royh8Z5dX5 .nav-item:focus,
.cid-royh8Z5dX5 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-royh8Z5dX5 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-royh8Z5dX5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-royh8Z5dX5 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
}
.cid-royh8Z5dX5 .navbar.opened {
  transition: all .3s;
  background: #cccccc !important;
}
.cid-royh8Z5dX5 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-royh8Z5dX5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-royh8Z5dX5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-royh8Z5dX5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-royh8Z5dX5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-royh8Z5dX5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-royh8Z5dX5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-royh8Z5dX5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-royh8Z5dX5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-royh8Z5dX5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-royh8Z5dX5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-royh8Z5dX5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-royh8Z5dX5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-royh8Z5dX5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-royh8Z5dX5 .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-royh8Z5dX5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-royh8Z5dX5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-royh8Z5dX5 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-royh8Z5dX5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-royh8Z5dX5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-royh8Z5dX5 .dropdown-item.active,
.cid-royh8Z5dX5 .dropdown-item:active {
  background-color: transparent;
}
.cid-royh8Z5dX5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-royh8Z5dX5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-royh8Z5dX5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-royh8Z5dX5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-royh8Z5dX5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-royh8Z5dX5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-royh8Z5dX5 .navbar-buttons {
  text-align: center;
}
.cid-royh8Z5dX5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-royh8Z5dX5 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-royh8Z5dX5 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-royh8Z5dX5 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-royh8Z5dX5 .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-royh8Z5dX5 .soc-item {
  margin: .5rem .3rem;
}
.cid-royh8Z5dX5 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-royh8Z5dX5 .navbar {
    height: 77px;
  }
  .cid-royh8Z5dX5 .navbar.opened {
    height: auto;
  }
  .cid-royh8Z5dX5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-roCD9d9AW3 {
  background-image: url("../../../assets/images/mbr-1920x1062.jpg");
}
.cid-roCD9d9AW3 .mbr-section-title,
.cid-roCD9d9AW3 .mbr-section-subtitle {
  color: #000000;
}
.cid-roCD9d9AW3 .mbr-section-text {
  color: #232323;
}
.cid-roCD9d9AW3 .mbr-text,
.cid-roCD9d9AW3 .typed-text,
.cid-roCD9d9AW3 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-roCD9d9AW3 .btn {
  margin-left: 4px !important;
}
.cid-roCD9d9AW3 .animated-element {
  color: #1dc9cb;
}
.cid-roCD9d9AW3 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #1dc9cb;
}
.cid-roCD9d9AW3 .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-roCD9d9AW3 .mbr-figure {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-roCD9d9AW3 .typed-text,
  .cid-roCD9d9AW3 .mbr-section-subtitle,
  .cid-roCD9d9AW3 .mbr-section-text,
  .cid-roCD9d9AW3 .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-roCD9d9AW3 .mbr-section-subtitle,
.cid-roCD9d9AW3 .typed-text {
  color: #ffffff;
  text-align: center;
}
.cid-roCD9d9AW3 .mbr-section-text,
.cid-roCD9d9AW3 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-s3Glh9DlE8 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-s3Glh9DlE8 .mbr-section-subtitle {
  color: #8d97ad;
}
#custom-html-2h #testimonials4-7 .mbr-section-title {
  color: #ffffff;
}
#custom-html-2h #testimonials4-7 label {
  color: #ffffff;
}
#custom-html-2h #testimonials4-7 .form-control-label {
  color: #ffffff;
}
#custom-html-2h #testimonials4-7 SMALL {
  color: #000000;
  font-family: 'Raleway', sans-serif;
}
#custom-html-2h #testimonials4-7 .rs-form-control {
  background-color: #f5f5f5;
  border-radius: 3px;
  box-shadow: none;
  color: #565656;
  font-size: 1.3rem;
  line-height: 1.53;
  min-height: 3.5em;
  padding: 0.5em 1.07em 0.5em;
}
#custom-html-2h #testimonials4-7 .rs-form-control,
#custom-html-2h #testimonials4-7 .rs-form-control:focus {
  border: 1px solid #e8e8e8;
}
#custom-html-2h #testimonials4-7 .rs-form-active .rs-form-control:invalid {
  border-color: #f28281;
}
#custom-html-2h #testimonials4-7 .rs-form-control-label {
  cursor: pointer;
  font-size: 0.875rem;
  margin-bottom: 0.357em;
  padding: 0;
}
#custom-html-2h #testimonials4-7 .rs-form-control,
#custom-html-2h #testimonials4-7 .rs-form-control-file,
#custom-html-2h #testimonials4-7 .rs-form-control-range {
  display: block;
}
#custom-html-2h #testimonials4-7 .rs-form-control {
  width: 100%;
  background-image: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#custom-html-2h #testimonials4-7 .regular-checkbox {
  display: none;
}
#custom-html-2h #testimonials4-7 .regular-checkbox + label {
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
#custom-html-2h #testimonials4-7 .regular-checkbox + label:active,
#custom-html-2h #testimonials4-7 .regular-checkbox:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
#custom-html-2h #testimonials4-7 .regular-checkbox:checked + label {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #000000;
}
#custom-html-2h #testimonials4-7 .regular-checkbox:checked + label:after {
  content: '\2714';
  font-size: 17px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #000000;
}
#custom-html-2h #testimonials4-7 .big-checkbox + label {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  padding: 18px;
  color: #000000;
}
#custom-html-2h #testimonials4-7 .big-checkbox:checked + label:after {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  left: 6px;
  color: #000000;
}
#custom-html-2h #testimonials4-7 .adj-top {
  padding-top: 20px !important;
}
#custom-html-2h #testimonials4-7 #notes {
  background-color: #cdcdcd;
  color: #000000;
  padding: 5px;
}
#custom-html-2h #testimonials4-7 .boldit {
  font-weight: 700;
}
#custom-html-2h #contacts1-2 P {
  color: #90a878;
}
#custom-html-2f #custom-html-1 H3 {
  font-size: 24px;
  color: #b8312f;
}
#custom-html-2f #custom-html-1 label {
  color: #ffffff;
}
#custom-html-2f #custom-html-1 .form-control-label {
  color: #ffffff;
}
#custom-html-2f #custom-html-1 SMALL {
  color: #000000;
  font-family: 'Raleway', sans-serif;
}
#custom-html-2f #custom-html-1 .rs-form-control {
  background-color: #f5f5f5;
  border-radius: 3px;
  box-shadow: none;
  color: #565656;
  font-size: 1.3rem;
  line-height: 1.53;
  min-height: 3.5em;
  padding: 0.5em 1.07em 0.5em;
}
#custom-html-2f #custom-html-1 .rs-form-control,
#custom-html-2f #custom-html-1 .rs-form-control:focus {
  border: 1px solid #e8e8e8;
}
#custom-html-2f #custom-html-1 .rs-form-active .rs-form-control:invalid {
  border-color: #f28281;
}
#custom-html-2f #custom-html-1 .rs-form-control-label {
  cursor: pointer;
  font-size: 0.875rem;
  margin-bottom: 0.357em;
  padding: 0;
}
#custom-html-2f #custom-html-1 .rs-form-control,
#custom-html-2f #custom-html-1 .rs-form-control-file,
#custom-html-2f #custom-html-1 .rs-form-control-range {
  display: block;
}
#custom-html-2f #custom-html-1 .rs-form-control {
  width: 100%;
  background-image: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#custom-html-2f #custom-html-1 .regular-checkbox {
  display: none;
}
#custom-html-2f #custom-html-1 .regular-checkbox + label {
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
#custom-html-2f #custom-html-1 .regular-checkbox + label:active,
#custom-html-2f #custom-html-1 .regular-checkbox:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
#custom-html-2f #custom-html-1 .regular-checkbox:checked + label {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #000000;
}
#custom-html-2f #custom-html-1 .regular-checkbox:checked + label:after {
  content: '\2714';
  font-size: 17px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #000000;
}
#custom-html-2f #custom-html-1 .big-checkbox + label {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  padding: 18px;
  color: #000000;
}
#custom-html-2f #custom-html-1 .big-checkbox:checked + label:after {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  left: 6px;
  color: #000000;
}
#custom-html-2f #custom-html-1 .adj-top {
  padding-top: 20px !important;
}
#custom-html-2f #custom-html-1 #notes,
#custom-html-2f #custom-html-1 #notes2 {
  background-color: #cdcdcd;
  color: #000000;
  padding: 5px;
}
#custom-html-2f #custom-html-1 .boldit {
  font-weight: 700;
}
#custom-html-2f #custom-html-1 label.btn span {
  font-size: 1.5em ;
}
#custom-html-2f #custom-html-1 .radio {
  color: #ffffff;
  font-size: 1.1em;
}
#custom-html-2f #custom-html-1 input[type=radio] {
  display: none;
}
#custom-html-2f #custom-html-1 input[type=radio] + label::before {
  content: '';
  display: inline-block;
  border: 1px solid #000;
  border-radius: 50%;
  margin: 0 0.5em;
  vertical-align: middle;
}
#custom-html-2f #custom-html-1 input[type=radio]:checked + label::before {
  background-color: #ff0000;
}
#custom-html-2f #custom-html-1 .radio + label::before {
  width: 1.5em;
  height: 1.5em;
}
.cid-s2VPsLC8Y9 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-s2VPsLC8Y9 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-s2UNLLyCdD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4284df;
}
.cid-s2UNLLyCdD p {
  text-align: center;
}
.cid-s2UNLLyCdD .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s2UNLLyCdD .btn-underline:hover {
  color: #505050;
}
.cid-s2UNLLyCdD .btn-underline:before {
  background-color: #505050;
}
.cid-s2UNLLyCdD .social-list a:focus {
  text-decoration: none;
}
.cid-s2UNLLyCdD .text-copyright {
  width: 100%;
}
.cid-s2UNLLyCdD .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-s2UNLLyCdD .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-s2UNLLyCdD .logo-footer {
  line-height: normal;
}
.cid-s2UNLLyCdD .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2UNLLyCdD .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s2UNLLyCdD .mbr-section-btn {
  font-size: 16px;
}
.cid-s2UNLLyCdD .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
#custom-html-2l #header1-4 .mbr-section-title,
#custom-html-2l #header1-4 h3 {
  color: #fff;
}
#custom-html-2l #header1-4 p {
  color: #fff;
}
#custom-html-2l #header1-4 #pplogo {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
#custom-html-2l #header1-4 #loadgif {
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
}
.cid-s2VPm0mZPb {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-s2VPm0mZPb .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-royh8Z5dX5 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .nav-item,
.cid-royh8Z5dX5 .nav-link,
.cid-royh8Z5dX5 .navbar-caption {
  font-weight: normal;
}
.cid-royh8Z5dX5 .nav-item:focus,
.cid-royh8Z5dX5 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-royh8Z5dX5 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-royh8Z5dX5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-royh8Z5dX5 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
}
.cid-royh8Z5dX5 .navbar.opened {
  transition: all .3s;
  background: #cccccc !important;
}
.cid-royh8Z5dX5 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-royh8Z5dX5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-royh8Z5dX5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-royh8Z5dX5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-royh8Z5dX5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-royh8Z5dX5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-royh8Z5dX5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-royh8Z5dX5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-royh8Z5dX5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-royh8Z5dX5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-royh8Z5dX5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-royh8Z5dX5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-royh8Z5dX5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-royh8Z5dX5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-royh8Z5dX5 .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-royh8Z5dX5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-royh8Z5dX5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-royh8Z5dX5 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-royh8Z5dX5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-royh8Z5dX5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-royh8Z5dX5 .dropdown-item.active,
.cid-royh8Z5dX5 .dropdown-item:active {
  background-color: transparent;
}
.cid-royh8Z5dX5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-royh8Z5dX5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-royh8Z5dX5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-royh8Z5dX5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-royh8Z5dX5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-royh8Z5dX5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-royh8Z5dX5 .navbar-buttons {
  text-align: center;
}
.cid-royh8Z5dX5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-royh8Z5dX5 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-royh8Z5dX5 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-royh8Z5dX5 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-royh8Z5dX5 .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-royh8Z5dX5 .soc-item {
  margin: .5rem .3rem;
}
.cid-royh8Z5dX5 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-royh8Z5dX5 .navbar {
    height: 77px;
  }
  .cid-royh8Z5dX5 .navbar.opened {
    height: auto;
  }
  .cid-royh8Z5dX5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s2ULzDkJBv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4284df;
}
.cid-s2ULzDkJBv p {
  text-align: center;
}
.cid-s2ULzDkJBv .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s2ULzDkJBv .btn-underline:hover {
  color: #505050;
}
.cid-s2ULzDkJBv .btn-underline:before {
  background-color: #505050;
}
.cid-s2ULzDkJBv .social-list a:focus {
  text-decoration: none;
}
.cid-s2ULzDkJBv .text-copyright {
  width: 100%;
}
.cid-s2ULzDkJBv .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-s2ULzDkJBv .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-s2ULzDkJBv .logo-footer {
  line-height: normal;
}
.cid-s2ULzDkJBv .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2ULzDkJBv .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s2ULzDkJBv .mbr-section-btn {
  font-size: 16px;
}
.cid-s2ULzDkJBv .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-royh8Z5dX5 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .nav-item,
.cid-royh8Z5dX5 .nav-link,
.cid-royh8Z5dX5 .navbar-caption {
  font-weight: normal;
}
.cid-royh8Z5dX5 .nav-item:focus,
.cid-royh8Z5dX5 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-royh8Z5dX5 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-royh8Z5dX5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-royh8Z5dX5 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
}
.cid-royh8Z5dX5 .navbar.opened {
  transition: all .3s;
  background: #cccccc !important;
}
.cid-royh8Z5dX5 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-royh8Z5dX5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-royh8Z5dX5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-royh8Z5dX5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-royh8Z5dX5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-royh8Z5dX5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-royh8Z5dX5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-royh8Z5dX5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-royh8Z5dX5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-royh8Z5dX5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-royh8Z5dX5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-royh8Z5dX5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-royh8Z5dX5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-royh8Z5dX5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-royh8Z5dX5 .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-royh8Z5dX5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-royh8Z5dX5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-royh8Z5dX5 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-royh8Z5dX5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-royh8Z5dX5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-royh8Z5dX5 .dropdown-item.active,
.cid-royh8Z5dX5 .dropdown-item:active {
  background-color: transparent;
}
.cid-royh8Z5dX5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-royh8Z5dX5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-royh8Z5dX5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-royh8Z5dX5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-royh8Z5dX5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-royh8Z5dX5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-royh8Z5dX5 .navbar-buttons {
  text-align: center;
}
.cid-royh8Z5dX5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-royh8Z5dX5 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-royh8Z5dX5 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-royh8Z5dX5 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-royh8Z5dX5 .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-royh8Z5dX5 .soc-item {
  margin: .5rem .3rem;
}
.cid-royh8Z5dX5 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-royh8Z5dX5 .navbar {
    height: 77px;
  }
  .cid-royh8Z5dX5 .navbar.opened {
    height: auto;
  }
  .cid-royh8Z5dX5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-2o h3,
#custom-html-2o h2,
#custom-html-2o h1 {
  color: #ffffff;
}
#custom-html-2o p {
  color: #ffffff;
}
.cid-s2VPiT6cD0 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-s2VPiT6cD0 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-s2ULrebHAw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4284df;
}
.cid-s2ULrebHAw p {
  text-align: center;
}
.cid-s2ULrebHAw .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s2ULrebHAw .btn-underline:hover {
  color: #505050;
}
.cid-s2ULrebHAw .btn-underline:before {
  background-color: #505050;
}
.cid-s2ULrebHAw .social-list a:focus {
  text-decoration: none;
}
.cid-s2ULrebHAw .text-copyright {
  width: 100%;
}
.cid-s2ULrebHAw .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-s2ULrebHAw .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-s2ULrebHAw .logo-footer {
  line-height: normal;
}
.cid-s2ULrebHAw .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2ULrebHAw .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s2ULrebHAw .mbr-section-btn {
  font-size: 16px;
}
.cid-s2ULrebHAw .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-royh8Z5dX5 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .nav-item,
.cid-royh8Z5dX5 .nav-link,
.cid-royh8Z5dX5 .navbar-caption {
  font-weight: normal;
}
.cid-royh8Z5dX5 .nav-item:focus,
.cid-royh8Z5dX5 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-royh8Z5dX5 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-royh8Z5dX5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-royh8Z5dX5 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
}
.cid-royh8Z5dX5 .navbar.opened {
  transition: all .3s;
  background: #cccccc !important;
}
.cid-royh8Z5dX5 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-royh8Z5dX5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-royh8Z5dX5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-royh8Z5dX5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-royh8Z5dX5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-royh8Z5dX5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-royh8Z5dX5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-royh8Z5dX5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-royh8Z5dX5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-royh8Z5dX5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-royh8Z5dX5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-royh8Z5dX5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-royh8Z5dX5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-royh8Z5dX5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-royh8Z5dX5 .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-royh8Z5dX5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-royh8Z5dX5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-royh8Z5dX5 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-royh8Z5dX5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-royh8Z5dX5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-royh8Z5dX5 .dropdown-item.active,
.cid-royh8Z5dX5 .dropdown-item:active {
  background-color: transparent;
}
.cid-royh8Z5dX5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-royh8Z5dX5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-royh8Z5dX5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-royh8Z5dX5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-royh8Z5dX5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-royh8Z5dX5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-royh8Z5dX5 .navbar-buttons {
  text-align: center;
}
.cid-royh8Z5dX5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-royh8Z5dX5 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-royh8Z5dX5 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-royh8Z5dX5 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-royh8Z5dX5 .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-royh8Z5dX5 .soc-item {
  margin: .5rem .3rem;
}
.cid-royh8Z5dX5 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-royh8Z5dX5 .navbar {
    height: 77px;
  }
  .cid-royh8Z5dX5 .navbar.opened {
    height: auto;
  }
  .cid-royh8Z5dX5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s2UKqJLEOt {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-s2UKqJLEOt .btn-md {
  width: 400px;
}
@media (max-width: 576px) {
  .cid-s2UKqJLEOt .btn-md {
    width: 280px !important;
  }
  .cid-s2UKqJLEOt img {
    left: 0px;
    width: 100%;
  }
}
.cid-s2UKqJLEOt svg {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.2);
  animation: wave 5s ease-in-out infinite;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
@keyframes wave {
  from {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
  50% {
    transform: rotate(0.2deg) translate(-50%) scale(2.1, 1.3);
  }
  to {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
}
.cid-s2UKqJLEOt .mbr-text,
.cid-s2UKqJLEOt .mbr-section-btn {
  color: #716c80;
}
.cid-s2UKqJLEOt #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-s2UKqJLEOt #e19_areaS3 {
  fill: #6c9cdf !important;
}
.cid-s2UKqJLEOt H1 {
  color: #1d2671;
}
.cid-s2UKqJLEOt img {
  width: 70%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(8, 134, 89, 0.35);
}
.cid-s2UKqJLEOt .box {
  width: 95%;
  height: 90%;
  opacity: 0.5;
  background-color: #ffffff;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-s2UKqJLEOt .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
.cid-s2VPfuucyg {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-s2VPfuucyg .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-s2ULbMTb8c {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4284df;
}
.cid-s2ULbMTb8c p {
  text-align: center;
}
.cid-s2ULbMTb8c .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s2ULbMTb8c .btn-underline:hover {
  color: #505050;
}
.cid-s2ULbMTb8c .btn-underline:before {
  background-color: #505050;
}
.cid-s2ULbMTb8c .social-list a:focus {
  text-decoration: none;
}
.cid-s2ULbMTb8c .text-copyright {
  width: 100%;
}
.cid-s2ULbMTb8c .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-s2ULbMTb8c .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-s2ULbMTb8c .logo-footer {
  line-height: normal;
}
.cid-s2ULbMTb8c .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2ULbMTb8c .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s2ULbMTb8c .mbr-section-btn {
  font-size: 16px;
}
.cid-s2ULbMTb8c .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-royh8Z5dX5 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .nav-item,
.cid-royh8Z5dX5 .nav-link,
.cid-royh8Z5dX5 .navbar-caption {
  font-weight: normal;
}
.cid-royh8Z5dX5 .nav-item:focus,
.cid-royh8Z5dX5 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-royh8Z5dX5 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-royh8Z5dX5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-royh8Z5dX5 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
}
.cid-royh8Z5dX5 .navbar.opened {
  transition: all .3s;
  background: #cccccc !important;
}
.cid-royh8Z5dX5 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-royh8Z5dX5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-royh8Z5dX5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-royh8Z5dX5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-royh8Z5dX5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-royh8Z5dX5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-royh8Z5dX5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-royh8Z5dX5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-royh8Z5dX5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-royh8Z5dX5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-royh8Z5dX5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-royh8Z5dX5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-royh8Z5dX5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-royh8Z5dX5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-royh8Z5dX5 .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-royh8Z5dX5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-royh8Z5dX5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-royh8Z5dX5 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-royh8Z5dX5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-royh8Z5dX5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-royh8Z5dX5 .dropdown-item.active,
.cid-royh8Z5dX5 .dropdown-item:active {
  background-color: transparent;
}
.cid-royh8Z5dX5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-royh8Z5dX5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-royh8Z5dX5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-royh8Z5dX5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-royh8Z5dX5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-royh8Z5dX5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-royh8Z5dX5 .navbar-buttons {
  text-align: center;
}
.cid-royh8Z5dX5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-royh8Z5dX5 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-royh8Z5dX5 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-royh8Z5dX5 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-royh8Z5dX5 .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-royh8Z5dX5 .soc-item {
  margin: .5rem .3rem;
}
.cid-royh8Z5dX5 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-royh8Z5dX5 .navbar {
    height: 77px;
  }
  .cid-royh8Z5dX5 .navbar.opened {
    height: auto;
  }
  .cid-royh8Z5dX5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-3m #custom-html-2 H3 {
  font-size: 24px;
  color: #b8312f;
}
#custom-html-3n #msg-box8-6 .mbr-section-title,
#custom-html-3n #msg-box8-6 p {
  color: #fff;
}
#custom-html-3n #msg-box8-6 .mbr-section-title {
  color: #ffffff;
}
#custom-html-3n #msg-box8-6 .lead P {
  color: #ffffff;
}
.cid-s3GkYtxMWE {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-s3GkYtxMWE .mbr-section-subtitle {
  color: #8d97ad;
}
#custom-html-3o #custom-html-7 label {
  color: #ffffff;
}
#custom-html-3o #custom-html-7 .form-control-label {
  color: #ffffff;
}
#custom-html-3o #custom-html-7 SMALL {
  color: #000000;
  font-family: 'Raleway', sans-serif;
}
#custom-html-3o #custom-html-7 .rs-form-control {
  background-color: #f5f5f5;
  border-radius: 3px;
  box-shadow: none;
  color: #565656;
  font-size: 1.3rem;
  line-height: 1.53;
  min-height: 3.5em;
  padding: 0.5em 1.07em 0.5em;
}
#custom-html-3o #custom-html-7 .rs-form-control,
#custom-html-3o #custom-html-7 .rs-form-control:focus {
  border: 1px solid #e8e8e8;
}
#custom-html-3o #custom-html-7 .rs-form-active .rs-form-control:invalid {
  border-color: #f28281;
}
#custom-html-3o #custom-html-7 .rs-form-control-label {
  cursor: pointer;
  font-size: 0.875rem;
  margin-bottom: 0.357em;
  padding: 0;
}
#custom-html-3o #custom-html-7 .rs-form-control,
#custom-html-3o #custom-html-7 .rs-form-control-file,
#custom-html-3o #custom-html-7 .rs-form-control-range {
  display: block;
}
#custom-html-3o #custom-html-7 .rs-form-control {
  width: 100%;
  background-image: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#custom-html-3o #custom-html-7 .regular-checkbox {
  display: none;
}
#custom-html-3o #custom-html-7 .regular-checkbox + label {
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
#custom-html-3o #custom-html-7 .regular-checkbox + label:active,
#custom-html-3o #custom-html-7 .regular-checkbox:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
#custom-html-3o #custom-html-7 .regular-checkbox:checked + label {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #000000;
}
#custom-html-3o #custom-html-7 .regular-checkbox:checked + label:after {
  content: '\2714';
  font-size: 17px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #000000;
}
#custom-html-3o #custom-html-7 .big-checkbox + label {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  padding: 18px;
  color: #000000;
}
#custom-html-3o #custom-html-7 .big-checkbox:checked + label:after {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  left: 6px;
  color: #000000;
}
#custom-html-3o #custom-html-7 .adj-top {
  padding-top: 20px !important;
}
#custom-html-3o #custom-html-7 #notes {
  background-color: #cdcdcd;
  color: #000000;
  padding: 5px;
}
#custom-html-3o #custom-html-7 .boldit {
  font-weight: 700;
}
#custom-html-3o #custom-html-7 .RSform-title {
  color: #ffffff;
  font-size: 24px;
}
.cid-s2VOTlml9C {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-s2VOTlml9C .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-s2UKbmhCJJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4284df;
}
.cid-s2UKbmhCJJ p {
  text-align: center;
}
.cid-s2UKbmhCJJ .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s2UKbmhCJJ .btn-underline:hover {
  color: #505050;
}
.cid-s2UKbmhCJJ .btn-underline:before {
  background-color: #505050;
}
.cid-s2UKbmhCJJ .social-list a:focus {
  text-decoration: none;
}
.cid-s2UKbmhCJJ .text-copyright {
  width: 100%;
}
.cid-s2UKbmhCJJ .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-s2UKbmhCJJ .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-s2UKbmhCJJ .logo-footer {
  line-height: normal;
}
.cid-s2UKbmhCJJ .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2UKbmhCJJ .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s2UKbmhCJJ .mbr-section-btn {
  font-size: 16px;
}
.cid-s2UKbmhCJJ .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-royh8Z5dX5 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .nav-item,
.cid-royh8Z5dX5 .nav-link,
.cid-royh8Z5dX5 .navbar-caption {
  font-weight: normal;
}
.cid-royh8Z5dX5 .nav-item:focus,
.cid-royh8Z5dX5 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-royh8Z5dX5 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-royh8Z5dX5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-royh8Z5dX5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-royh8Z5dX5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-royh8Z5dX5 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
}
.cid-royh8Z5dX5 .navbar.opened {
  transition: all .3s;
  background: #cccccc !important;
}
.cid-royh8Z5dX5 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-royh8Z5dX5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-royh8Z5dX5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-royh8Z5dX5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-royh8Z5dX5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-royh8Z5dX5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-royh8Z5dX5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-royh8Z5dX5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-royh8Z5dX5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-royh8Z5dX5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-royh8Z5dX5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-royh8Z5dX5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-royh8Z5dX5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-royh8Z5dX5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-royh8Z5dX5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-royh8Z5dX5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-royh8Z5dX5 .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-royh8Z5dX5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-royh8Z5dX5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-royh8Z5dX5 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-royh8Z5dX5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-royh8Z5dX5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-royh8Z5dX5 .dropdown-item.active,
.cid-royh8Z5dX5 .dropdown-item:active {
  background-color: transparent;
}
.cid-royh8Z5dX5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-royh8Z5dX5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-royh8Z5dX5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-royh8Z5dX5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-royh8Z5dX5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-royh8Z5dX5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-royh8Z5dX5 .navbar-buttons {
  text-align: center;
}
.cid-royh8Z5dX5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-royh8Z5dX5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-royh8Z5dX5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-royh8Z5dX5 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-royh8Z5dX5 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-royh8Z5dX5 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-royh8Z5dX5 .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-royh8Z5dX5 .soc-item {
  margin: .5rem .3rem;
}
.cid-royh8Z5dX5 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-royh8Z5dX5 .navbar {
    height: 77px;
  }
  .cid-royh8Z5dX5 .navbar.opened {
    height: auto;
  }
  .cid-royh8Z5dX5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-3s #custom-html-6 H3 {
  font-size: 24px;
  color: #b8312f;
}
.cid-s2Uu1Zp35i {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-s2Uu1Zp35i .btn-md {
  width: 320px !important;
}
@media (max-width: 576px) {
  .cid-s2Uu1Zp35i .btn-md {
    width: 260px !important;
  }
  .cid-s2Uu1Zp35i img {
    left: 0px;
    width: 100%;
  }
}
.cid-s2Uu1Zp35i svg {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.2);
  animation: wave 5s ease-in-out infinite;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
@keyframes wave {
  from {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
  50% {
    transform: rotate(0.2deg) translate(-50%) scale(2.1, 1.3);
  }
  to {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
}
.cid-s2Uu1Zp35i .mbr-text,
.cid-s2Uu1Zp35i .mbr-section-btn {
  color: #2c1616;
}
.cid-s2Uu1Zp35i #e12_areaS3 {
  fill: #0c57bf !important;
}
.cid-s2Uu1Zp35i #e19_areaS3 {
  fill: #6c9cdf !important;
}
.cid-s2Uu1Zp35i H1 {
  color: #1d2671;
}
.cid-s2Uu1Zp35i img {
  width: 70%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(8, 134, 89, 0.35);
}
.cid-s2Uu1Zp35i .box {
  width: 95%;
  height: 90%;
  opacity: 0.5;
  background-color: #ffffff;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-s2Uu1Zp35i .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
.cid-s3GkOvK8Vt {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-s3GkOvK8Vt .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-roEIyAZTFJ {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #3b7cb7;
}
.cid-roEIyAZTFJ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-roEIyAZTFJ .mbr-section-title {
  text-align: center;
}
.cid-roEIyAZTFJ .mbr-section-title B {
  color: #ffffff;
}
.cid-roEIyAZTFJ h2 {
  color: ffffff !important;
}
.cid-s3GkTMGxpW {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-s3GkTMGxpW .mbr-section-subtitle {
  color: #8d97ad;
}
#custom-html-3v #header5-2 label {
  color: #ffffff;
}
#custom-html-3v #header5-2 .form-control-label {
  color: #ffffff;
}
#custom-html-3v #header5-2 SMALL {
  color: #000000;
  font-family: 'Raleway', sans-serif;
}
#custom-html-3v #header5-2 .rs-form-control {
  background-color: #f5f5f5;
  border-radius: 3px;
  box-shadow: none;
  color: #565656;
  font-size: 1.3rem;
  line-height: 1.53;
  min-height: 3.5em;
  padding: 0.5em 1.07em 0.5em;
}
#custom-html-3v #header5-2 .rs-form-control,
#custom-html-3v #header5-2 .rs-form-control:focus {
  border: 1px solid #e8e8e8;
}
#custom-html-3v #header5-2 .rs-form-active .rs-form-control:invalid {
  border-color: #f28281;
}
#custom-html-3v #header5-2 .rs-form-control-label {
  cursor: pointer;
  font-size: 0.875rem;
  margin-bottom: 0.357em;
  padding: 0;
}
#custom-html-3v #header5-2 .rs-form-control,
#custom-html-3v #header5-2 .rs-form-control-file,
#custom-html-3v #header5-2 .rs-form-control-range {
  display: block;
}
#custom-html-3v #header5-2 .rs-form-control {
  width: 100%;
  background-image: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#custom-html-3v #header5-2 .regular-checkbox {
  display: none;
}
#custom-html-3v #header5-2 .regular-checkbox + label {
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
#custom-html-3v #header5-2 .regular-checkbox + label:active,
#custom-html-3v #header5-2 .regular-checkbox:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
#custom-html-3v #header5-2 .regular-checkbox:checked + label {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #000000;
}
#custom-html-3v #header5-2 .regular-checkbox:checked + label:after {
  content: '\2714';
  font-size: 17px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #000000;
}
#custom-html-3v #header5-2 .big-checkbox + label {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  padding: 18px;
  color: #000000;
}
#custom-html-3v #header5-2 .big-checkbox:checked + label:after {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  left: 6px;
  color: #000000;
}
#custom-html-3v #header5-2 .adj-top {
  padding-top: 20px !important;
}
#custom-html-3v #header5-2 #notes,
#custom-html-3v #header5-2 #notes2 {
  background-color: #cdcdcd;
  color: #000000;
  padding: 5px;
}
#custom-html-3v #header5-2 .boldit {
  font-weight: 700;
}
#custom-html-3v #header5-2 .RSform-title {
  color: #ffffff;
  font-size: 24px;
}
.cid-roEQhNOhB3 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-roEQhNOhB3 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-roEJXAdVhX {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #3b7cb7;
}
.cid-roEJXAdVhX .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-roEJXAdVhX .mbr-section-title {
  text-align: center;
}
.cid-roEJXAdVhX .mbr-section-title B {
  color: #ffffff;
}
.cid-roEJXAdVhX h2 {
  color: ffffff !important;
}
.cid-roEQlpaHPP {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-roEQlpaHPP .mbr-section-subtitle {
  color: #8d97ad;
}
#custom-html-3x #custom-html-2 H3 {
  font-size: 24px;
  color: #b8312f;
}
.cid-roEQv1DfCt {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-roEQv1DfCt .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-s2Uo0yJ8H7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4284df;
}
.cid-s2Uo0yJ8H7 p {
  text-align: center;
}
.cid-s2Uo0yJ8H7 .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s2Uo0yJ8H7 .btn-underline:hover {
  color: #505050;
}
.cid-s2Uo0yJ8H7 .btn-underline:before {
  background-color: #505050;
}
.cid-s2Uo0yJ8H7 .social-list a:focus {
  text-decoration: none;
}
.cid-s2Uo0yJ8H7 .text-copyright {
  width: 100%;
}
.cid-s2Uo0yJ8H7 .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-s2Uo0yJ8H7 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-s2Uo0yJ8H7 .logo-footer {
  line-height: normal;
}
.cid-s2Uo0yJ8H7 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2Uo0yJ8H7 .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s2Uo0yJ8H7 .mbr-section-btn {
  font-size: 16px;
}
.cid-s2Uo0yJ8H7 .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-s2ZRqfbG7o .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s2ZRqfbG7o .nav-item,
.cid-s2ZRqfbG7o .nav-link,
.cid-s2ZRqfbG7o .navbar-caption {
  font-weight: normal;
}
.cid-s2ZRqfbG7o .nav-item:focus,
.cid-s2ZRqfbG7o .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s2ZRqfbG7o .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-s2ZRqfbG7o .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s2ZRqfbG7o .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s2ZRqfbG7o .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s2ZRqfbG7o .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s2ZRqfbG7o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s2ZRqfbG7o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s2ZRqfbG7o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2ZRqfbG7o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s2ZRqfbG7o .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
}
.cid-s2ZRqfbG7o .navbar.opened {
  transition: all .3s;
  background: #cccccc !important;
}
.cid-s2ZRqfbG7o .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-s2ZRqfbG7o .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s2ZRqfbG7o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s2ZRqfbG7o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s2ZRqfbG7o .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-s2ZRqfbG7o .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s2ZRqfbG7o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s2ZRqfbG7o .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s2ZRqfbG7o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s2ZRqfbG7o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s2ZRqfbG7o .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s2ZRqfbG7o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s2ZRqfbG7o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2ZRqfbG7o .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s2ZRqfbG7o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2ZRqfbG7o .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s2ZRqfbG7o .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s2ZRqfbG7o .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s2ZRqfbG7o .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-s2ZRqfbG7o .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s2ZRqfbG7o .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s2ZRqfbG7o .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s2ZRqfbG7o .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-s2ZRqfbG7o .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s2ZRqfbG7o .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2ZRqfbG7o .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s2ZRqfbG7o .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s2ZRqfbG7o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2ZRqfbG7o .dropdown-item.active,
.cid-s2ZRqfbG7o .dropdown-item:active {
  background-color: transparent;
}
.cid-s2ZRqfbG7o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s2ZRqfbG7o .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s2ZRqfbG7o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-s2ZRqfbG7o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s2ZRqfbG7o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s2ZRqfbG7o ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s2ZRqfbG7o .navbar-buttons {
  text-align: center;
}
.cid-s2ZRqfbG7o button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2ZRqfbG7o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s2ZRqfbG7o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2ZRqfbG7o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2ZRqfbG7o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2ZRqfbG7o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2ZRqfbG7o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2ZRqfbG7o nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2ZRqfbG7o nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2ZRqfbG7o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2ZRqfbG7o .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s2ZRqfbG7o a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2ZRqfbG7o .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-s2ZRqfbG7o .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-s2ZRqfbG7o .soc-item {
  margin: .5rem .3rem;
}
.cid-s2ZRqfbG7o .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s2ZRqfbG7o .navbar {
    height: 77px;
  }
  .cid-s2ZRqfbG7o .navbar.opened {
    height: auto;
  }
  .cid-s2ZRqfbG7o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-6e #custom-html-1 H3 {
  font-size: 24px;
  color: #b8312f;
}
.cid-s2ZRqhOJ3a {
  padding-top: 105px;
  padding-bottom: 15px;
  background: linear-gradient(90deg, #4284df, #08579f);
}
.cid-s2ZRqhOJ3a .mbr-overlay {
  background: #2bdc9d;
  background: linear-gradient(90deg, #2bdc9d, #51aafa);
}
.cid-s2ZRqhOJ3a .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-s2ZRqiOk3g {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-s2ZRqiOk3g .mbr-section-subtitle {
  color: #8d97ad;
}
#custom-html-6h p {
  color: #ffffff;
}
#custom-html-6h .field-center {
  text-align: center;
}
#custom-html-6h #header1-5 label {
  color: #ffffff;
}
#custom-html-6h #header1-5 .form-control-label {
  color: #ffffff;
}
#custom-html-6h #header1-5 SMALL {
  color: #000000;
  font-family: 'Raleway', sans-serif;
}
#custom-html-6h #header1-5 .rs-form-control {
  background-color: #f5f5f5;
  border-radius: 3px;
  box-shadow: none;
  color: #565656;
  font-size: 1.3rem;
  line-height: 1.53;
  min-height: 3.5em;
  padding: 0.5em 1.07em 0.5em;
}
#custom-html-6h #header1-5 .rs-form-control,
#custom-html-6h #header1-5 .rs-form-control:focus {
  border: 1px solid #e8e8e8;
}
#custom-html-6h #header1-5 .rs-form-active .rs-form-control:invalid {
  border-color: #f28281;
}
#custom-html-6h #header1-5 .rs-form-control-label {
  cursor: pointer;
  font-size: 0.875rem;
  margin-bottom: 0.357em;
  padding: 0;
}
#custom-html-6h #header1-5 .rs-form-control,
#custom-html-6h #header1-5 .rs-form-control-file,
#custom-html-6h #header1-5 .rs-form-control-range {
  display: block;
}
#custom-html-6h #header1-5 .rs-form-control {
  width: 100%;
  background-image: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#custom-html-6h #header1-5 .regular-checkbox {
  display: none;
}
#custom-html-6h #header1-5 .regular-checkbox + label {
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
#custom-html-6h #header1-5 .regular-checkbox + label:active,
#custom-html-6h #header1-5 .regular-checkbox:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
#custom-html-6h #header1-5 .regular-checkbox:checked + label {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #000000;
}
#custom-html-6h #header1-5 .regular-checkbox:checked + label:after {
  content: '\2714';
  font-size: 17px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #000000;
}
#custom-html-6h #header1-5 .big-checkbox + label {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  padding: 18px;
  color: #000000;
}
#custom-html-6h #header1-5 .big-checkbox:checked + label:after {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  left: 6px;
  color: #000000;
}
#custom-html-6h #header1-5 .adj-top {
  padding-top: 20px !important;
}
#custom-html-6h #header1-5 #notes {
  background-color: #cdcdcd;
  color: #000000;
  padding: 5px;
}
#custom-html-6h #header1-5 .boldit {
  font-weight: 700;
}
#custom-html-6h #header1-5 .RSform-title {
  color: #ffffff;
  font-size: 24px;
}
#custom-html-6h #header1-5 h1 {
  font-size: 26px;
}
.cid-s2ZRqkq6ed {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-s2ZRqkq6ed .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-s2ZRql7RKj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4284df;
}
.cid-s2ZRql7RKj p {
  text-align: center;
}
.cid-s2ZRql7RKj .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s2ZRql7RKj .btn-underline:hover {
  color: #505050;
}
.cid-s2ZRql7RKj .btn-underline:before {
  background-color: #505050;
}
.cid-s2ZRql7RKj .social-list a:focus {
  text-decoration: none;
}
.cid-s2ZRql7RKj .text-copyright {
  width: 100%;
}
.cid-s2ZRql7RKj .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-s2ZRql7RKj .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-s2ZRql7RKj .logo-footer {
  line-height: normal;
}
.cid-s2ZRql7RKj .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2ZRql7RKj .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s2ZRql7RKj .mbr-section-btn {
  font-size: 16px;
}
.cid-s2ZRql7RKj .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-s30y5Z5UnH .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s30y5Z5UnH .nav-item,
.cid-s30y5Z5UnH .nav-link,
.cid-s30y5Z5UnH .navbar-caption {
  font-weight: normal;
}
.cid-s30y5Z5UnH .nav-item:focus,
.cid-s30y5Z5UnH .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s30y5Z5UnH .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-s30y5Z5UnH .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s30y5Z5UnH .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s30y5Z5UnH .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s30y5Z5UnH .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s30y5Z5UnH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s30y5Z5UnH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s30y5Z5UnH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s30y5Z5UnH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s30y5Z5UnH .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
}
.cid-s30y5Z5UnH .navbar.opened {
  transition: all .3s;
  background: #cccccc !important;
}
.cid-s30y5Z5UnH .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-s30y5Z5UnH .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s30y5Z5UnH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s30y5Z5UnH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s30y5Z5UnH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-s30y5Z5UnH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s30y5Z5UnH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s30y5Z5UnH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s30y5Z5UnH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s30y5Z5UnH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s30y5Z5UnH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s30y5Z5UnH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s30y5Z5UnH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s30y5Z5UnH .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s30y5Z5UnH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s30y5Z5UnH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s30y5Z5UnH .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s30y5Z5UnH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s30y5Z5UnH .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-s30y5Z5UnH .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s30y5Z5UnH .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s30y5Z5UnH .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s30y5Z5UnH .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-s30y5Z5UnH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s30y5Z5UnH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s30y5Z5UnH .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s30y5Z5UnH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s30y5Z5UnH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s30y5Z5UnH .dropdown-item.active,
.cid-s30y5Z5UnH .dropdown-item:active {
  background-color: transparent;
}
.cid-s30y5Z5UnH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s30y5Z5UnH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s30y5Z5UnH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-s30y5Z5UnH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s30y5Z5UnH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s30y5Z5UnH ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s30y5Z5UnH .navbar-buttons {
  text-align: center;
}
.cid-s30y5Z5UnH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s30y5Z5UnH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s30y5Z5UnH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s30y5Z5UnH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s30y5Z5UnH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s30y5Z5UnH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s30y5Z5UnH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s30y5Z5UnH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s30y5Z5UnH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s30y5Z5UnH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s30y5Z5UnH .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s30y5Z5UnH a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s30y5Z5UnH .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-s30y5Z5UnH .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-s30y5Z5UnH .soc-item {
  margin: .5rem .3rem;
}
.cid-s30y5Z5UnH .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s30y5Z5UnH .navbar {
    height: 77px;
  }
  .cid-s30y5Z5UnH .navbar.opened {
    height: auto;
  }
  .cid-s30y5Z5UnH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-6u #custom-html-1 H3 {
  font-size: 24px;
  color: #b8312f;
}
.cid-s30y61EyTQ {
  padding-top: 105px;
  padding-bottom: 15px;
  background: linear-gradient(90deg, #4284df, #08579f);
}
.cid-s30y61EyTQ .mbr-overlay {
  background: #2bdc9d;
  background: linear-gradient(90deg, #2bdc9d, #51aafa);
}
.cid-s30y61EyTQ .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-s30y62BcA3 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-s30y62BcA3 .mbr-section-subtitle {
  color: #8d97ad;
}
#custom-html-6x p {
  color: #ffffff;
}
#custom-html-6x .field-center {
  text-align: center;
}
#custom-html-6x #header1-5 label {
  color: #ffffff;
}
#custom-html-6x #header1-5 .form-control-label {
  color: #ffffff;
}
#custom-html-6x #header1-5 SMALL {
  color: #000000;
  font-family: 'Raleway', sans-serif;
}
#custom-html-6x #header1-5 .rs-form-control {
  background-color: #f5f5f5;
  border-radius: 3px;
  box-shadow: none;
  color: #565656;
  font-size: 1.3rem;
  line-height: 1.53;
  min-height: 3.5em;
  padding: 0.5em 1.07em 0.5em;
}
#custom-html-6x #header1-5 .rs-form-control,
#custom-html-6x #header1-5 .rs-form-control:focus {
  border: 1px solid #e8e8e8;
}
#custom-html-6x #header1-5 .rs-form-active .rs-form-control:invalid {
  border-color: #f28281;
}
#custom-html-6x #header1-5 .rs-form-control-label {
  cursor: pointer;
  font-size: 0.875rem;
  margin-bottom: 0.357em;
  padding: 0;
}
#custom-html-6x #header1-5 .rs-form-control,
#custom-html-6x #header1-5 .rs-form-control-file,
#custom-html-6x #header1-5 .rs-form-control-range {
  display: block;
}
#custom-html-6x #header1-5 .rs-form-control {
  width: 100%;
  background-image: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#custom-html-6x #header1-5 .regular-checkbox {
  display: none;
}
#custom-html-6x #header1-5 .regular-checkbox + label {
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
#custom-html-6x #header1-5 .regular-checkbox + label:active,
#custom-html-6x #header1-5 .regular-checkbox:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
#custom-html-6x #header1-5 .regular-checkbox:checked + label {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #000000;
}
#custom-html-6x #header1-5 .regular-checkbox:checked + label:after {
  content: '\2714';
  font-size: 17px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #000000;
}
#custom-html-6x #header1-5 .big-checkbox + label {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  padding: 18px;
  color: #000000;
}
#custom-html-6x #header1-5 .big-checkbox:checked + label:after {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  left: 6px;
  color: #000000;
}
#custom-html-6x #header1-5 .adj-top {
  padding-top: 20px !important;
}
#custom-html-6x #header1-5 #notes {
  background-color: #cdcdcd;
  color: #000000;
  padding: 5px;
}
#custom-html-6x #header1-5 .boldit {
  font-weight: 700;
}
#custom-html-6x #header1-5 .RSform-title {
  color: #ffffff;
  font-size: 24px;
}
#custom-html-6x #header1-5 h1 {
  font-size: 26px;
}
.cid-s30y64Jeo2 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-s30y64Jeo2 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-s30y65wAt3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4284df;
}
.cid-s30y65wAt3 p {
  text-align: center;
}
.cid-s30y65wAt3 .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s30y65wAt3 .btn-underline:hover {
  color: #505050;
}
.cid-s30y65wAt3 .btn-underline:before {
  background-color: #505050;
}
.cid-s30y65wAt3 .social-list a:focus {
  text-decoration: none;
}
.cid-s30y65wAt3 .text-copyright {
  width: 100%;
}
.cid-s30y65wAt3 .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-s30y65wAt3 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-s30y65wAt3 .logo-footer {
  line-height: normal;
}
.cid-s30y65wAt3 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s30y65wAt3 .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s30y65wAt3 .mbr-section-btn {
  font-size: 16px;
}
.cid-s30y65wAt3 .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-s31P8wVz5P .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s31P8wVz5P .nav-item,
.cid-s31P8wVz5P .nav-link,
.cid-s31P8wVz5P .navbar-caption {
  font-weight: normal;
}
.cid-s31P8wVz5P .nav-item:focus,
.cid-s31P8wVz5P .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s31P8wVz5P .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-s31P8wVz5P .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s31P8wVz5P .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s31P8wVz5P .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s31P8wVz5P .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s31P8wVz5P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s31P8wVz5P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s31P8wVz5P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s31P8wVz5P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s31P8wVz5P .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
}
.cid-s31P8wVz5P .navbar.opened {
  transition: all .3s;
  background: #cccccc !important;
}
.cid-s31P8wVz5P .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-s31P8wVz5P .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s31P8wVz5P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s31P8wVz5P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s31P8wVz5P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-s31P8wVz5P .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s31P8wVz5P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s31P8wVz5P .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s31P8wVz5P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s31P8wVz5P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s31P8wVz5P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s31P8wVz5P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s31P8wVz5P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s31P8wVz5P .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s31P8wVz5P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s31P8wVz5P .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s31P8wVz5P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s31P8wVz5P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s31P8wVz5P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-s31P8wVz5P .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s31P8wVz5P .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s31P8wVz5P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s31P8wVz5P .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-s31P8wVz5P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s31P8wVz5P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s31P8wVz5P .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s31P8wVz5P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s31P8wVz5P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s31P8wVz5P .dropdown-item.active,
.cid-s31P8wVz5P .dropdown-item:active {
  background-color: transparent;
}
.cid-s31P8wVz5P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s31P8wVz5P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s31P8wVz5P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-s31P8wVz5P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s31P8wVz5P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s31P8wVz5P ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s31P8wVz5P .navbar-buttons {
  text-align: center;
}
.cid-s31P8wVz5P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s31P8wVz5P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s31P8wVz5P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s31P8wVz5P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s31P8wVz5P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s31P8wVz5P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s31P8wVz5P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s31P8wVz5P nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s31P8wVz5P nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s31P8wVz5P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s31P8wVz5P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s31P8wVz5P a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s31P8wVz5P .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-s31P8wVz5P .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-s31P8wVz5P .soc-item {
  margin: .5rem .3rem;
}
.cid-s31P8wVz5P .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s31P8wVz5P .navbar {
    height: 77px;
  }
  .cid-s31P8wVz5P .navbar.opened {
    height: auto;
  }
  .cid-s31P8wVz5P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-72 #page3-msg-box1-0 H3 {
  font-size: 24px;
  color: #b8312f;
}
.cid-s31P8zkLUB {
  padding-top: 90px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-s31P8zkLUB .mbr-overlay {
  background: #04367c;
}
.cid-s31P8zkLUB .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-s3Gm8ORxru {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-s3Gm8ORxru .mbr-section-subtitle {
  color: #8d97ad;
}
#custom-html-78 H3 {
  font-size: 24px;
  color: #04367c;
}
#custom-html-78 th {
  background-color: #04367c;
  color: #ffffff;
}
#custom-html-78 .tblcontent {
  border-bottom: solid 1px #04367c;
}
#custom-html-78 .tblheader {
  border-bottom: solid 1px #ffffff;
}
#custom-html-78 .tblcontentsub {
  border-bottom: dashed 1px #04367c;
}
#custom-html-78 table {
  font-family: Verdana, sans-serif;
  font-size: 12px;
}
#custom-html-78 .pages {
  background-color: #04367c;
}
#custom-html-78 .hlink_1 {
  color: #ffffff;
}
#custom-html-78 .maintable {
  width: 100%;
}
#custom-html-78 .pagestable {
  border-spacing: 10px;
  margin-left: 20px;
}
#custom-html-78 table.pages {
  border-collapse: collapse;
  width: 10%;
  height: 20px;
  margin: 4px 4px 4px 4px;
  font-size: 1.1em;
  font-family: "Verdana", sans-serif;
  font-weight: 400;
  font-size: 10.0px;
}
#custom-html-78 th.pages {
  background: #04367c;
  color: #fff;
  font-weight: bold;
  padding: 0px 5px;
  text-align: left;
  border-right: 1px solid #fff;
  line-height: 1.2;
}
#custom-html-78 tr.pages.alt td.pages {
  background: #04367c;
}
#custom-html-78 tr.pages.over td.pages,
#custom-html-78 tr.pages:hover td.pages {
  background: #04367c;
}
.cid-s31P8B10Vx {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-s31P8B10Vx .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-s31P8BNAkv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4284df;
}
.cid-s31P8BNAkv p {
  text-align: center;
}
.cid-s31P8BNAkv .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s31P8BNAkv .btn-underline:hover {
  color: #505050;
}
.cid-s31P8BNAkv .btn-underline:before {
  background-color: #505050;
}
.cid-s31P8BNAkv .social-list a:focus {
  text-decoration: none;
}
.cid-s31P8BNAkv .text-copyright {
  width: 100%;
}
.cid-s31P8BNAkv .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-s31P8BNAkv .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-s31P8BNAkv .logo-footer {
  line-height: normal;
}
.cid-s31P8BNAkv .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s31P8BNAkv .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s31P8BNAkv .mbr-section-btn {
  font-size: 16px;
}
.cid-s31P8BNAkv .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-s36wSRGM99 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s36wSRGM99 .nav-item,
.cid-s36wSRGM99 .nav-link,
.cid-s36wSRGM99 .navbar-caption {
  font-weight: normal;
}
.cid-s36wSRGM99 .nav-item:focus,
.cid-s36wSRGM99 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s36wSRGM99 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-s36wSRGM99 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s36wSRGM99 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s36wSRGM99 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s36wSRGM99 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s36wSRGM99 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s36wSRGM99 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s36wSRGM99 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s36wSRGM99 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s36wSRGM99 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
}
.cid-s36wSRGM99 .navbar.opened {
  transition: all .3s;
  background: #cccccc !important;
}
.cid-s36wSRGM99 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-s36wSRGM99 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s36wSRGM99 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s36wSRGM99 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s36wSRGM99 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-s36wSRGM99 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s36wSRGM99 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s36wSRGM99 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s36wSRGM99 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s36wSRGM99 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s36wSRGM99 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s36wSRGM99 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s36wSRGM99 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s36wSRGM99 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s36wSRGM99 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s36wSRGM99 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s36wSRGM99 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s36wSRGM99 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s36wSRGM99 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-s36wSRGM99 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s36wSRGM99 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s36wSRGM99 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s36wSRGM99 .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-s36wSRGM99 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s36wSRGM99 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s36wSRGM99 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s36wSRGM99 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s36wSRGM99 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s36wSRGM99 .dropdown-item.active,
.cid-s36wSRGM99 .dropdown-item:active {
  background-color: transparent;
}
.cid-s36wSRGM99 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s36wSRGM99 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s36wSRGM99 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-s36wSRGM99 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s36wSRGM99 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s36wSRGM99 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s36wSRGM99 .navbar-buttons {
  text-align: center;
}
.cid-s36wSRGM99 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s36wSRGM99 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s36wSRGM99 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s36wSRGM99 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s36wSRGM99 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s36wSRGM99 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s36wSRGM99 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s36wSRGM99 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s36wSRGM99 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s36wSRGM99 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s36wSRGM99 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s36wSRGM99 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s36wSRGM99 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-s36wSRGM99 .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-s36wSRGM99 .soc-item {
  margin: .5rem .3rem;
}
.cid-s36wSRGM99 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s36wSRGM99 .navbar {
    height: 77px;
  }
  .cid-s36wSRGM99 .navbar.opened {
    height: auto;
  }
  .cid-s36wSRGM99 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-7a #custom-html-2 H3 {
  font-size: 24px;
  color: #b8312f;
}
.cid-s36wSTYAWg {
  padding-top: 105px;
  padding-bottom: 15px;
  background: linear-gradient(90deg, #4284df, #08579f);
}
.cid-s36wSTYAWg .mbr-overlay {
  background: #2bdc9d;
  background: linear-gradient(90deg, #2bdc9d, #51aafa);
}
.cid-s36wSTYAWg .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-s36yxggitN {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-s36yxggitN .mbr-section-subtitle {
  color: #8d97ad;
}
#custom-html-7i {
  
  /*input {text-transform: capitalize;}*/
}
#custom-html-7i label {
  color: #ffffff;
}
#custom-html-7i .form-control-label {
  color: #ffffff;
}
#custom-html-7i SMALL {
  color: #000000;
  font-family: 'Raleway', sans-serif;
}
#custom-html-7i .rs-form-control {
  background-color: #f5f5f5;
  border-radius: 3px;
  box-shadow: none;
  color: #565656;
  font-size: 1.3rem;
  line-height: 1.53;
  min-height: 3.5em;
  padding: 0.5em 1.07em 0.5em;
}
#custom-html-7i .rs-form-control,
#custom-html-7i .rs-form-control:focus {
  border: 1px solid #e8e8e8;
}
#custom-html-7i .rs-form-active .rs-form-control:invalid {
  border-color: #f28281;
}
#custom-html-7i .rs-form-control-label {
  cursor: pointer;
  font-size: 0.875rem;
  margin-bottom: 0.357em;
  padding: 0;
}
#custom-html-7i .rs-form-control,
#custom-html-7i .rs-form-control-file,
#custom-html-7i .rs-form-control-range {
  display: block;
}
#custom-html-7i .rs-form-control {
  width: 100%;
  background-image: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#custom-html-7i .regular-checkbox {
  display: none;
}
#custom-html-7i .regular-checkbox + label {
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
#custom-html-7i .regular-checkbox + label:active,
#custom-html-7i .regular-checkbox:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
#custom-html-7i .regular-checkbox:checked + label {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #000000;
}
#custom-html-7i .regular-checkbox:checked + label:after {
  content: '\2714';
  font-size: 17px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #000000;
}
#custom-html-7i .big-checkbox + label {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  padding: 18px;
  color: #000000;
}
#custom-html-7i .big-checkbox:checked + label:after {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  left: 6px;
  color: #000000;
}
#custom-html-7i .adj-top {
  padding-top: 20px !important;
}
#custom-html-7i #notes {
  background-color: #cdcdcd;
  color: #000000;
  padding: 5px;
}
#custom-html-7i .boldit {
  font-weight: 700;
}
#custom-html-7i .RSform-title {
  color: #ffffff;
  font-size: 24px;
}
.cid-s36wSUXG14 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-s36wSUXG14 .mbr-section-subtitle {
  color: #8d97ad;
}
#custom-html-7h {
  /*input {text-transform: capitalize;}*/
  /*td.rsc * {
	padding: 0px 5px;
}*/
}
#custom-html-7h table.rsc {
  border-collapse: collapse;
  width: 98%;
  margin: 4px;
  font-family: "Verdana", sans-serif;
  font-weight: 400;
  font-size: 14.0px;
}
#custom-html-7h th.rsc {
  background: #04367c;
  color: #fff;
  font-weight: bold;
  padding: 0px 5px;
  text-align: left;
  border-right: 1px solid #fff;
  line-height: 1.6;
}
#custom-html-7h td.rsc {
  padding: 0px 5px;
  border-bottom: 1px solid #3d493b;
  vertical-align: middle;
}
#custom-html-7h tr.rsc.alt td.rsc {
  background: #b9abf1;
}
#custom-html-7h tr.rsc.over td.rsc,
#custom-html-7h tr.rsc:hover td.rsc {
  background: #b9abf1;
}
#custom-html-7h table.pages {
  border-collapse: collapse;
  width: 10%;
  height: 20px;
  margin: 4px 4px 4px 4px;
  font-family: "Verdana", sans-serif;
  font-weight: 400;
  font-size: 14.0px;
}
#custom-html-7h th.pages {
  background: #04367c;
  color: #fff;
  font-weight: bold;
  padding: 0px 5px;
  text-align: left;
  border-right: 1px solid #fff;
  line-height: 1.6;
}
#custom-html-7h tr.pages.alt td.pages {
  background: #b9abf1;
}
#custom-html-7h tr.pages.over td.pages,
#custom-html-7h tr.pages:hover td.pages {
  background: #b9abf1;
}
#custom-html-7h .Artistic-Body-RSC {
  font-family: "Verdana", sans-serif;
  font-weight: 400;
  font-size: 16.0px;
  line-height: 1.19em;
  color: #d1dccf;
}
#custom-html-7h .Artistic-Body-RSC {
  font-family: "Verdana", sans-serif;
  font-weight: 400;
  font-size: 16.0px;
  line-height: 1.19em;
  color: #d1dccf;
}
#custom-html-7h a.hlink_1:link {
  color: #ffffff;
}
#custom-html-7h a.hlink_1:visited {
  color: #b8dfea;
}
#custom-html-7h a.hlink_1:hover {
  color: #ff0000;
}
#custom-html-7h a.hlink_1:active {
  color: #ff8000;
}
.cid-s36wSWwhBr {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-s36wSWwhBr .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-s36wSXkPVa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4284df;
}
.cid-s36wSXkPVa p {
  text-align: center;
}
.cid-s36wSXkPVa .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s36wSXkPVa .btn-underline:hover {
  color: #505050;
}
.cid-s36wSXkPVa .btn-underline:before {
  background-color: #505050;
}
.cid-s36wSXkPVa .social-list a:focus {
  text-decoration: none;
}
.cid-s36wSXkPVa .text-copyright {
  width: 100%;
}
.cid-s36wSXkPVa .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-s36wSXkPVa .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-s36wSXkPVa .logo-footer {
  line-height: normal;
}
.cid-s36wSXkPVa .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s36wSXkPVa .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s36wSXkPVa .mbr-section-btn {
  font-size: 16px;
}
.cid-s36wSXkPVa .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-s3AgaOZNC4 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3AgaOZNC4 .nav-item,
.cid-s3AgaOZNC4 .nav-link,
.cid-s3AgaOZNC4 .navbar-caption {
  font-weight: normal;
}
.cid-s3AgaOZNC4 .nav-item:focus,
.cid-s3AgaOZNC4 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s3AgaOZNC4 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-s3AgaOZNC4 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3AgaOZNC4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s3AgaOZNC4 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s3AgaOZNC4 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s3AgaOZNC4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s3AgaOZNC4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s3AgaOZNC4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s3AgaOZNC4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s3AgaOZNC4 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
}
.cid-s3AgaOZNC4 .navbar.opened {
  transition: all .3s;
  background: #cccccc !important;
}
.cid-s3AgaOZNC4 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-s3AgaOZNC4 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s3AgaOZNC4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s3AgaOZNC4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s3AgaOZNC4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-s3AgaOZNC4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s3AgaOZNC4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s3AgaOZNC4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s3AgaOZNC4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s3AgaOZNC4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s3AgaOZNC4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s3AgaOZNC4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s3AgaOZNC4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s3AgaOZNC4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s3AgaOZNC4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s3AgaOZNC4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s3AgaOZNC4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s3AgaOZNC4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s3AgaOZNC4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-s3AgaOZNC4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s3AgaOZNC4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s3AgaOZNC4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s3AgaOZNC4 .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-s3AgaOZNC4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s3AgaOZNC4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s3AgaOZNC4 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s3AgaOZNC4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s3AgaOZNC4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s3AgaOZNC4 .dropdown-item.active,
.cid-s3AgaOZNC4 .dropdown-item:active {
  background-color: transparent;
}
.cid-s3AgaOZNC4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s3AgaOZNC4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s3AgaOZNC4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-s3AgaOZNC4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s3AgaOZNC4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s3AgaOZNC4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s3AgaOZNC4 .navbar-buttons {
  text-align: center;
}
.cid-s3AgaOZNC4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s3AgaOZNC4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s3AgaOZNC4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s3AgaOZNC4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s3AgaOZNC4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s3AgaOZNC4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s3AgaOZNC4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3AgaOZNC4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s3AgaOZNC4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s3AgaOZNC4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3AgaOZNC4 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s3AgaOZNC4 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3AgaOZNC4 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-s3AgaOZNC4 .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-s3AgaOZNC4 .soc-item {
  margin: .5rem .3rem;
}
.cid-s3AgaOZNC4 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s3AgaOZNC4 .navbar {
    height: 77px;
  }
  .cid-s3AgaOZNC4 .navbar.opened {
    height: auto;
  }
  .cid-s3AgaOZNC4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-7s #custom-html-2 H3 {
  font-size: 24px;
  color: #b8312f;
}
.cid-s3AgaRtxOP {
  padding-top: 105px;
  padding-bottom: 15px;
  background: linear-gradient(90deg, #4284df, #08579f);
}
.cid-s3AgaRtxOP .mbr-overlay {
  background: #2bdc9d;
  background: linear-gradient(90deg, #2bdc9d, #51aafa);
}
.cid-s3AgaRtxOP .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-s3AgaSK81M {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-s3AgaSK81M .mbr-section-subtitle {
  color: #8d97ad;
}
#custom-html-7v {
  
  /*input {text-transform: capitalize;}*/
}
#custom-html-7v label {
  color: #ffffff;
}
#custom-html-7v .form-control-label {
  color: #ffffff;
}
#custom-html-7v SMALL {
  color: #000000;
  font-family: 'Raleway', sans-serif;
}
#custom-html-7v .rs-form-control {
  background-color: #f5f5f5;
  border-radius: 3px;
  box-shadow: none;
  color: #565656;
  font-size: 1.3rem;
  line-height: 1.53;
  min-height: 3.5em;
  padding: 0.5em 1.07em 0.5em;
}
#custom-html-7v .rs-form-control,
#custom-html-7v .rs-form-control:focus {
  border: 1px solid #e8e8e8;
}
#custom-html-7v .rs-form-active .rs-form-control:invalid {
  border-color: #f28281;
}
#custom-html-7v .rs-form-control-label {
  cursor: pointer;
  font-size: 0.875rem;
  margin-bottom: 0.357em;
  padding: 0;
}
#custom-html-7v .rs-form-control,
#custom-html-7v .rs-form-control-file,
#custom-html-7v .rs-form-control-range {
  display: block;
}
#custom-html-7v .rs-form-control {
  width: 100%;
  background-image: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#custom-html-7v .regular-checkbox {
  display: none;
}
#custom-html-7v .regular-checkbox + label {
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
#custom-html-7v .regular-checkbox + label:active,
#custom-html-7v .regular-checkbox:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
#custom-html-7v .regular-checkbox:checked + label {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #000000;
}
#custom-html-7v .regular-checkbox:checked + label:after {
  content: '\2714';
  font-size: 17px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #000000;
}
#custom-html-7v .big-checkbox + label {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  padding: 18px;
  color: #000000;
}
#custom-html-7v .big-checkbox:checked + label:after {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  left: 6px;
  color: #000000;
}
#custom-html-7v .adj-top {
  padding-top: 20px !important;
}
#custom-html-7v #notes {
  background-color: #cdcdcd;
  color: #000000;
  padding: 5px;
}
#custom-html-7v .boldit {
  font-weight: 700;
}
#custom-html-7v .RSform-title {
  color: #ffffff;
  font-size: 24px;
}
.cid-s3AgaTZZh5 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-s3AgaTZZh5 .mbr-section-subtitle {
  color: #8d97ad;
}
#custom-html-7x {
  /*input {text-transform: capitalize;}*/
  /*td.rsc * {
	padding: 0px 5px;
}*/
}
#custom-html-7x table.rsc {
  border-collapse: collapse;
  width: 98%;
  margin: 4px;
  font-family: "Verdana", sans-serif;
  font-weight: 400;
  font-size: 14.0px;
}
#custom-html-7x th.rsc {
  background: #04367c;
  color: #fff;
  font-weight: bold;
  padding: 0px 5px;
  text-align: left;
  border-right: 1px solid #fff;
  line-height: 1.6;
}
#custom-html-7x td.rsc {
  padding: 0px 5px;
  border-bottom: 1px solid #3d493b;
  vertical-align: middle;
}
#custom-html-7x tr.rsc.alt td.rsc {
  background: #b9abf1;
}
#custom-html-7x tr.rsc.over td.rsc,
#custom-html-7x tr.rsc:hover td.rsc {
  background: #b9abf1;
}
#custom-html-7x table.pages {
  border-collapse: collapse;
  width: 10%;
  height: 20px;
  margin: 4px 4px 4px 4px;
  font-family: "Verdana", sans-serif;
  font-weight: 400;
  font-size: 14.0px;
}
#custom-html-7x th.pages {
  background: #04367c;
  color: #fff;
  font-weight: bold;
  padding: 0px 5px;
  text-align: left;
  border-right: 1px solid #fff;
  line-height: 1.6;
}
#custom-html-7x tr.pages.alt td.pages {
  background: #b9abf1;
}
#custom-html-7x tr.pages.over td.pages,
#custom-html-7x tr.pages:hover td.pages {
  background: #b9abf1;
}
#custom-html-7x .Artistic-Body-RSC {
  font-family: "Verdana", sans-serif;
  font-weight: 400;
  font-size: 16.0px;
  line-height: 1.19em;
  color: #d1dccf;
}
#custom-html-7x .Artistic-Body-RSC {
  font-family: "Verdana", sans-serif;
  font-weight: 400;
  font-size: 16.0px;
  line-height: 1.19em;
  color: #d1dccf;
}
#custom-html-7x a.hlink_1:link {
  color: #ffffff;
}
#custom-html-7x a.hlink_1:visited {
  color: #b8dfea;
}
#custom-html-7x a.hlink_1:hover {
  color: #ff0000;
}
#custom-html-7x a.hlink_1:active {
  color: #ff8000;
}
.cid-s3AgaVu2T7 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-s3AgaVu2T7 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-s3AgaWcPvl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4284df;
}
.cid-s3AgaWcPvl p {
  text-align: center;
}
.cid-s3AgaWcPvl .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s3AgaWcPvl .btn-underline:hover {
  color: #505050;
}
.cid-s3AgaWcPvl .btn-underline:before {
  background-color: #505050;
}
.cid-s3AgaWcPvl .social-list a:focus {
  text-decoration: none;
}
.cid-s3AgaWcPvl .text-copyright {
  width: 100%;
}
.cid-s3AgaWcPvl .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-s3AgaWcPvl .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-s3AgaWcPvl .logo-footer {
  line-height: normal;
}
.cid-s3AgaWcPvl .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3AgaWcPvl .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s3AgaWcPvl .mbr-section-btn {
  font-size: 16px;
}
.cid-s3AgaWcPvl .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-s42PHu7ryI .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s42PHu7ryI .nav-item,
.cid-s42PHu7ryI .nav-link,
.cid-s42PHu7ryI .navbar-caption {
  font-weight: normal;
}
.cid-s42PHu7ryI .nav-item:focus,
.cid-s42PHu7ryI .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s42PHu7ryI .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-s42PHu7ryI .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s42PHu7ryI .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s42PHu7ryI .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s42PHu7ryI .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s42PHu7ryI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s42PHu7ryI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s42PHu7ryI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s42PHu7ryI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s42PHu7ryI .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
}
.cid-s42PHu7ryI .navbar.opened {
  transition: all .3s;
  background: #cccccc !important;
}
.cid-s42PHu7ryI .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-s42PHu7ryI .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s42PHu7ryI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s42PHu7ryI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s42PHu7ryI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-s42PHu7ryI .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s42PHu7ryI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s42PHu7ryI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s42PHu7ryI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s42PHu7ryI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s42PHu7ryI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s42PHu7ryI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s42PHu7ryI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s42PHu7ryI .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s42PHu7ryI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s42PHu7ryI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s42PHu7ryI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s42PHu7ryI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s42PHu7ryI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-s42PHu7ryI .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s42PHu7ryI .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s42PHu7ryI .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s42PHu7ryI .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-s42PHu7ryI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s42PHu7ryI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s42PHu7ryI .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s42PHu7ryI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s42PHu7ryI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s42PHu7ryI .dropdown-item.active,
.cid-s42PHu7ryI .dropdown-item:active {
  background-color: transparent;
}
.cid-s42PHu7ryI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s42PHu7ryI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s42PHu7ryI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-s42PHu7ryI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s42PHu7ryI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s42PHu7ryI ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s42PHu7ryI .navbar-buttons {
  text-align: center;
}
.cid-s42PHu7ryI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s42PHu7ryI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s42PHu7ryI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s42PHu7ryI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s42PHu7ryI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s42PHu7ryI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s42PHu7ryI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s42PHu7ryI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s42PHu7ryI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s42PHu7ryI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s42PHu7ryI .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s42PHu7ryI a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s42PHu7ryI .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-s42PHu7ryI .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-s42PHu7ryI .soc-item {
  margin: .5rem .3rem;
}
.cid-s42PHu7ryI .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s42PHu7ryI .navbar {
    height: 77px;
  }
  .cid-s42PHu7ryI .navbar.opened {
    height: auto;
  }
  .cid-s42PHu7ryI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-8x #custom-html-2 H3 {
  font-size: 24px;
  color: #b8312f;
}
.cid-s42PHwUXTk {
  padding-top: 105px;
  padding-bottom: 15px;
  background: linear-gradient(90deg, #4284df, #08579f);
}
.cid-s42PHwUXTk .mbr-overlay {
  background: #2bdc9d;
  background: linear-gradient(90deg, #2bdc9d, #51aafa);
}
.cid-s42PHwUXTk .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-s42PHy9M8Q {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-s42PHy9M8Q .mbr-section-subtitle {
  color: #8d97ad;
}
#custom-html-90 {
  
  /*input {text-transform: capitalize;}*/
}
#custom-html-90 label {
  color: #ffffff;
}
#custom-html-90 .form-control-label {
  color: #ffffff;
}
#custom-html-90 SMALL {
  color: #000000;
  font-family: 'Raleway', sans-serif;
}
#custom-html-90 .rs-form-control {
  background-color: #f5f5f5;
  border-radius: 3px;
  box-shadow: none;
  color: #565656;
  font-size: 1.3rem;
  line-height: 1.53;
  min-height: 3.5em;
  padding: 0.5em 1.07em 0.5em;
}
#custom-html-90 .rs-form-control,
#custom-html-90 .rs-form-control:focus {
  border: 1px solid #e8e8e8;
}
#custom-html-90 .rs-form-active .rs-form-control:invalid {
  border-color: #f28281;
}
#custom-html-90 .rs-form-control-label {
  cursor: pointer;
  font-size: 0.875rem;
  margin-bottom: 0.357em;
  padding: 0;
}
#custom-html-90 .rs-form-control,
#custom-html-90 .rs-form-control-file,
#custom-html-90 .rs-form-control-range {
  display: block;
}
#custom-html-90 .rs-form-control {
  width: 100%;
  background-image: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#custom-html-90 .regular-checkbox {
  display: none;
}
#custom-html-90 .regular-checkbox + label {
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
#custom-html-90 .regular-checkbox + label:active,
#custom-html-90 .regular-checkbox:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
#custom-html-90 .regular-checkbox:checked + label {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #000000;
}
#custom-html-90 .regular-checkbox:checked + label:after {
  content: '\2714';
  font-size: 17px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #000000;
}
#custom-html-90 .big-checkbox + label {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  padding: 18px;
  color: #000000;
}
#custom-html-90 .big-checkbox:checked + label:after {
  font-size: 1.3rem;
  font-family: 'Raleway', sans-serif;
  left: 6px;
  color: #000000;
}
#custom-html-90 .adj-top {
  padding-top: 20px !important;
}
#custom-html-90 #notes {
  background-color: #cdcdcd;
  color: #000000;
  padding: 5px;
}
#custom-html-90 .boldit {
  font-weight: 700;
}
#custom-html-90 .RSform-title {
  color: #ffffff;
  font-size: 24px;
}
.cid-s42PHzsnU4 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-s42PHzsnU4 .mbr-section-subtitle {
  color: #8d97ad;
}
#custom-html-92 {
  /*input {text-transform: capitalize;}*/
  /*td.rsc * {
	padding: 0px 5px;
}*/
}
#custom-html-92 table.rsc {
  border-collapse: collapse;
  width: 98%;
  margin: 4px;
  font-family: "Verdana", sans-serif;
  font-weight: 400;
  font-size: 14.0px;
}
#custom-html-92 th.rsc {
  background: #04367c;
  color: #fff;
  font-weight: bold;
  padding: 0px 5px;
  text-align: left;
  border-right: 1px solid #fff;
  line-height: 1.6;
}
#custom-html-92 td.rsc {
  padding: 0px 5px;
  border-bottom: 1px solid #3d493b;
  vertical-align: middle;
}
#custom-html-92 tr.rsc.alt td.rsc {
  background: #b9abf1;
}
#custom-html-92 tr.rsc.over td.rsc,
#custom-html-92 tr.rsc:hover td.rsc {
  background: #b9abf1;
}
#custom-html-92 table.pages {
  border-collapse: collapse;
  width: 10%;
  height: 20px;
  margin: 4px 4px 4px 4px;
  font-family: "Verdana", sans-serif;
  font-weight: 400;
  font-size: 14.0px;
}
#custom-html-92 th.pages {
  background: #04367c;
  color: #fff;
  font-weight: bold;
  padding: 0px 5px;
  text-align: left;
  border-right: 1px solid #fff;
  line-height: 1.6;
}
#custom-html-92 tr.pages.alt td.pages {
  background: #b9abf1;
}
#custom-html-92 tr.pages.over td.pages,
#custom-html-92 tr.pages:hover td.pages {
  background: #b9abf1;
}
#custom-html-92 .Artistic-Body-RSC {
  font-family: "Verdana", sans-serif;
  font-weight: 400;
  font-size: 16.0px;
  line-height: 1.19em;
  color: #d1dccf;
}
#custom-html-92 .Artistic-Body-RSC {
  font-family: "Verdana", sans-serif;
  font-weight: 400;
  font-size: 16.0px;
  line-height: 1.19em;
  color: #d1dccf;
}
#custom-html-92 a.hlink_1:link {
  color: #ffffff;
}
#custom-html-92 a.hlink_1:visited {
  color: #b8dfea;
}
#custom-html-92 a.hlink_1:hover {
  color: #ff0000;
}
#custom-html-92 a.hlink_1:active {
  color: #ff8000;
}
.cid-s42PHAZfUt {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #04367c;
}
.cid-s42PHAZfUt .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-s42PHBSDZo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4284df;
}
.cid-s42PHBSDZo p {
  text-align: center;
}
.cid-s42PHBSDZo .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s42PHBSDZo .btn-underline:hover {
  color: #505050;
}
.cid-s42PHBSDZo .btn-underline:before {
  background-color: #505050;
}
.cid-s42PHBSDZo .social-list a:focus {
  text-decoration: none;
}
.cid-s42PHBSDZo .text-copyright {
  width: 100%;
}
.cid-s42PHBSDZo .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-s42PHBSDZo .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-s42PHBSDZo .logo-footer {
  line-height: normal;
}
.cid-s42PHBSDZo .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s42PHBSDZo .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s42PHBSDZo .mbr-section-btn {
  font-size: 16px;
}
.cid-s42PHBSDZo .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
