body {
  font-family: Josefin Sans;
}
.display-1 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 3rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 2.25rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.6rem;
}
.display-4 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.8rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Josefin Sans', 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: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((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.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #003366 !important;
}
.bg-success {
  background-color: #91772d !important;
}
.bg-info {
  background-color: #69b9d0 !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #003366 !important;
  border-color: #003366 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #000d1a !important;
  border-color: #000d1a !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000d1a !important;
  border-color: #000d1a !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #9f3942 !important;
  border-color: #9f3942 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #67252b !important;
  border-color: #67252b !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #67252b !important;
  border-color: #67252b !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #69b9d0 !important;
  border-color: #69b9d0 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #3898b4 !important;
  border-color: #3898b4 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3898b4 !important;
  border-color: #3898b4 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #91772d !important;
  border-color: #91772d !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #57471b !important;
  border-color: #57471b !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #57471b !important;
  border-color: #57471b !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  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;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  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;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  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;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  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;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #003366;
  border-color: #003366;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #003366 !important;
  border-color: #003366 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #541e23;
  color: #541e23;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #9f3942;
  border-color: #9f3942;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #9f3942 !important;
  border-color: #9f3942 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #3288a1;
  color: #3288a1;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #69b9d0;
  border-color: #69b9d0;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #69b9d0 !important;
  border-color: #69b9d0 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #433715;
  color: #433715;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #91772d;
  border-color: #91772d;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #91772d !important;
  border-color: #91772d !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8e8e8e;
  color: #8e8e8e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.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;
  border-color: #111111;
  color: #111111;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #444444;
  border-color: #444444;
}
.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;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #003366 !important;
}
.text-secondary {
  color: #9f3942 !important;
}
.text-success {
  color: #91772d !important;
}
.text-info {
  color: #69b9d0 !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: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #541e23 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #433715 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #3288a1 !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: #91772d;
}
.alert-info {
  background-color: #69b9d0;
}
.alert-warning {
  background-color: #c1c1c1;
}
.alert-danger {
  background-color: #444444;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #003366;
  border-color: #003366;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #003366;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #0073e6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d1b76c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.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 a {
  border-radius: 100px;
}
#scrollToTop a {
  border: 2px solid #ffbc00;
}
#scrollToTop a i:before {
  background: #ffbc00;
}
#scrollToTop a i:after {
  border-top: 2px solid #ffbc00;
  border-right: 2px solid #ffbc00;
}
.mbr-arrow a i {
  color: #ffbc00;
}
.form-control {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.3rem;
}
.form-control > .mbr-iconfont {
  font-size: 2.08rem;
}
blockquote {
  border-color: #003366;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #003366;
  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-number__spin {
  border-radius: 0;
  background-color: #efefef;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #003366;
  border-bottom-color: #003366;
}
.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: #003366 !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: #9f3942 !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='%23003366' %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-rk9Lclxuia .nav-item:focus,
.cid-rk9Lclxuia .nav-link:focus {
  outline: none;
}
.cid-rk9Lclxuia .dropdown .dropdown-menu .dropdown-item {
  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-rk9Lclxuia .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rk9Lclxuia .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rk9Lclxuia .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-rk9Lclxuia .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rk9Lclxuia .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #003366;
}
.cid-rk9Lclxuia .navbar.opened {
  transition: all .3s;
  background: #003366 !important;
}
.cid-rk9Lclxuia .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rk9Lclxuia .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rk9Lclxuia .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rk9Lclxuia .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rk9Lclxuia .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rk9Lclxuia .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rk9Lclxuia .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-rk9Lclxuia .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rk9Lclxuia .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rk9Lclxuia .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rk9Lclxuia .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rk9Lclxuia .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rk9Lclxuia .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rk9Lclxuia .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rk9Lclxuia .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-rk9Lclxuia .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rk9Lclxuia .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rk9Lclxuia .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rk9Lclxuia .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rk9Lclxuia .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rk9Lclxuia .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rk9Lclxuia .navbar.navbar-short {
  background: #003366 !important;
  min-height: 60px;
}
.cid-rk9Lclxuia .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rk9Lclxuia .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rk9Lclxuia .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-rk9Lclxuia .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rk9Lclxuia .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rk9Lclxuia .dropdown-item.active,
.cid-rk9Lclxuia .dropdown-item:active {
  background-color: transparent;
}
.cid-rk9Lclxuia .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rk9Lclxuia .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rk9Lclxuia .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rk9Lclxuia .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #003366;
}
.cid-rk9Lclxuia .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rk9Lclxuia .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rk9Lclxuia ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rk9Lclxuia .navbar-buttons {
  text-align: center;
}
.cid-rk9Lclxuia button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rk9Lclxuia button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rk9Lclxuia button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rk9Lclxuia button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rk9Lclxuia button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rk9Lclxuia button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rk9Lclxuia nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rk9Lclxuia nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rk9Lclxuia nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rk9Lclxuia nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rk9Lclxuia .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rk9Lclxuia a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rk9Lclxuia .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rk9Lclxuia .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rk9Lclxuia .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-rk9Lclxuia .nav-link:hover,
.cid-rk9Lclxuia .dropdown-item:hover,
.cid-rk9Lclxuia .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rk9Lclxuia .navbar {
    height: 77px;
  }
  .cid-rk9Lclxuia .navbar.opened {
    height: auto;
  }
}
.cid-rkapS9DFoT .modal-body .close {
  background: #1b1b1b;
}
.cid-rkapS9DFoT .modal-body .close span {
  font-style: normal;
}
.cid-rkapS9DFoT .carousel-inner > .active,
.cid-rkapS9DFoT .carousel-inner > .next,
.cid-rkapS9DFoT .carousel-inner > .prev {
  display: table;
}
.cid-rkapS9DFoT .carousel-control .icon-next,
.cid-rkapS9DFoT .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rkapS9DFoT .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rkapS9DFoT .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rkapS9DFoT .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rkapS9DFoT .boxed-slider > div {
  position: relative;
}
.cid-rkapS9DFoT .container img {
  width: 100%;
}
.cid-rkapS9DFoT .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rkapS9DFoT .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rkapS9DFoT .mbr-table-cell {
  padding: 0;
}
.cid-rkapS9DFoT .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rkapS9DFoT .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rkapS9DFoT .mbr-overlay {
  z-index: 1;
}
.cid-rkapS9DFoT .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rkapS9DFoT .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rkapS9DFoT .carousel-item .container {
    width: 100%;
  }
}
.cid-rkapS9DFoT .carousel-item-next.carousel-item-left,
.cid-rkapS9DFoT .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rkapS9DFoT .active.carousel-item-right,
.cid-rkapS9DFoT .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rkapS9DFoT .active.carousel-item-left,
.cid-rkapS9DFoT .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rkapS9DFoT .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rkapS9DFoT .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rkapS9DFoT .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rkapS9DFoT .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-rkapS9DFoT .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rkapS9DFoT .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rkapS9DFoT .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rkapS9DFoT .mbr-slider .carousel-indicators li.active,
.cid-rkapS9DFoT .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rkapS9DFoT .mbr-slider .carousel-indicators li::after,
.cid-rkapS9DFoT .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rkapS9DFoT .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rkapS9DFoT .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rkapS9DFoT .mbr-slider > .container img {
  width: 100%;
}
.cid-rkapS9DFoT .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rkapS9DFoT .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rkapS9DFoT .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rkapS9DFoT .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rkapS9DFoT .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rkapS9DFoT .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rkapS9DFoT .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rkapS9DFoT .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-rkapS9DFoT .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rkapS9DFoT .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rkapS9DFoT .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rkapS9DFoT .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rkapS9DFoT .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rkatOodBZ8 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rkatOodBZ8 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rkatOodBZ8 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rkatOodBZ8 .mbr-text {
    text-align: center;
  }
}
.cid-rkatOodBZ8 .mbr-text,
.cid-rkatOodBZ8 .mbr-section-btn {
  color: #000000;
}
.cid-rkatOodBZ8 H1 {
  color: #000000;
}
.cid-rkatOodBZ8 H3 {
  color: #000000;
}
.cid-rv0TBVZBdG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rv0TBVZBdG .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-rv0TBVZBdG .text-block {
  position: relative;
  z-index: 0;
}
.cid-rv0TBVZBdG .box {
  width: 25%;
  height: 40%;
  background: #e2f7df;
  position: absolute;
  top: 4%;
}
.cid-rv0TBVZBdG .box {
  left: 20%;
}
.cid-rv0TBVZBdG .text-box {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-rv0TBVZBdG .mbr-section-text,
.cid-rv0TBVZBdG .mbr-section-title {
  margin-left: 31%;
}
@media (max-width: 991px) {
  .cid-rv0TBVZBdG .text-box {
    display: none;
  }
  .cid-rv0TBVZBdG .mbr-section-title,
  .cid-rv0TBVZBdG .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rv0TBVZBdG .box {
    display: none;
  }
  .cid-rv0TBVZBdG .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-rv0TBVZBdG .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rv0TBVZBdG .text-box {
    writing-mode: bt-rl;
  }
}
.cid-uVFqljff1O {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uVFqljff1O .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uVFqljff1O .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uVFqljff1O .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uVFqljff1O .mbr-text {
    text-align: center;
  }
}
.cid-uVFqljff1O .mbr-text,
.cid-uVFqljff1O .mbr-section-btn {
  color: #000000;
}
.cid-uVFqljff1O H1 {
  color: #000000;
}
.cid-uVFqljff1O H3 {
  color: #000000;
}
.cid-uVFwls97Jm {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uVFwls97Jm H1 {
  color: #57468b;
}
.cid-uVFwls97Jm .mbr-text,
.cid-uVFwls97Jm .mbr-section-btn {
  color: #716c80;
}
.cid-uVFwls97Jm H3 {
  color: #716c80;
}
.cid-uVFwls97Jm .row {
  justify-content: space-between;
}
.cid-uVFwls97Jm .col-lg-6 {
  max-width: 500px;
}
.cid-uVFwls97Jm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVFwls97Jm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVFwls97Jm .title1 {
  color: #006699;
  text-align: center;
}
.cid-uVFwls97Jm .text1,
.cid-uVFwls97Jm .btn1 {
  color: #000000;
  text-align: center;
}
.cid-uVFwls97Jm .title2 {
  text-align: center;
  color: #006699;
}
.cid-uVFwls97Jm .text2,
.cid-uVFwls97Jm .btn2 {
  text-align: center;
  color: #000000;
}
.cid-teHJlYO9dc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-teHJlYO9dc .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-teHJlYO9dc .text-block {
  position: relative;
  z-index: 0;
}
.cid-teHJlYO9dc .box {
  width: 25%;
  height: 40%;
  background: #e2f7df;
  position: absolute;
  top: 4%;
}
.cid-teHJlYO9dc .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-teHJlYO9dc .box {
  right: 20%;
}
.cid-teHJlYO9dc .text-box {
  right: 0;
}
.cid-teHJlYO9dc .mbr-section-title,
.cid-teHJlYO9dc .mbr-section-text {
  margin-right: 31%;
}
@media (max-width: 991px) {
  .cid-teHJlYO9dc .text-box {
    display: none;
  }
  .cid-teHJlYO9dc .mbr-section-title,
  .cid-teHJlYO9dc .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-teHJlYO9dc .box {
    display: none;
  }
  .cid-teHJlYO9dc .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-teHJlYO9dc .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-teHJlYO9dc .text-box {
    writing-mode: bt-rl;
  }
}
.cid-rv0UPFbkAd {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #003366;
}
.cid-rv0UPFbkAd .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rv0UPFbkAd .mbr-section-btn,
  .cid-rv0UPFbkAd .mbr-section-subtitle,
  .cid-rv0UPFbkAd .mbr-section-title {
    text-align: center !important;
  }
}
.cid-roziYfPxWZ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-roziYfPxWZ .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-roziYfPxWZ .text-block {
  position: relative;
  z-index: 0;
}
.cid-roziYfPxWZ .box {
  width: 25%;
  height: 40%;
  background: #e2f7df;
  position: absolute;
  top: 4%;
}
.cid-roziYfPxWZ .box {
  left: 20%;
}
.cid-roziYfPxWZ .text-box {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-roziYfPxWZ .mbr-section-text,
.cid-roziYfPxWZ .mbr-section-title {
  margin-left: 31%;
}
@media (max-width: 991px) {
  .cid-roziYfPxWZ .text-box {
    display: none;
  }
  .cid-roziYfPxWZ .mbr-section-title,
  .cid-roziYfPxWZ .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-roziYfPxWZ .box {
    display: none;
  }
  .cid-roziYfPxWZ .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-roziYfPxWZ .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-roziYfPxWZ .text-box {
    writing-mode: bt-rl;
  }
}
.cid-rk9LupHTTL {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rk9LupHTTL .mbr-text {
  color: #444444;
}
.cid-rk9LupHTTL .card-title {
  color: #f9e2af;
}
.cid-rk9LupHTTL .card .card-img span {
  color: #003366;
  font-size: 60px;
}
@media (max-width: 767px) {
  .cid-rk9LupHTTL .card {
    padding-bottom: 2rem !important;
  }
}
.cid-rk9LupHTTL .card-title,
.cid-rk9LupHTTL .card-img {
  color: #444444;
}
.cid-s8YibLQ4e7 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/8-1920x800.jpg");
}
.cid-s8YibLQ4e7 .mbr-section-subtitle {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-s8YibLQ4e7 .mbr-section-btn,
  .cid-s8YibLQ4e7 .mbr-section-subtitle,
  .cid-s8YibLQ4e7 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-rkasUMuv6x {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rkasUMuv6x .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rkasUMuv6x .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rkasUMuv6x .mbr-text {
    text-align: center;
  }
}
.cid-rkasUMuv6x .mbr-text,
.cid-rkasUMuv6x .mbr-section-btn {
  color: #000000;
}
.cid-rkasUMuv6x H1 {
  color: #000000;
}
.cid-rkasUMuv6x H3 {
  color: #000000;
}
.cid-s8YgVJvKIj {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/12-1920x800.jpg");
}
.cid-s8YgVJvKIj .mbr-section-subtitle {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-s8YgVJvKIj .mbr-section-btn,
  .cid-s8YgVJvKIj .mbr-section-subtitle,
  .cid-s8YgVJvKIj .mbr-section-title {
    text-align: center !important;
  }
}
.cid-s8YeQN5dAl {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #003366;
}
.cid-s8YeQN5dAl .mbr-text {
  position: relative;
  color: #ffffff;
}
.cid-s8YeQN5dAl .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-s8YeQN5dAl .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-s8YeQN5dAl .mbr-text:after,
  .cid-s8YeQN5dAl .mbr-text:before {
    display: none;
  }
}
.cid-s8YeQN5dAl .mbr-section-title,
.cid-s8YeQN5dAl .logo {
  color: #ffffff;
}
.cid-sLEQgvTLuK {
  background: #ffffff;
  background: linear-gradient(135deg, #ffffff, #69b9d0);
}
.cid-sLEQgvTLuK .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sLEQgvTLuK .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sLEQgvTLuK .image-block {
    width: 100% !important;
  }
}
.cid-s7WYidDrMt {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #003366;
}
.cid-s7WYidDrMt .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-s7WYidDrMt .mbr-section-btn,
  .cid-s7WYidDrMt .mbr-section-subtitle,
  .cid-s7WYidDrMt .mbr-section-title {
    text-align: center !important;
  }
}
.cid-rka5cyUoiV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/11-1920x800.jpg");
}
.cid-rka5cyUoiV .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rka5cyUoiV .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rka5cyUoiV .image-element {
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rka5cyUoiV .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rka5cyUoiV .text-element {
  padding: 1rem;
}
.cid-rka5cyUoiV .main,
.cid-rka5cyUoiV .main-reverse {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-rka5cyUoiV .main:first-child {
    padding-top: 1rem;
  }
  .cid-rka5cyUoiV .image-element,
  .cid-rka5cyUoiV .text-element {
    margin-bottom: 1rem;
  }
  .cid-rka5cyUoiV .main-reverse {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-rka5cyUoiV .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-rka5cyUoiV .image-element,
  .cid-rka5cyUoiV .text-element {
    margin-bottom: 0;
  }
  .cid-rka5cyUoiV .main:first-child {
    padding-top: 0;
  }
}
.cid-rkauR78s6r {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rkauR78s6r .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rkauR78s6r .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rkauR78s6r .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rkauR78s6r .mbr-text {
    text-align: center;
  }
}
.cid-rkauR78s6r .mbr-text,
.cid-rkauR78s6r .mbr-section-btn {
  color: #000000;
}
.cid-rkauR78s6r H1 {
  color: #000000;
}
.cid-rkauR78s6r H3 {
  color: #000000;
}
.cid-rozfAGMuO5 {
  background-image: url("../../../assets/images/10-1920x800.jpg");
}
.cid-rozfAGMuO5 .mbr-overlay {
  background: #232323;
}
.cid-rozfAGMuO5 .mbr-section-title {
  letter-spacing: .5rem;
  color: #ffffff;
}
.cid-rozfAGMuO5 .mbr-section-subtitle B {
  color: #ffffff;
}
.cid-rozfAGMuO5 .mbr-text,
.cid-rozfAGMuO5 .mbr-section-btn {
  color: #ffffff;
}
.cid-rozfAGMuO5 .mbr-section-subtitle {
  color: #cccccc;
}
.cid-rka5v8zxHe {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rka5v8zxHe *:focus {
  outline: none;
}
.cid-rka5v8zxHe .input-wrap {
  padding-bottom: 2rem;
}
.cid-rka5v8zxHe .input-wrap input {
  width: 100%;
  border: none;
  background: transparent;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #000000;
  color: #000000;
  border-radius: 0;
}
.cid-rka5v8zxHe textarea {
  width: 100%;
  border: none;
  border-radius: 0;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #000000;
  background: transparent;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 1px;
  color: #000000;
}
.cid-rka5v8zxHe textarea:focus {
  color: #000000;
}
.cid-rka5v8zxHe ::-webkit-input-placeholder {
  color: #000000;
}
.cid-rka5v8zxHe ::-moz-placeholder {
  color: #000000;
}
.cid-rka5v8zxHe :-ms-input-placeholder {
  color: #000000;
}
.cid-rka5v8zxHe :-moz-placeholder {
  color: #000000;
}
.cid-rka5v8zxHe .soc-item {
  display: inline-block;
  margin: 0 .2rem;
}
.cid-rka5v8zxHe .soc-item .socicon {
  font-size: 1.5rem;
  color: #000000;
  opacity: 1;
}
.cid-rka5v8zxHe .soc-item .socicon:hover {
  opacity: .5;
}
.cid-rka5v8zxHe .form-control:focus {
  border: none;
  border-bottom: 2px solid;
  border-bottom-color: #000000;
  background: transparent;
}
.cid-rka5v8zxHe .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-rka5v8zxHe .first-column,
  .cid-rka5v8zxHe .form-1 {
    text-align: center;
  }
}
.cid-rka5GC9Zgk {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/9-1920x800.jpg");
}
.cid-rka5GC9Zgk .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-rka5GC9Zgk .content-panel {
  padding: 3rem;
  background-color: #444444;
}
@media (min-width: 767px) {
  .cid-rka5GC9Zgk .text-block {
    padding-right: 0;
  }
}
.cid-rka5GC9Zgk .google-map {
  width: 100%;
  height: 30rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-rka5GC9Zgk .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-rka5GC9Zgk .google-map iframe .place-card {
  margin-left: 40px !important;
}
.cid-rka5GC9Zgk .google-map .place-card {
  margin-left: 40px !important;
}
.cid-rv0Ut4bR8f {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rv0Ut4bR8f .mbr-section-subtitle {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-rv0Ut4bR8f .mbr-section-btn,
  .cid-rv0Ut4bR8f .mbr-section-subtitle,
  .cid-rv0Ut4bR8f .mbr-section-title {
    text-align: center !important;
  }
}
.cid-rv0Ut4bR8f .mbr-section-title {
  color: #000000;
}
#instagram-feed-block-14 .inst__title {
  color: #ffffff;
}
.cid-rka5sBgqDQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #003366;
}
.cid-rka5sBgqDQ .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #ffffff;
  opacity: .5;
}
.cid-rka5sBgqDQ .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-rka5sBgqDQ .links-block ul li {
  margin: 0 1rem;
}
.cid-rka5sBgqDQ .icons-block ul li {
  margin: 0 .5rem;
}
.cid-rka5sBgqDQ .links-block ul,
.cid-rka5sBgqDQ .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-tJISjLix98 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tJISjLix98 .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-tJISjLix98 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tJISjLix98 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tJISjLix98 .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-tJISjLix98 .logo-section img {
  width: auto;
}
.cid-tJISjLix98 .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #66458e;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-tJISjLix98 .icon-transition span:hover {
  background-color: #e96188;
}
.cid-tJISjLix98 .mbr-text {
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tJISjLix98 .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-tJISjLix98 .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-tJISjLix98 .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-saLmN1UUaM .nav-item:focus,
.cid-saLmN1UUaM .nav-link:focus {
  outline: none;
}
.cid-saLmN1UUaM .dropdown .dropdown-menu .dropdown-item {
  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-saLmN1UUaM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-saLmN1UUaM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-saLmN1UUaM .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-saLmN1UUaM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-saLmN1UUaM .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #003366;
}
.cid-saLmN1UUaM .navbar.opened {
  transition: all .3s;
  background: #003366 !important;
}
.cid-saLmN1UUaM .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-saLmN1UUaM .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-saLmN1UUaM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-saLmN1UUaM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-saLmN1UUaM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-saLmN1UUaM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-saLmN1UUaM .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-saLmN1UUaM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-saLmN1UUaM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-saLmN1UUaM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-saLmN1UUaM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-saLmN1UUaM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-saLmN1UUaM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-saLmN1UUaM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-saLmN1UUaM .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-saLmN1UUaM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-saLmN1UUaM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-saLmN1UUaM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-saLmN1UUaM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-saLmN1UUaM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-saLmN1UUaM .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-saLmN1UUaM .navbar.navbar-short {
  background: #003366 !important;
  min-height: 60px;
}
.cid-saLmN1UUaM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-saLmN1UUaM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-saLmN1UUaM .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-saLmN1UUaM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-saLmN1UUaM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-saLmN1UUaM .dropdown-item.active,
.cid-saLmN1UUaM .dropdown-item:active {
  background-color: transparent;
}
.cid-saLmN1UUaM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-saLmN1UUaM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-saLmN1UUaM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-saLmN1UUaM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #003366;
}
.cid-saLmN1UUaM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-saLmN1UUaM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-saLmN1UUaM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-saLmN1UUaM .navbar-buttons {
  text-align: center;
}
.cid-saLmN1UUaM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-saLmN1UUaM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-saLmN1UUaM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-saLmN1UUaM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-saLmN1UUaM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-saLmN1UUaM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-saLmN1UUaM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-saLmN1UUaM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-saLmN1UUaM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-saLmN1UUaM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-saLmN1UUaM .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-saLmN1UUaM a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-saLmN1UUaM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-saLmN1UUaM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-saLmN1UUaM .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-saLmN1UUaM .nav-link:hover,
.cid-saLmN1UUaM .dropdown-item:hover,
.cid-saLmN1UUaM .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-saLmN1UUaM .navbar {
    height: 77px;
  }
  .cid-saLmN1UUaM .navbar.opened {
    height: auto;
  }
}
.cid-saLnOWNzs4 {
  background-image: url("../../../assets/images/11-1920x800.jpg");
}
.cid-saLnOWNzs4 .mbr-section-title,
.cid-saLnOWNzs4 .ornament {
  color: #ffffff;
}
.cid-saLnOWNzs4 H3 {
  color: #ffffff;
}
.cid-saLnOWNzs4 .mbr-text,
.cid-saLnOWNzs4 .mbr-section-btn {
  color: #ffffff;
}
.cid-saLmNqWEMT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #003366;
}
.cid-saLmNqWEMT .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-saLmNqWEMT .mbr-section-btn,
  .cid-saLmNqWEMT .mbr-section-subtitle,
  .cid-saLmNqWEMT .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tJITQstBhG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/1-1920x800.jpg");
}
.cid-tJITQstBhG .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  writing-mode: vertical-rl;
}
.cid-tJITQstBhG .text-block {
  position: relative;
  z-index: 0;
}
.cid-tJITQstBhG .box {
  width: 25%;
  height: 40%;
  background: #e2f7df;
  position: absolute;
  top: 4%;
}
.cid-tJITQstBhG .box {
  left: 20%;
}
.cid-tJITQstBhG .text-box {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-tJITQstBhG .mbr-section-text,
.cid-tJITQstBhG .mbr-section-title {
  margin-left: 31%;
  margin-left: 0;
}
@media (max-width: 991px) {
  .cid-tJITQstBhG .text-box {
    display: none;
  }
  .cid-tJITQstBhG .mbr-section-title,
  .cid-tJITQstBhG .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tJITQstBhG .box {
    display: none;
  }
  .cid-tJITQstBhG .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tJITQstBhG .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJITQstBhG .text-box {
    writing-mode: bt-rl;
  }
}
.cid-tJITQstBhG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJITQstBhG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJIUGYASZ4 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #003366;
}
.cid-tJIUGYASZ4 .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tJIUGYASZ4 .mbr-section-btn,
  .cid-tJIUGYASZ4 .mbr-section-subtitle,
  .cid-tJIUGYASZ4 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tJIULElK2z {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/2-1920x800.jpg");
}
.cid-tJIULElK2z .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  writing-mode: vertical-rl;
}
.cid-tJIULElK2z .text-block {
  position: relative;
  z-index: 0;
}
.cid-tJIULElK2z .box {
  width: 25%;
  height: 40%;
  background: #e2f7df;
  position: absolute;
  top: 4%;
}
.cid-tJIULElK2z .box {
  left: 20%;
}
.cid-tJIULElK2z .text-box {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-tJIULElK2z .mbr-section-text,
.cid-tJIULElK2z .mbr-section-title {
  margin-left: 31%;
  margin-left: 0;
}
@media (max-width: 991px) {
  .cid-tJIULElK2z .text-box {
    display: none;
  }
  .cid-tJIULElK2z .mbr-section-title,
  .cid-tJIULElK2z .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tJIULElK2z .box {
    display: none;
  }
  .cid-tJIULElK2z .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tJIULElK2z .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJIULElK2z .text-box {
    writing-mode: bt-rl;
  }
}
.cid-tJIULElK2z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJIULElK2z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJIV9ekSfp {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #003366;
}
.cid-tJIV9ekSfp .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tJIV9ekSfp .mbr-section-btn,
  .cid-tJIV9ekSfp .mbr-section-subtitle,
  .cid-tJIV9ekSfp .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tJIVa2en5z {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/4-1920x800.jpg");
}
.cid-tJIVa2en5z .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  writing-mode: vertical-rl;
}
.cid-tJIVa2en5z .text-block {
  position: relative;
  z-index: 0;
}
.cid-tJIVa2en5z .box {
  width: 25%;
  height: 40%;
  background: #e2f7df;
  position: absolute;
  top: 4%;
}
.cid-tJIVa2en5z .box {
  left: 20%;
}
.cid-tJIVa2en5z .text-box {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-tJIVa2en5z .mbr-section-text,
.cid-tJIVa2en5z .mbr-section-title {
  margin-left: 31%;
  margin-left: 0;
}
@media (max-width: 991px) {
  .cid-tJIVa2en5z .text-box {
    display: none;
  }
  .cid-tJIVa2en5z .mbr-section-title,
  .cid-tJIVa2en5z .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tJIVa2en5z .box {
    display: none;
  }
  .cid-tJIVa2en5z .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tJIVa2en5z .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJIVa2en5z .text-box {
    writing-mode: bt-rl;
  }
}
.cid-tJIVa2en5z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJIVa2en5z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJIVp2HdE4 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #003366;
}
.cid-tJIVp2HdE4 .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tJIVp2HdE4 .mbr-section-btn,
  .cid-tJIVp2HdE4 .mbr-section-subtitle,
  .cid-tJIVp2HdE4 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tJIVpMomqW {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/3-1920x800.jpg");
}
.cid-tJIVpMomqW .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  writing-mode: vertical-rl;
}
.cid-tJIVpMomqW .text-block {
  position: relative;
  z-index: 0;
}
.cid-tJIVpMomqW .box {
  width: 25%;
  height: 40%;
  background: #e2f7df;
  position: absolute;
  top: 4%;
}
.cid-tJIVpMomqW .box {
  left: 20%;
}
.cid-tJIVpMomqW .text-box {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-tJIVpMomqW .mbr-section-text,
.cid-tJIVpMomqW .mbr-section-title {
  margin-left: 31%;
  margin-left: 0;
}
@media (max-width: 991px) {
  .cid-tJIVpMomqW .text-box {
    display: none;
  }
  .cid-tJIVpMomqW .mbr-section-title,
  .cid-tJIVpMomqW .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tJIVpMomqW .box {
    display: none;
  }
  .cid-tJIVpMomqW .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tJIVpMomqW .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJIVpMomqW .text-box {
    writing-mode: bt-rl;
  }
}
.cid-tJIVpMomqW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJIVpMomqW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJIVED590G {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #003366;
}
.cid-tJIVED590G .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tJIVED590G .mbr-section-btn,
  .cid-tJIVED590G .mbr-section-subtitle,
  .cid-tJIVED590G .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tJIVFkMScC {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/5-1920x800.jpg");
}
.cid-tJIVFkMScC .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  writing-mode: vertical-rl;
}
.cid-tJIVFkMScC .text-block {
  position: relative;
  z-index: 0;
}
.cid-tJIVFkMScC .box {
  width: 25%;
  height: 40%;
  background: #e2f7df;
  position: absolute;
  top: 4%;
}
.cid-tJIVFkMScC .box {
  left: 20%;
}
.cid-tJIVFkMScC .text-box {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-tJIVFkMScC .mbr-section-text,
.cid-tJIVFkMScC .mbr-section-title {
  margin-left: 31%;
  margin-left: 0;
}
@media (max-width: 991px) {
  .cid-tJIVFkMScC .text-box {
    display: none;
  }
  .cid-tJIVFkMScC .mbr-section-title,
  .cid-tJIVFkMScC .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tJIVFkMScC .box {
    display: none;
  }
  .cid-tJIVFkMScC .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tJIVFkMScC .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJIVFkMScC .text-box {
    writing-mode: bt-rl;
  }
}
.cid-tJIVFkMScC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJIVFkMScC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJIVT7LeQi {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #003366;
}
.cid-tJIVT7LeQi .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tJIVT7LeQi .mbr-section-btn,
  .cid-tJIVT7LeQi .mbr-section-subtitle,
  .cid-tJIVT7LeQi .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tJIVTLHKvC {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/6-1920x800.jpg");
}
.cid-tJIVTLHKvC .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  writing-mode: vertical-rl;
}
.cid-tJIVTLHKvC .text-block {
  position: relative;
  z-index: 0;
}
.cid-tJIVTLHKvC .box {
  width: 25%;
  height: 40%;
  background: #e2f7df;
  position: absolute;
  top: 4%;
}
.cid-tJIVTLHKvC .box {
  left: 20%;
}
.cid-tJIVTLHKvC .text-box {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-tJIVTLHKvC .mbr-section-text,
.cid-tJIVTLHKvC .mbr-section-title {
  margin-left: 31%;
  margin-left: 0;
}
@media (max-width: 991px) {
  .cid-tJIVTLHKvC .text-box {
    display: none;
  }
  .cid-tJIVTLHKvC .mbr-section-title,
  .cid-tJIVTLHKvC .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tJIVTLHKvC .box {
    display: none;
  }
  .cid-tJIVTLHKvC .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tJIVTLHKvC .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJIVTLHKvC .text-box {
    writing-mode: bt-rl;
  }
}
.cid-tJIVTLHKvC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJIVTLHKvC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJIWdrQBS9 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #003366;
}
.cid-tJIWdrQBS9 .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tJIWdrQBS9 .mbr-section-btn,
  .cid-tJIWdrQBS9 .mbr-section-subtitle,
  .cid-tJIWdrQBS9 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tJIWdXJDo1 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/8-1920x800.jpg");
}
.cid-tJIWdXJDo1 .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  writing-mode: vertical-rl;
}
.cid-tJIWdXJDo1 .text-block {
  position: relative;
  z-index: 0;
}
.cid-tJIWdXJDo1 .box {
  width: 25%;
  height: 40%;
  background: #e2f7df;
  position: absolute;
  top: 4%;
}
.cid-tJIWdXJDo1 .box {
  left: 20%;
}
.cid-tJIWdXJDo1 .text-box {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-tJIWdXJDo1 .mbr-section-text,
.cid-tJIWdXJDo1 .mbr-section-title {
  margin-left: 31%;
  margin-left: 0;
}
@media (max-width: 991px) {
  .cid-tJIWdXJDo1 .text-box {
    display: none;
  }
  .cid-tJIWdXJDo1 .mbr-section-title,
  .cid-tJIWdXJDo1 .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tJIWdXJDo1 .box {
    display: none;
  }
  .cid-tJIWdXJDo1 .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tJIWdXJDo1 .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJIWdXJDo1 .text-box {
    writing-mode: bt-rl;
  }
}
.cid-tJIWdXJDo1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJIWdXJDo1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJIWqbOKNV {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #003366;
}
.cid-tJIWqbOKNV .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tJIWqbOKNV .mbr-section-btn,
  .cid-tJIWqbOKNV .mbr-section-subtitle,
  .cid-tJIWqbOKNV .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tJIWqSkrDw {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/7-1920x800.jpg");
}
.cid-tJIWqSkrDw .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  writing-mode: vertical-rl;
}
.cid-tJIWqSkrDw .text-block {
  position: relative;
  z-index: 0;
}
.cid-tJIWqSkrDw .box {
  width: 25%;
  height: 40%;
  background: #e2f7df;
  position: absolute;
  top: 4%;
}
.cid-tJIWqSkrDw .box {
  left: 20%;
}
.cid-tJIWqSkrDw .text-box {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-tJIWqSkrDw .mbr-section-text,
.cid-tJIWqSkrDw .mbr-section-title {
  margin-left: 31%;
  margin-left: 0;
}
@media (max-width: 991px) {
  .cid-tJIWqSkrDw .text-box {
    display: none;
  }
  .cid-tJIWqSkrDw .mbr-section-title,
  .cid-tJIWqSkrDw .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tJIWqSkrDw .box {
    display: none;
  }
  .cid-tJIWqSkrDw .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tJIWqSkrDw .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJIWqSkrDw .text-box {
    writing-mode: bt-rl;
  }
}
.cid-tJIWqSkrDw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJIWqSkrDw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJIWJai6W4 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #003366;
}
.cid-tJIWJai6W4 .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tJIWJai6W4 .mbr-section-btn,
  .cid-tJIWJai6W4 .mbr-section-subtitle,
  .cid-tJIWJai6W4 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tJIWJKi344 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/10-1920x800.jpg");
}
.cid-tJIWJKi344 .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  writing-mode: vertical-rl;
}
.cid-tJIWJKi344 .text-block {
  position: relative;
  z-index: 0;
}
.cid-tJIWJKi344 .box {
  width: 25%;
  height: 40%;
  background: #e2f7df;
  position: absolute;
  top: 4%;
}
.cid-tJIWJKi344 .box {
  left: 20%;
}
.cid-tJIWJKi344 .text-box {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-tJIWJKi344 .mbr-section-text,
.cid-tJIWJKi344 .mbr-section-title {
  margin-left: 31%;
  margin-left: 0;
}
@media (max-width: 991px) {
  .cid-tJIWJKi344 .text-box {
    display: none;
  }
  .cid-tJIWJKi344 .mbr-section-title,
  .cid-tJIWJKi344 .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tJIWJKi344 .box {
    display: none;
  }
  .cid-tJIWJKi344 .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tJIWJKi344 .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJIWJKi344 .text-box {
    writing-mode: bt-rl;
  }
}
.cid-tJIWJKi344 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJIWJKi344 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJIX0PhCVm {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #003366;
}
.cid-tJIX0PhCVm .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tJIX0PhCVm .mbr-section-btn,
  .cid-tJIX0PhCVm .mbr-section-subtitle,
  .cid-tJIX0PhCVm .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tJIX1vtMsz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/9-1920x800.jpg");
}
.cid-tJIX1vtMsz .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  writing-mode: vertical-rl;
}
.cid-tJIX1vtMsz .text-block {
  position: relative;
  z-index: 0;
}
.cid-tJIX1vtMsz .box {
  width: 25%;
  height: 40%;
  background: #e2f7df;
  position: absolute;
  top: 4%;
}
.cid-tJIX1vtMsz .box {
  left: 20%;
}
.cid-tJIX1vtMsz .text-box {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-tJIX1vtMsz .mbr-section-text,
.cid-tJIX1vtMsz .mbr-section-title {
  margin-left: 31%;
  margin-left: 0;
}
@media (max-width: 991px) {
  .cid-tJIX1vtMsz .text-box {
    display: none;
  }
  .cid-tJIX1vtMsz .mbr-section-title,
  .cid-tJIX1vtMsz .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tJIX1vtMsz .box {
    display: none;
  }
  .cid-tJIX1vtMsz .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tJIX1vtMsz .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJIX1vtMsz .text-box {
    writing-mode: bt-rl;
  }
}
.cid-tJIX1vtMsz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJIX1vtMsz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJIXfMYCMO {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #003366;
}
.cid-tJIXfMYCMO .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tJIXfMYCMO .mbr-section-btn,
  .cid-tJIXfMYCMO .mbr-section-subtitle,
  .cid-tJIXfMYCMO .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tJIXgxIWIi {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/12-1920x800.jpg");
}
.cid-tJIXgxIWIi .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  writing-mode: vertical-rl;
}
.cid-tJIXgxIWIi .text-block {
  position: relative;
  z-index: 0;
}
.cid-tJIXgxIWIi .box {
  width: 25%;
  height: 40%;
  background: #e2f7df;
  position: absolute;
  top: 4%;
}
.cid-tJIXgxIWIi .box {
  left: 20%;
}
.cid-tJIXgxIWIi .text-box {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-tJIXgxIWIi .mbr-section-text,
.cid-tJIXgxIWIi .mbr-section-title {
  margin-left: 31%;
  margin-left: 0;
}
@media (max-width: 991px) {
  .cid-tJIXgxIWIi .text-box {
    display: none;
  }
  .cid-tJIXgxIWIi .mbr-section-title,
  .cid-tJIXgxIWIi .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tJIXgxIWIi .box {
    display: none;
  }
  .cid-tJIXgxIWIi .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tJIXgxIWIi .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJIXgxIWIi .text-box {
    writing-mode: bt-rl;
  }
}
.cid-tJIXgxIWIi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJIXgxIWIi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJIXyCzxee {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #003366;
}
.cid-tJIXyCzxee .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tJIXyCzxee .mbr-section-btn,
  .cid-tJIXyCzxee .mbr-section-subtitle,
  .cid-tJIXyCzxee .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tJIXzcBfvi {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/11-1920x800.jpg");
}
.cid-tJIXzcBfvi .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  writing-mode: vertical-rl;
}
.cid-tJIXzcBfvi .text-block {
  position: relative;
  z-index: 0;
}
.cid-tJIXzcBfvi .box {
  width: 25%;
  height: 40%;
  background: #e2f7df;
  position: absolute;
  top: 4%;
}
.cid-tJIXzcBfvi .box {
  left: 20%;
}
.cid-tJIXzcBfvi .text-box {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-tJIXzcBfvi .mbr-section-text,
.cid-tJIXzcBfvi .mbr-section-title {
  margin-left: 31%;
  margin-left: 0;
}
@media (max-width: 991px) {
  .cid-tJIXzcBfvi .text-box {
    display: none;
  }
  .cid-tJIXzcBfvi .mbr-section-title,
  .cid-tJIXzcBfvi .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tJIXzcBfvi .box {
    display: none;
  }
  .cid-tJIXzcBfvi .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tJIXzcBfvi .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJIXzcBfvi .text-box {
    writing-mode: bt-rl;
  }
}
.cid-tJIXzcBfvi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJIXzcBfvi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJIXPwwKXx {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #003366;
}
.cid-tJIXPwwKXx .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tJIXPwwKXx .mbr-section-btn,
  .cid-tJIXPwwKXx .mbr-section-subtitle,
  .cid-tJIXPwwKXx .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tJIXQczFLu {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/13-1920x800.jpg");
}
.cid-tJIXQczFLu .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  writing-mode: vertical-rl;
}
.cid-tJIXQczFLu .text-block {
  position: relative;
  z-index: 0;
}
.cid-tJIXQczFLu .box {
  width: 25%;
  height: 40%;
  background: #e2f7df;
  position: absolute;
  top: 4%;
}
.cid-tJIXQczFLu .box {
  left: 20%;
}
.cid-tJIXQczFLu .text-box {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-tJIXQczFLu .mbr-section-text,
.cid-tJIXQczFLu .mbr-section-title {
  margin-left: 31%;
  margin-left: 0;
}
@media (max-width: 991px) {
  .cid-tJIXQczFLu .text-box {
    display: none;
  }
  .cid-tJIXQczFLu .mbr-section-title,
  .cid-tJIXQczFLu .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tJIXQczFLu .box {
    display: none;
  }
  .cid-tJIXQczFLu .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tJIXQczFLu .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJIXQczFLu .text-box {
    writing-mode: bt-rl;
  }
}
.cid-tJIXQczFLu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJIXQczFLu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJIY2KNiET {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #003366;
}
.cid-tJIY2KNiET .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tJIY2KNiET .mbr-section-btn,
  .cid-tJIY2KNiET .mbr-section-subtitle,
  .cid-tJIY2KNiET .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tJIY3vnJLW {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/14-1920x800.jpeg");
}
.cid-tJIY3vnJLW .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  writing-mode: vertical-rl;
}
.cid-tJIY3vnJLW .text-block {
  position: relative;
  z-index: 0;
}
.cid-tJIY3vnJLW .box {
  width: 25%;
  height: 40%;
  background: #e2f7df;
  position: absolute;
  top: 4%;
}
.cid-tJIY3vnJLW .box {
  left: 20%;
}
.cid-tJIY3vnJLW .text-box {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-tJIY3vnJLW .mbr-section-text,
.cid-tJIY3vnJLW .mbr-section-title {
  margin-left: 31%;
  margin-left: 0;
}
@media (max-width: 991px) {
  .cid-tJIY3vnJLW .text-box {
    display: none;
  }
  .cid-tJIY3vnJLW .mbr-section-title,
  .cid-tJIY3vnJLW .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tJIY3vnJLW .box {
    display: none;
  }
  .cid-tJIY3vnJLW .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tJIY3vnJLW .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJIY3vnJLW .text-box {
    writing-mode: bt-rl;
  }
}
.cid-tJIY3vnJLW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJIY3vnJLW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJIYs1hVQg {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #003366;
}
.cid-tJIYs1hVQg .mbr-section-subtitle {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tJIYs1hVQg .mbr-section-btn,
  .cid-tJIYs1hVQg .mbr-section-subtitle,
  .cid-tJIYs1hVQg .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tJIYsA8JaM {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/15-1920x800.jpg");
}
.cid-tJIYsA8JaM .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  writing-mode: vertical-rl;
}
.cid-tJIYsA8JaM .text-block {
  position: relative;
  z-index: 0;
}
.cid-tJIYsA8JaM .box {
  width: 25%;
  height: 40%;
  background: #e2f7df;
  position: absolute;
  top: 4%;
}
.cid-tJIYsA8JaM .box {
  left: 20%;
}
.cid-tJIYsA8JaM .text-box {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-tJIYsA8JaM .mbr-section-text,
.cid-tJIYsA8JaM .mbr-section-title {
  margin-left: 31%;
  margin-left: 0;
}
@media (max-width: 991px) {
  .cid-tJIYsA8JaM .text-box {
    display: none;
  }
  .cid-tJIYsA8JaM .mbr-section-title,
  .cid-tJIYsA8JaM .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tJIYsA8JaM .box {
    display: none;
  }
  .cid-tJIYsA8JaM .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tJIYsA8JaM .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJIYsA8JaM .text-box {
    writing-mode: bt-rl;
  }
}
.cid-tJIYsA8JaM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJIYsA8JaM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-saLmNBjizJ {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-saLmNBjizJ .mbr-section-subtitle {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-saLmNBjizJ .mbr-section-btn,
  .cid-saLmNBjizJ .mbr-section-subtitle,
  .cid-saLmNBjizJ .mbr-section-title {
    text-align: center !important;
  }
}
.cid-saLmNBjizJ .mbr-section-title {
  color: #000000;
}
#instagram-feed-block-2n .inst__title {
  color: #ffffff;
}
.cid-saLmNDTgdV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #003366;
}
.cid-saLmNDTgdV .icons-block .mbr-iconfont {
  font-size: 1.5rem;
  color: #ffffff;
  opacity: .5;
}
.cid-saLmNDTgdV .icons-block .mbr-iconfont:hover {
  opacity: 1;
}
.cid-saLmNDTgdV .links-block ul li {
  margin: 0 1rem;
}
.cid-saLmNDTgdV .icons-block ul li {
  margin: 0 .5rem;
}
.cid-saLmNDTgdV .links-block ul,
.cid-saLmNDTgdV .icons-block ul {
  margin-bottom: 1.5rem;
}
.cid-tJISjLix98 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tJISjLix98 .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-tJISjLix98 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tJISjLix98 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tJISjLix98 .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-tJISjLix98 .logo-section img {
  width: auto;
}
.cid-tJISjLix98 .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #66458e;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-tJISjLix98 .icon-transition span:hover {
  background-color: #e96188;
}
.cid-tJISjLix98 .mbr-text {
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tJISjLix98 .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-tJISjLix98 .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-tJISjLix98 .mbr-text {
    margin-bottom: 1.5rem;
  }
}
