body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Roboto Slab', serif;
  font-size: 1.6rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-2 {
  font-family: 'Roboto Slab', serif;
  font-size: 2.6rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 0.6rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 0.96rem;
}
.display-5 {
  font-family: 'Roboto Slab', serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.48rem;
    font-size: calc( 0.86rem + (0.6 - 0.86) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.86rem + (0.6 - 0.86) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #2360a6 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #232323 !important;
}
.bg-danger {
  background-color: #ff0909 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2360a6 !important;
  border-color: #2360a6 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #163b67 !important;
  border-color: #163b67 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #163b67 !important;
  border-color: #163b67 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1341cc !important;
  border-color: #1341cc !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0c2b86 !important;
  border-color: #0c2b86 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0c2b86 !important;
  border-color: #0c2b86 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff0909 !important;
  border-color: #ff0909 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #bc0000 !important;
  border-color: #bc0000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #bc0000 !important;
  border-color: #bc0000 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #112f52;
  color: #112f52;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #2360a6;
  border-color: #2360a6;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2360a6 !important;
  border-color: #2360a6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #0a236f;
  color: #0a236f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #1341cc;
  border-color: #1341cc;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1341cc !important;
  border-color: #1341cc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #232323;
  border-color: #232323;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #a20000;
  color: #a20000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #ff0909;
  border-color: #ff0909;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0909 !important;
  border-color: #ff0909 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #2360a6 !important;
}
.text-secondary {
  color: #1341cc !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #232323 !important;
}
.text-danger {
  color: #ff0909 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #112f52 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0a236f !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #a20000 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #232323;
}
.alert-danger {
  background-color: #ff0909;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2360a6;
  border-color: #2360a6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #2360a6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #69a0df;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d5d5d5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffd5d5;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #2360a6;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #2360a6;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #2360a6;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2360a6;
  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: #2360a6;
  border-bottom-color: #2360a6;
}
.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: #2360a6 !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: #1341cc !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%232360a6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-rcjblHKUyz {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-rcjblHKUyz .image-block {
  margin: auto;
}
.cid-rcjblHKUyz .mbr-figure {
  margin: 0 auto;
}
.cid-rcjblHKUyz figcaption {
  position: relative;
}
.cid-rcjblHKUyz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rcjblHKUyz .image-block {
    width: 100% !important;
  }
}
.cid-qQ1oqfIV4Q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2360a6;
}
.cid-rdUDWsQOHy {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rdUDWsQOHy .mbr-text,
.cid-rdUDWsQOHy .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-rdUDWsQOHy H1 {
  color: #2360a6;
  text-align: center;
}
.cid-rdUEwelvUG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rdUEwelvUG .mbr-text,
.cid-rdUEwelvUG .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-rdUEwelvUG H1 {
  color: #2360a6;
  text-align: center;
}
.cid-rdUEDVMf7m {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rdUEDVMf7m .mbr-text,
.cid-rdUEDVMf7m .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-rdUEDVMf7m H1 {
  color: #2360a6;
  text-align: center;
}
.cid-rdUGKLSE4o {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rdUB4NBJB6 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-r9LLvThbav {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2c5585;
}
.cid-rdUP4iBWdd {
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #2c5585, #2c5585);
}
.cid-rdUP4iBWdd .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
}
.cid-rdUP4iBWdd .social-list a:focus {
  text-decoration: none;
}
.cid-rcjbph7GFy {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-rcjbph7GFy .image-block {
  margin: auto;
}
.cid-rcjbph7GFy .mbr-figure {
  margin: 0 auto;
}
.cid-rcjbph7GFy figcaption {
  position: relative;
}
.cid-rcjbph7GFy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rcjbph7GFy .image-block {
    width: 100% !important;
  }
}
.cid-r9LMpziRDB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2360a6;
}
.cid-rcjTgaE50o {
  background: #ffffff;
}
.cid-rcjTgaE50o .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rcjTgaE50o figcaption {
  position: relative;
}
.cid-rcjTgaE50o figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rcjTgaE50o .image-block {
    width: 100% !important;
  }
}
.cid-r9LMpA9BaV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2c5585;
}
.cid-rdUNZcjfg6 {
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #2c5585, #2c5585);
}
.cid-rdUNZcjfg6 .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
}
.cid-rdUNZcjfg6 .social-list a:focus {
  text-decoration: none;
}
.cid-rcjaONnBol {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-rcjaONnBol .image-block {
  margin: auto;
}
.cid-rcjaONnBol .mbr-figure {
  margin: 0 auto;
}
.cid-rcjaONnBol figcaption {
  position: relative;
}
.cid-rcjaONnBol figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rcjaONnBol .image-block {
    width: 100% !important;
  }
}
.cid-r9LMntoPEb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2360a6;
}
.cid-rckbkCpOMx {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rckbkCpOMx .mbr-section-subtitle {
  color: #2e2e2e;
  text-align: center;
}
.cid-rckbkCpOMx H2 {
  color: #2360a6;
  text-align: left;
}
.cid-rckbkCpOMx .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-rckbkCpOMx DIV {
  text-align: left;
}
.cid-rckb73dNww {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rckb73dNww .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-rckb73dNww .mbr-text DIV {
  color: #232323;
  text-align: center;
}
.cid-rckcdbqKPh {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-r9LMnukBb6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2c5585;
}
.cid-rdUP6c9pkP {
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #2c5585, #2c5585);
}
.cid-rdUP6c9pkP .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
}
.cid-rdUP6c9pkP .social-list a:focus {
  text-decoration: none;
}
.cid-rcjbseHpxV {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-rcjbseHpxV .image-block {
  margin: auto;
}
.cid-rcjbseHpxV .mbr-figure {
  margin: 0 auto;
}
.cid-rcjbseHpxV figcaption {
  position: relative;
}
.cid-rcjbseHpxV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rcjbseHpxV .image-block {
    width: 100% !important;
  }
}
.cid-r9LMkLWxtI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2360a6;
}
.cid-rck7B4AgjM {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rck7B4AgjM .mbr-section-subtitle {
  color: #ff0909;
}
.cid-rck7B4AgjM DIV {
  color: #2360a6;
}
.cid-slIklknr2V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uIsRiqN4UW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uIsRjOxXGe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u40fTqrQfX {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uMHCdy4QS7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uMHCdy4QS7 .mbr-section-subtitle {
  color: #767676;
}
.cid-uMHCdy4QS7 H2 {
  text-align: left;
  color: #2360a6;
}
.cid-uMHCy4RvQE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uMHCy4RvQE .mbr-section-subtitle {
  color: #2360a6;
  text-align: left;
}
.cid-uMHCy4RvQE H2 {
  color: #2360a6;
  text-align: left;
}
.cid-uMHBZ4gsv8 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uMHBZ4gsv8 .mbr-section-subtitle {
  color: #2360a6;
  text-align: left;
}
.cid-uMHBZ4gsv8 H2 {
  color: #2360a6;
  text-align: left;
}
.cid-rhpIU9EQmj {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rjzlWAuiiG {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-r9LMkMO6SS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2c5585;
}
.cid-rdUP1sqvdI {
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #2c5585, #2c5585);
}
.cid-rdUP1sqvdI .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
}
.cid-rdUP1sqvdI .social-list a:focus {
  text-decoration: none;
}
.cid-rSDPxxTWE3 {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-rSDPxxTWE3 .image-block {
  margin: auto;
}
.cid-rSDPxxTWE3 .mbr-figure {
  margin: 0 auto;
}
.cid-rSDPxxTWE3 figcaption {
  position: relative;
}
.cid-rSDPxxTWE3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSDPxxTWE3 .image-block {
    width: 100% !important;
  }
}
.cid-rSDPxyiBc2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2360a6;
}
.cid-rSDPxyLqH9 {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSDPxyLqH9 .mbr-section-subtitle {
  color: #ff0909;
}
.cid-rSDPxyLqH9 DIV {
  color: #2360a6;
}
.cid-rSDPxz6soZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSDPxzkkdS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSDPQLswoK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSDPRoWyZ7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSDPS4UN0c {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSDPSDqJR6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSDPTiVnfW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSDQAANCvH {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-slIiaE4W6C {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-slIicv1Crg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-slIiex2sIc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-slIiskBimu {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-slIiq3lYzD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-slIiuFxULb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-slIivFkRBR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-slIiwufflG {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sVlc8PzZ0a {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sVlbPpEFaG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sVlbQ7XsCC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sVlbRprFzU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sVlbRU8ZxP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sVlbSpVPoS {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tsmPZTPsg1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsmQkanhF2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsmQ34tjBC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsmQ3EcWOn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsmQ4aeJ1V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsmQ4GOJRV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsmQ5cQXoU {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-u1mfeYue6C {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u1mffweZg5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u1mfhtvDeH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u1mfi3l1rU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u1mfiGH8lG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u1mfjGHC9a {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u1mfkbClI3 {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tsmPYXY0Gt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uzcYvsvART {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uzcYNKbnmi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uzcYOoL9GR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uzcYP1mIre {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uzcYPBhk9o {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rSDPxAWFVL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2c5585;
}
.cid-rSDPxBrRfp {
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #2c5585, #2c5585);
}
.cid-rSDPxBrRfp .mbr-iconfont-social {
  font-size: 32px;
  color: #ffffff;
}
.cid-rSDPxBrRfp .social-list a:focus {
  text-decoration: none;
}
