@import url(https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i);



body {
  font-style: normal;
  line-height: 1.5;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.display-1 {
  font-family: 'IMMORTAL';
  font-size: 1.6rem;
}
.display-1 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-2 {
  font-family: 'IMMORTAL';
  font-size: 1.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 0.8rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.28rem;
}
/* ---- 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: 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))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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))));
  }
}
/* Buttons */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #2c567e !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2c567e !important;
  border-color: #2c567e !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #182f45 !important;
  border-color: #182f45 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #182f45 !important;
  border-color: #182f45 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #122232;
  color: #122232;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #2c567e;
  border-color: #2c567e;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2c567e !important;
  border-color: #2c567e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #2c567e !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #122232 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2c567e;
  border-color: #2c567e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #2c567e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #6296c8;
}
.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: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
  -webkit-transform: rotate(45deg);
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'Rubik', sans-serif;
  font-size: 0.8rem;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-control > .mbr-iconfont {
  font-size: 1.28rem;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #2c567e;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #2c567e;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #2c567e;
}
.btn-social + .btn {
  margin-left: .1rem;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #2c567e;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #2c567e;
}
.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;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}
.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}
@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}
.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
}
.navbar-toggleable-xl .navbar-toggler {
  display: none;
}
.card-img {
  width: auto;
}
.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.dropup .dropdown-toggle::after {
  display: none;
}
@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: #2c567e;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: contrast(currentColor, #000000, #ffffff, 30%);
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #2c567e;
}
.cid-r3WDLQ99LZ .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-r3WDLQ99LZ .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-r3WDLQ99LZ a {
  font-style: normal;
}
.cid-r3WDLQ99LZ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-r3WDLQ99LZ .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-r3WDLQ99LZ .nav-item:focus,
.cid-r3WDLQ99LZ .nav-link:focus {
  outline: none;
}
.cid-r3WDLQ99LZ .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-r3WDLQ99LZ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r3WDLQ99LZ .menu-logo {
  margin-right: auto;
}
.cid-r3WDLQ99LZ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-r3WDLQ99LZ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-r3WDLQ99LZ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-r3WDLQ99LZ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-r3WDLQ99LZ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-r3WDLQ99LZ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-r3WDLQ99LZ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-r3WDLQ99LZ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-r3WDLQ99LZ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-r3WDLQ99LZ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-r3WDLQ99LZ .dropdown .dropdown-menu {
  background: #333333;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-r3WDLQ99LZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-r3WDLQ99LZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-r3WDLQ99LZ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-r3WDLQ99LZ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-r3WDLQ99LZ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-r3WDLQ99LZ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-r3WDLQ99LZ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-r3WDLQ99LZ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-r3WDLQ99LZ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-r3WDLQ99LZ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-r3WDLQ99LZ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-r3WDLQ99LZ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-r3WDLQ99LZ button.navbar-toggler:focus {
  outline: none;
}
.cid-r3WDLQ99LZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-r3WDLQ99LZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-r3WDLQ99LZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-r3WDLQ99LZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-r3WDLQ99LZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-r3WDLQ99LZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r3WDLQ99LZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-r3WDLQ99LZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-r3WDLQ99LZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r3WDLQ99LZ .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-r3WDLQ99LZ .collapsed .btn {
  display: flex;
}
.cid-r3WDLQ99LZ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-r3WDLQ99LZ .collapsed .navbar-collapse.collapsing,
.cid-r3WDLQ99LZ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-r3WDLQ99LZ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-r3WDLQ99LZ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-r3WDLQ99LZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-r3WDLQ99LZ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-r3WDLQ99LZ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-r3WDLQ99LZ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-r3WDLQ99LZ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-r3WDLQ99LZ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-r3WDLQ99LZ .collapsed button.navbar-toggler {
  display: block;
}
.cid-r3WDLQ99LZ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-r3WDLQ99LZ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-r3WDLQ99LZ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-r3WDLQ99LZ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-r3WDLQ99LZ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-r3WDLQ99LZ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-r3WDLQ99LZ .navbar-expand {
    flex-direction: column;
  }
  .cid-r3WDLQ99LZ img {
    height: 3.8rem !important;
  }
  .cid-r3WDLQ99LZ .btn {
    display: flex;
  }
  .cid-r3WDLQ99LZ button.navbar-toggler {
    display: block;
  }
  .cid-r3WDLQ99LZ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-r3WDLQ99LZ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-r3WDLQ99LZ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-r3WDLQ99LZ .navbar-collapse.collapsing,
  .cid-r3WDLQ99LZ .navbar-collapse.show {
    display: block !important;
  }
  .cid-r3WDLQ99LZ .navbar-collapse.collapsing .navbar-nav,
  .cid-r3WDLQ99LZ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-r3WDLQ99LZ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-r3WDLQ99LZ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-r3WDLQ99LZ .navbar-collapse.collapsing .navbar-buttons,
  .cid-r3WDLQ99LZ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-r3WDLQ99LZ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-r3WDLQ99LZ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-r3WDLQ99LZ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-r3WDLQ99LZ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-r3WDLQ99LZ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-r3WDLQ99LZ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-r3WDLQ99LZ .menu-logo {
    flex-shrink: 0;
  }
}
.cid-r3WDLQ99LZ .navbar-collapse {
  flex-basis: auto;
}
.cid-r3WDLQ99LZ .nav-link:hover,
.cid-r3WDLQ99LZ .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-r4Ta2g8Man {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/instant-background-1000x667.jpg");
}
.cid-r4Ta2g8Man .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-r4Ta2g8Man .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-r4Ta2g8Man .mbr-figure img {
    width: 100% !important;
  }
}
.cid-r4Ta2g8Man H1 {
  color: #2c567e;
}
.cid-r4Ta2g8Man .mbr-text,
.cid-r4Ta2g8Man .mbr-section-btn {
  color: #2c567e;
}
.cid-rjLMT2aCfn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rjLMT2aCfn .mbr-section-subtitle {
  color: #767676;
}
.cid-rlRfXCwbUi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rlRfXCwbUi .mbr-section-btn > * {
  margin: 0;
}
.cid-rlRfXCwbUi h4 {
  font-weight: 500;
}
.cid-rlRfXCwbUi p {
  color: #232323;
}
.cid-rlRfXCwbUi .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rlRfXCwbUi .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rlRfXCwbUi .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rlRfXCwbUi .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rlRfXCwbUi .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rlRfXCwbUi .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rlRfXCwbUi .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rlRfXCwbUi .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rlRfXCwbUi .card-img span {
    font-size: 40px !important;
  }
}
.cid-rlRfXCwbUi .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rlRfXCwbUi .text2,
.cid-rlRfXCwbUi .mbr-section-btn {
  text-align: center;
  color: #2c567e;
}
.cid-rlRfXCwbUi H2 {
  text-align: center;
  color: #2c567e;
}
.cid-rlRfXCwbUi .text1 {
  text-align: center;
  color: #2c567e;
}
.cid-r7lclfn6G6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r7lclfn6G6 .mbr-section-subtitle {
  color: #2c567e;
}
.cid-r7lclfn6G6 B {
  color: #2c567e;
}
.cid-r4Tc52OoEW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-r4Tc52OoEW .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-r4Tc52OoEW .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-r4Tc52OoEW .mbr-text {
    text-align: center;
  }
}
.cid-r4Tc52OoEW H1 {
  color: #2366e6;
  text-align: center;
}
.cid-r4Tc52OoEW .mbr-text,
.cid-r4Tc52OoEW .mbr-section-btn {
  text-align: center;
  color: #2c567e;
}
.cid-r4Tc52OoEW B {
  color: #2c567e;
}
.cid-r7kKneAS6C {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r7kKneAS6C .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-r7kKneAS6C .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-r7kKneAS6C .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-r7kKneAS6C .mbr-text {
    text-align: center;
  }
}
.cid-r7kKneAS6C H1 {
  color: #149dcc;
  text-align: center;
}
.cid-r7kKneAS6C .mbr-text,
.cid-r7kKneAS6C .mbr-section-btn {
  color: #2c567e;
  text-align: center;
}
.cid-r7kKneAS6C B {
  color: #149dcc;
}
.cid-r7kKneAS6C I {
  color: #2c567e;
}
.cid-rjXheA5eUo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rjXheA5eUo .mbr-section-subtitle {
  color: #767676;
}
.cid-rjXheA5eUo H2 {
  color: #2c567e;
}
.cid-rkwVikrZSl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rkwVikrZSl .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rkwVikrZSl .section-text {
  padding: 2rem 0;
}
.cid-rkwVikrZSl .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rkwVikrZSl .inner-container {
    width: 100% !important;
  }
}
.cid-rkxkFa176O {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rkxkFa176O .mbr-section-subtitle {
  color: #767676;
}
.cid-rkxkFa176O H2 {
  color: #2c567e;
}
.cid-rkxkPl2Df9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rkxkPl2Df9 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rkxkPl2Df9 .section-text {
  padding: 2rem 0;
}
.cid-rkxkPl2Df9 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rkxkPl2Df9 .inner-container {
    width: 100% !important;
  }
}
.cid-rkwVu2MFhl {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rkwVu2MFhl .mbr-section-subtitle {
  color: #767676;
}
.cid-rkwVu2MFhl H2 {
  color: #2c567e;
}
.cid-rkxqy8vYhj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rkxqy8vYhj .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rkxqy8vYhj .section-text {
  padding: 2rem 0;
}
.cid-rkxqy8vYhj .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rkxqy8vYhj .inner-container {
    width: 100% !important;
  }
}
.cid-r4TcpeNL7d {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-r4TcpeNL7d h3 {
  text-align: center;
  font-weight: 300;
}
.cid-r4TcpeNL7d .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-r4TcpeNL7d .mbr-section-subtitle {
  color: #767676;
}
.cid-r4TcpeNL7d .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-r4TcpeNL7d ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-r4TcpeNL7d path {
  stroke: #2c567e;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-r4TcpeNL7d .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-r4TcpeNL7d .mbr-section-title {
  color: #149dcc;
}
.cid-r4TcpeNL7d H4 {
  color: #2c567e;
}
.cid-r4TcpeNL7d .mbr-section-title B {
  color: #2c567e;
}
.cid-r4TgZxNqfv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r4TgZxNqfv .mbr-section-subtitle {
  color: #767676;
}
.cid-r4TgZxNqfv H2 {
  color: #149dcc;
}
.cid-r4TgZxNqfv B {
  color: #2c567e;
}
.cid-r4TgXA7AKR {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-r4TgXA7AKR .counter-container {
  color: #767676;
}
.cid-r4TgXA7AKR .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-r4TgXA7AKR .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-r4TgXA7AKR .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
}
.cid-r4TgXA7AKR .counter-container ol li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #2c567e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-r4TgXA7AKR .mbr-text LI {
  color: #2c567e;
}
.cid-r4ThXNcHNs {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r4ThXNcHNs .mbr-section-subtitle {
  color: #767676;
}
.cid-r4ThXNcHNs H2 {
  color: #2c567e;
}
.cid-r4ThXNcHNs B {
  color: #2c567e;
}
.cid-r4Ti6oqNHr {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-r4Ti6oqNHr .mbr-text,
.cid-r4Ti6oqNHr blockquote {
  color: #767676;
}
.cid-r4Ti6oqNHr .mbr-text {
  text-align: center;
}
.cid-r4Ti6oqNHr .mbr-text DIV {
  color: #2c567e;
}
.cid-r4Ti6oqNHr .mbr-text I {
  color: #2c567e;
}
.cid-rnsylK1qeP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rnsylK1qeP .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rnsylK1qeP .carousel-item.active,
.cid-rnsylK1qeP .carousel-item-next,
.cid-rnsylK1qeP .carousel-item-prev {
  display: flex;
}
.cid-rnsylK1qeP .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
}
.cid-rnsylK1qeP .carousel-controls a span {
  position: absolute;
  top: 180px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
  opacity: .5;
}
.cid-rnsylK1qeP .carousel-controls a:hover span {
  opacity: 1;
}
.cid-rnsylK1qeP .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-rnsylK1qeP .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-rnsylK1qeP .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-r4TjdrGaq8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
}
.cid-r3WDLQ99LZ .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-r3WDLQ99LZ .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-r3WDLQ99LZ a {
  font-style: normal;
}
.cid-r3WDLQ99LZ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-r3WDLQ99LZ .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-r3WDLQ99LZ .nav-item:focus,
.cid-r3WDLQ99LZ .nav-link:focus {
  outline: none;
}
.cid-r3WDLQ99LZ .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-r3WDLQ99LZ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r3WDLQ99LZ .menu-logo {
  margin-right: auto;
}
.cid-r3WDLQ99LZ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-r3WDLQ99LZ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-r3WDLQ99LZ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-r3WDLQ99LZ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-r3WDLQ99LZ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-r3WDLQ99LZ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-r3WDLQ99LZ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-r3WDLQ99LZ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-r3WDLQ99LZ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-r3WDLQ99LZ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-r3WDLQ99LZ .dropdown .dropdown-menu {
  background: #333333;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-r3WDLQ99LZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-r3WDLQ99LZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-r3WDLQ99LZ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-r3WDLQ99LZ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-r3WDLQ99LZ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-r3WDLQ99LZ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-r3WDLQ99LZ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-r3WDLQ99LZ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-r3WDLQ99LZ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-r3WDLQ99LZ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-r3WDLQ99LZ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-r3WDLQ99LZ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-r3WDLQ99LZ button.navbar-toggler:focus {
  outline: none;
}
.cid-r3WDLQ99LZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-r3WDLQ99LZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-r3WDLQ99LZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-r3WDLQ99LZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-r3WDLQ99LZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-r3WDLQ99LZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r3WDLQ99LZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-r3WDLQ99LZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-r3WDLQ99LZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r3WDLQ99LZ .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-r3WDLQ99LZ .collapsed .btn {
  display: flex;
}
.cid-r3WDLQ99LZ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-r3WDLQ99LZ .collapsed .navbar-collapse.collapsing,
.cid-r3WDLQ99LZ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-r3WDLQ99LZ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-r3WDLQ99LZ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-r3WDLQ99LZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-r3WDLQ99LZ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-r3WDLQ99LZ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-r3WDLQ99LZ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-r3WDLQ99LZ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-r3WDLQ99LZ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-r3WDLQ99LZ .collapsed button.navbar-toggler {
  display: block;
}
.cid-r3WDLQ99LZ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-r3WDLQ99LZ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-r3WDLQ99LZ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-r3WDLQ99LZ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-r3WDLQ99LZ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-r3WDLQ99LZ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-r3WDLQ99LZ .navbar-expand {
    flex-direction: column;
  }
  .cid-r3WDLQ99LZ img {
    height: 3.8rem !important;
  }
  .cid-r3WDLQ99LZ .btn {
    display: flex;
  }
  .cid-r3WDLQ99LZ button.navbar-toggler {
    display: block;
  }
  .cid-r3WDLQ99LZ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-r3WDLQ99LZ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-r3WDLQ99LZ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-r3WDLQ99LZ .navbar-collapse.collapsing,
  .cid-r3WDLQ99LZ .navbar-collapse.show {
    display: block !important;
  }
  .cid-r3WDLQ99LZ .navbar-collapse.collapsing .navbar-nav,
  .cid-r3WDLQ99LZ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-r3WDLQ99LZ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-r3WDLQ99LZ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-r3WDLQ99LZ .navbar-collapse.collapsing .navbar-buttons,
  .cid-r3WDLQ99LZ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-r3WDLQ99LZ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-r3WDLQ99LZ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-r3WDLQ99LZ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-r3WDLQ99LZ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-r3WDLQ99LZ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-r3WDLQ99LZ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-r3WDLQ99LZ .menu-logo {
    flex-shrink: 0;
  }
}
.cid-r3WDLQ99LZ .navbar-collapse {
  flex-basis: auto;
}
.cid-r3WDLQ99LZ .nav-link:hover,
.cid-r3WDLQ99LZ .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rlWOd8B5dJ {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background-1000x719.jpg");
}
.cid-rlWOd8B5dJ .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rlWOd8B5dJ .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rlWOd8B5dJ .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rlWWgdLOm4 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rlWWgdLOm4 .mbr-section-subtitle {
  color: #2c567e;
}
.cid-rlWWgdLOm4 H2 {
  color: #2c567e;
}
.cid-rlXDhqVuT3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rlXDhqVuT3 .counter-container {
  color: #767676;
}
.cid-rlXDhqVuT3 .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-rlXDhqVuT3 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-rlXDhqVuT3 .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
}
.cid-rlXDhqVuT3 .counter-container ol li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #2c567e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-rlXDhqVuT3 .mbr-text B {
  color: #2c567e;
}
.cid-rlXDhqVuT3 .mbr-text LI {
  color: #000000;
}
.cid-rlXCLZ2ORN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rlXCLZ2ORN .mbr-section-btn > * {
  margin: 0;
}
.cid-rlXCLZ2ORN h4 {
  font-weight: 500;
}
.cid-rlXCLZ2ORN p {
  color: #232323;
}
.cid-rlXCLZ2ORN .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rlXCLZ2ORN .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rlXCLZ2ORN .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rlXCLZ2ORN .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rlXCLZ2ORN .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rlXCLZ2ORN .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rlXCLZ2ORN .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rlXCLZ2ORN .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rlXCLZ2ORN .card-img span {
    font-size: 40px !important;
  }
}
.cid-rlXCLZ2ORN .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rlXCLZ2ORN H2 {
  text-align: center;
}
.cid-rlXCLZ2ORN .text1 {
  text-align: center;
  color: #c30000;
}
.cid-rlXCLZ2ORN .text2,
.cid-rlXCLZ2ORN .mbr-section-btn {
  text-align: center;
}
.cid-rlXCLZ2ORN B {
  color: #2c567e;
}
.cid-rm2xrZNBXE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rm2xrZNBXE .mbr-section-btn > * {
  margin: 0;
}
.cid-rm2xrZNBXE h4 {
  font-weight: 500;
}
.cid-rm2xrZNBXE p {
  color: #232323;
}
.cid-rm2xrZNBXE .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rm2xrZNBXE .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rm2xrZNBXE .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rm2xrZNBXE .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rm2xrZNBXE .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rm2xrZNBXE .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rm2xrZNBXE .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rm2xrZNBXE .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rm2xrZNBXE .card-img span {
    font-size: 40px !important;
  }
}
.cid-rm2xrZNBXE .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rm2xrZNBXE H2 {
  text-align: center;
}
.cid-rm2xrZNBXE .text1 {
  text-align: center;
  color: #c30000;
}
.cid-rm2xrZNBXE .text2,
.cid-rm2xrZNBXE .mbr-section-btn {
  text-align: center;
}
.cid-rm2xrZNBXE B {
  color: #2c567e;
}
.cid-rm2JQUsS7M {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rm2JQUsS7M .mbr-section-btn > * {
  margin: 0;
}
.cid-rm2JQUsS7M h4 {
  font-weight: 500;
}
.cid-rm2JQUsS7M p {
  color: #232323;
}
.cid-rm2JQUsS7M .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rm2JQUsS7M .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rm2JQUsS7M .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rm2JQUsS7M .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rm2JQUsS7M .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rm2JQUsS7M .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rm2JQUsS7M .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rm2JQUsS7M .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rm2JQUsS7M .card-img span {
    font-size: 40px !important;
  }
}
.cid-rm2JQUsS7M .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rm2JQUsS7M H2 {
  text-align: center;
}
.cid-rm2JQUsS7M .text1 {
  text-align: center;
}
.cid-rm2JQUsS7M .text2,
.cid-rm2JQUsS7M .mbr-section-btn {
  text-align: center;
}
.cid-rm2JQUsS7M B {
  color: #2c567e;
}
.cid-rmmAOHiXbB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rmmAOHiXbB .mbr-section-btn > * {
  margin: 0;
}
.cid-rmmAOHiXbB h4 {
  font-weight: 500;
}
.cid-rmmAOHiXbB p {
  color: #232323;
}
.cid-rmmAOHiXbB .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rmmAOHiXbB .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rmmAOHiXbB .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rmmAOHiXbB .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rmmAOHiXbB .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rmmAOHiXbB .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rmmAOHiXbB .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rmmAOHiXbB .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rmmAOHiXbB .card-img span {
    font-size: 40px !important;
  }
}
.cid-rmmAOHiXbB .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rmmAOHiXbB H2 {
  text-align: center;
}
.cid-rmmAOHiXbB B {
  color: #2c567e;
}
.cid-rmmAOHiXbB .text1 {
  text-align: center;
}
.cid-rmmAOHiXbB .text2,
.cid-rmmAOHiXbB .mbr-section-btn {
  text-align: center;
}
.cid-rmmCx8yAVm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rmmCx8yAVm .mbr-section-btn > * {
  margin: 0;
}
.cid-rmmCx8yAVm h4 {
  font-weight: 500;
}
.cid-rmmCx8yAVm p {
  color: #232323;
}
.cid-rmmCx8yAVm .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rmmCx8yAVm .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rmmCx8yAVm .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rmmCx8yAVm .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rmmCx8yAVm .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rmmCx8yAVm .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rmmCx8yAVm .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rmmCx8yAVm .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rmmCx8yAVm .card-img span {
    font-size: 40px !important;
  }
}
.cid-rmmCx8yAVm .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rmmCx8yAVm H2 {
  text-align: center;
}
.cid-rmmCx8yAVm .text1 {
  text-align: center;
}
.cid-rmmCx8yAVm .text2,
.cid-rmmCx8yAVm .mbr-section-btn {
  text-align: center;
}
.cid-rmmCx8yAVm B {
  color: #2c567e;
}
.cid-rmmDg00O7z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
}
.cid-r3WDLQ99LZ .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-r3WDLQ99LZ .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-r3WDLQ99LZ a {
  font-style: normal;
}
.cid-r3WDLQ99LZ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-r3WDLQ99LZ .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-r3WDLQ99LZ .nav-item:focus,
.cid-r3WDLQ99LZ .nav-link:focus {
  outline: none;
}
.cid-r3WDLQ99LZ .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-r3WDLQ99LZ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r3WDLQ99LZ .menu-logo {
  margin-right: auto;
}
.cid-r3WDLQ99LZ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-r3WDLQ99LZ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-r3WDLQ99LZ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-r3WDLQ99LZ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-r3WDLQ99LZ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-r3WDLQ99LZ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-r3WDLQ99LZ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-r3WDLQ99LZ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-r3WDLQ99LZ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-r3WDLQ99LZ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-r3WDLQ99LZ .dropdown .dropdown-menu {
  background: #333333;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-r3WDLQ99LZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-r3WDLQ99LZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-r3WDLQ99LZ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-r3WDLQ99LZ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-r3WDLQ99LZ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-r3WDLQ99LZ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-r3WDLQ99LZ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-r3WDLQ99LZ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-r3WDLQ99LZ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-r3WDLQ99LZ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-r3WDLQ99LZ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-r3WDLQ99LZ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-r3WDLQ99LZ button.navbar-toggler:focus {
  outline: none;
}
.cid-r3WDLQ99LZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-r3WDLQ99LZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-r3WDLQ99LZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-r3WDLQ99LZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-r3WDLQ99LZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-r3WDLQ99LZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r3WDLQ99LZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-r3WDLQ99LZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-r3WDLQ99LZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r3WDLQ99LZ .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-r3WDLQ99LZ .collapsed .btn {
  display: flex;
}
.cid-r3WDLQ99LZ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-r3WDLQ99LZ .collapsed .navbar-collapse.collapsing,
.cid-r3WDLQ99LZ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-r3WDLQ99LZ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-r3WDLQ99LZ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-r3WDLQ99LZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-r3WDLQ99LZ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-r3WDLQ99LZ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-r3WDLQ99LZ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-r3WDLQ99LZ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-r3WDLQ99LZ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-r3WDLQ99LZ .collapsed button.navbar-toggler {
  display: block;
}
.cid-r3WDLQ99LZ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-r3WDLQ99LZ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-r3WDLQ99LZ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-r3WDLQ99LZ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-r3WDLQ99LZ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-r3WDLQ99LZ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-r3WDLQ99LZ .navbar-expand {
    flex-direction: column;
  }
  .cid-r3WDLQ99LZ img {
    height: 3.8rem !important;
  }
  .cid-r3WDLQ99LZ .btn {
    display: flex;
  }
  .cid-r3WDLQ99LZ button.navbar-toggler {
    display: block;
  }
  .cid-r3WDLQ99LZ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-r3WDLQ99LZ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-r3WDLQ99LZ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-r3WDLQ99LZ .navbar-collapse.collapsing,
  .cid-r3WDLQ99LZ .navbar-collapse.show {
    display: block !important;
  }
  .cid-r3WDLQ99LZ .navbar-collapse.collapsing .navbar-nav,
  .cid-r3WDLQ99LZ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-r3WDLQ99LZ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-r3WDLQ99LZ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-r3WDLQ99LZ .navbar-collapse.collapsing .navbar-buttons,
  .cid-r3WDLQ99LZ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-r3WDLQ99LZ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-r3WDLQ99LZ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-r3WDLQ99LZ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-r3WDLQ99LZ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-r3WDLQ99LZ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-r3WDLQ99LZ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-r3WDLQ99LZ .menu-logo {
    flex-shrink: 0;
  }
}
.cid-r3WDLQ99LZ .navbar-collapse {
  flex-basis: auto;
}
.cid-r3WDLQ99LZ .nav-link:hover,
.cid-r3WDLQ99LZ .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rjXgDrE1bb {
  padding-top: 0px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background-1000x520.jpg");
}
.cid-rjXgDrE1bb .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rjXgDrE1bb .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rjXgDrE1bb .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rjXgDrE1bb H1 {
  color: #ffffff;
}
.cid-rjXgDrE1bb .mbr-text,
.cid-rjXgDrE1bb .mbr-section-btn {
  color: #ffffff;
}
.cid-rkrume2cjm {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rkrume2cjm .mbr-section-subtitle {
  color: #232323;
}
.cid-rkrume2cjm H2 {
  color: #f72323;
}
.cid-rlRBATwxKf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rlRBATwxKf .mbr-section-btn > * {
  margin: 0;
}
.cid-rlRBATwxKf h4 {
  font-weight: 500;
}
.cid-rlRBATwxKf p {
  color: #232323;
}
.cid-rlRBATwxKf .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rlRBATwxKf .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rlRBATwxKf .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rlRBATwxKf .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rlRBATwxKf .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rlRBATwxKf .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rlRBATwxKf .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rlRBATwxKf .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rlRBATwxKf .card-img span {
    font-size: 40px !important;
  }
}
.cid-rlRBATwxKf .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rlRBATwxKf .text2,
.cid-rlRBATwxKf .mbr-section-btn {
  text-align: center;
}
.cid-rlRBATwxKf H2 {
  text-align: center;
  color: #2c567e;
}
.cid-rlRBATwxKf .text1 {
  text-align: center;
}
.cid-rlRBATwxKf .text1 B {
  color: #2c567e;
}
.cid-rkr4o4RQGS {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rkr4o4RQGS .mbr-section-subtitle {
  color: #767676;
}
.cid-rkr4o4RQGS H2 {
  color: #2c567e;
}
.cid-rkJeMA6x4H {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rkJeMA6x4H .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rkJeMA6x4H .section-text {
  padding: 2rem 0;
}
.cid-rkJeMA6x4H .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rkJeMA6x4H .inner-container {
    width: 100% !important;
  }
}
.cid-rkJus2RaJN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rkJus2RaJN .mbr-section-subtitle {
  color: #767676;
}
.cid-rkJus2RaJN H2 {
  color: #2c567e;
}
.cid-rkJuH5Sz3k {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rkJuH5Sz3k .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rkJuH5Sz3k .section-text {
  padding: 2rem 0;
}
.cid-rkJuH5Sz3k .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rkJuH5Sz3k .inner-container {
    width: 100% !important;
  }
}
.cid-rjXLiXoHs1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rjXLiXoHs1 .mbr-section-subtitle {
  color: #767676;
}
.cid-rjXLiXoHs1 H2 {
  color: #2c567e;
}
.cid-rkLMbkzlDJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rkLMbkzlDJ .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rkLMbkzlDJ .section-text {
  padding: 2rem 0;
}
.cid-rkLMbkzlDJ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rkLMbkzlDJ .inner-container {
    width: 100% !important;
  }
}
.cid-rkLReNwul7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rkLReNwul7 .mbr-section-subtitle {
  color: #767676;
}
.cid-rkLReNwul7 H2 {
  color: #2c567e;
}
.cid-rkLRuQyFDz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rkLRuQyFDz .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rkLRuQyFDz .section-text {
  padding: 2rem 0;
}
.cid-rkLRuQyFDz .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rkLRuQyFDz .inner-container {
    width: 100% !important;
  }
}
.cid-rjXRt8XZIB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rjXRt8XZIB .mbr-section-subtitle {
  color: #767676;
}
.cid-rjXRt8XZIB H2 {
  color: #2c567e;
}
.cid-rkZWzMfUKN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rkZWzMfUKN .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rkZWzMfUKN .section-text {
  padding: 2rem 0;
}
.cid-rkZWzMfUKN .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rkZWzMfUKN .inner-container {
    width: 100% !important;
  }
}
.cid-rl0fVUixK7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rl0fVUixK7 .mbr-section-subtitle {
  color: #767676;
}
.cid-rl0fVUixK7 H2 {
  color: #2c567e;
}
.cid-rl0g6NnQ15 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rl0g6NnQ15 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rl0g6NnQ15 .section-text {
  padding: 2rem 0;
}
.cid-rl0g6NnQ15 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rl0g6NnQ15 .inner-container {
    width: 100% !important;
  }
}
.cid-rl0izMZfkB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rl0izMZfkB .mbr-section-subtitle {
  color: #767676;
}
.cid-rl0izMZfkB H2 {
  color: #2c567e;
}
.cid-rl0iGnw7NK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rl0iGnw7NK .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rl0iGnw7NK .section-text {
  padding: 2rem 0;
}
.cid-rl0iGnw7NK .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rl0iGnw7NK .inner-container {
    width: 100% !important;
  }
}
.cid-rktUIg18TS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rktUIg18TS .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rktUIg18TS .icon-block {
  margin-bottom: 10px;
}
.cid-rktUIg18TS .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
}
.cid-rktUIg18TS .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-rktUIg18TS .mbr-text {
  color: #767676;
}
.cid-rktUIg18TS textarea.form-control {
  min-height: 100px;
}
.cid-rktUIg18TS a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rktUIg18TS .google-map {
  height: 25rem;
  position: relative;
}
.cid-rktUIg18TS .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rktUIg18TS .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rktUIg18TS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rktUIg18TS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-rktUIg18TS h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-rktUIg18TS .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rktUIg18TS .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-rkrz58uM7P {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
}
.cid-rfJ9h8j0jh .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-rfJ9h8j0jh .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-rfJ9h8j0jh a {
  font-style: normal;
}
.cid-rfJ9h8j0jh .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rfJ9h8j0jh .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rfJ9h8j0jh .nav-item:focus,
.cid-rfJ9h8j0jh .nav-link:focus {
  outline: none;
}
.cid-rfJ9h8j0jh .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rfJ9h8j0jh .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rfJ9h8j0jh .menu-logo {
  margin-right: auto;
}
.cid-rfJ9h8j0jh .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rfJ9h8j0jh .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rfJ9h8j0jh .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rfJ9h8j0jh .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rfJ9h8j0jh .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rfJ9h8j0jh .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rfJ9h8j0jh .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rfJ9h8j0jh .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rfJ9h8j0jh .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rfJ9h8j0jh .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rfJ9h8j0jh .dropdown .dropdown-menu {
  background: #333333;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rfJ9h8j0jh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rfJ9h8j0jh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rfJ9h8j0jh .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rfJ9h8j0jh .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rfJ9h8j0jh .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rfJ9h8j0jh .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rfJ9h8j0jh .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rfJ9h8j0jh .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rfJ9h8j0jh .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rfJ9h8j0jh .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rfJ9h8j0jh .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rfJ9h8j0jh button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rfJ9h8j0jh button.navbar-toggler:focus {
  outline: none;
}
.cid-rfJ9h8j0jh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rfJ9h8j0jh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rfJ9h8j0jh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rfJ9h8j0jh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rfJ9h8j0jh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rfJ9h8j0jh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rfJ9h8j0jh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rfJ9h8j0jh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rfJ9h8j0jh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rfJ9h8j0jh .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rfJ9h8j0jh .collapsed .btn {
  display: flex;
}
.cid-rfJ9h8j0jh .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rfJ9h8j0jh .collapsed .navbar-collapse.collapsing,
.cid-rfJ9h8j0jh .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rfJ9h8j0jh .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rfJ9h8j0jh .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rfJ9h8j0jh .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rfJ9h8j0jh .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rfJ9h8j0jh .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rfJ9h8j0jh .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rfJ9h8j0jh .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rfJ9h8j0jh .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rfJ9h8j0jh .collapsed button.navbar-toggler {
  display: block;
}
.cid-rfJ9h8j0jh .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rfJ9h8j0jh .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rfJ9h8j0jh .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rfJ9h8j0jh .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rfJ9h8j0jh .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rfJ9h8j0jh .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rfJ9h8j0jh .navbar-expand {
    flex-direction: column;
  }
  .cid-rfJ9h8j0jh img {
    height: 3.8rem !important;
  }
  .cid-rfJ9h8j0jh .btn {
    display: flex;
  }
  .cid-rfJ9h8j0jh button.navbar-toggler {
    display: block;
  }
  .cid-rfJ9h8j0jh .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rfJ9h8j0jh .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rfJ9h8j0jh .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rfJ9h8j0jh .navbar-collapse.collapsing,
  .cid-rfJ9h8j0jh .navbar-collapse.show {
    display: block !important;
  }
  .cid-rfJ9h8j0jh .navbar-collapse.collapsing .navbar-nav,
  .cid-rfJ9h8j0jh .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rfJ9h8j0jh .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rfJ9h8j0jh .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rfJ9h8j0jh .navbar-collapse.collapsing .navbar-buttons,
  .cid-rfJ9h8j0jh .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rfJ9h8j0jh .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rfJ9h8j0jh .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rfJ9h8j0jh .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rfJ9h8j0jh .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rfJ9h8j0jh .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rfJ9h8j0jh .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rfJ9h8j0jh .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rfJ9h8j0jh .navbar-collapse {
  flex-basis: auto;
}
.cid-rfJ9h8j0jh .nav-link:hover,
.cid-rfJ9h8j0jh .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rfJ9h9u0BG {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/enhancement-background-1000x667.jpg");
}
.cid-rfJ9h9u0BG .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-rfJ9h9u0BG .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rfJ9h9u0BG .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rfJ9h9u0BG H1 {
  color: #f72323;
}
.cid-rfJ9h9u0BG .mbr-text,
.cid-rfJ9h9u0BG .mbr-section-btn {
  color: #f72323;
}
.cid-rjLMu2X4j3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rjLMu2X4j3 .mbr-section-subtitle {
  color: #767676;
}
.cid-rlRjMyq5VN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rlRjMyq5VN .mbr-section-btn > * {
  margin: 0;
}
.cid-rlRjMyq5VN h4 {
  font-weight: 500;
}
.cid-rlRjMyq5VN p {
  color: #232323;
}
.cid-rlRjMyq5VN .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rlRjMyq5VN .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rlRjMyq5VN .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rlRjMyq5VN .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rlRjMyq5VN .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rlRjMyq5VN .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rlRjMyq5VN .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rlRjMyq5VN .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rlRjMyq5VN .card-img span {
    font-size: 40px !important;
  }
}
.cid-rlRjMyq5VN .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rlRjMyq5VN .text2,
.cid-rlRjMyq5VN .mbr-section-btn {
  text-align: center;
  color: #2c567e;
}
.cid-rlRjMyq5VN .text1 {
  text-align: center;
}
.cid-rlRjMyq5VN H2 {
  text-align: center;
  color: #2c567e;
}
.cid-rlRjMyq5VN .text1 B {
  color: #2c567e;
}
.cid-rfJ9hbGzIH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rfJ9hbGzIH .mbr-section-subtitle {
  color: #f72323;
}
.cid-rfJ9hbGzIH B {
  color: #f72323;
}
.cid-rfJ9hchsre {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rfJ9hchsre .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rfJ9hchsre .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rfJ9hchsre .mbr-text {
    text-align: center;
  }
}
.cid-rfJ9hchsre H1 {
  color: #149dcc;
  text-align: center;
}
.cid-rfJ9hchsre .mbr-text,
.cid-rfJ9hchsre .mbr-section-btn {
  text-align: center;
  color: #f72323;
}
.cid-rfJ9hchsre B {
  color: #f72323;
}
.cid-rfJ9hdktpO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rfJ9hdktpO .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rfJ9hdktpO .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rfJ9hdktpO .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rfJ9hdktpO .mbr-text {
    text-align: center;
  }
}
.cid-rfJ9hdktpO H1 {
  color: #149dcc;
  text-align: center;
}
.cid-rfJ9hdktpO .mbr-text,
.cid-rfJ9hdktpO .mbr-section-btn {
  color: #f72323;
  text-align: center;
}
.cid-rfJ9hdktpO B {
  color: #149dcc;
}
.cid-rfJ9hdktpO I {
  color: #f72323;
}
.cid-rkvFksKAaN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rkvFksKAaN .mbr-section-subtitle {
  color: #767676;
}
.cid-rkvFksKAaN H2 {
  color: #f72323;
}
.cid-rkvYXe0PmS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rkvYXe0PmS .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rkvYXe0PmS .section-text {
  padding: 2rem 0;
}
.cid-rkvYXe0PmS .inner-container {
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .cid-rkvYXe0PmS .inner-container {
    width: 100% !important;
  }
}
.cid-rkCtx9FJc2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rkCtx9FJc2 .mbr-section-subtitle {
  color: #767676;
}
.cid-rkCtx9FJc2 H2 {
  color: #f72323;
}
.cid-rkCtMAoHh7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rkCtMAoHh7 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rkCtMAoHh7 .section-text {
  padding: 2rem 0;
}
.cid-rkCtMAoHh7 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rkCtMAoHh7 .inner-container {
    width: 100% !important;
  }
}
.cid-rkCuheVwWI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rkCuheVwWI .mbr-section-subtitle {
  color: #767676;
}
.cid-rkCuheVwWI H2 {
  color: #f72323;
}
.cid-rkCuuBCc92 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rkCuuBCc92 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rkCuuBCc92 .section-text {
  padding: 2rem 0;
}
.cid-rkCuuBCc92 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rkCuuBCc92 .inner-container {
    width: 100% !important;
  }
}
.cid-rfJ9hgJcXe {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rfJ9hgJcXe h3 {
  text-align: center;
  font-weight: 300;
}
.cid-rfJ9hgJcXe .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-rfJ9hgJcXe .mbr-section-subtitle {
  color: #767676;
}
.cid-rfJ9hgJcXe .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rfJ9hgJcXe ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-rfJ9hgJcXe path {
  stroke: #2c567e;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rfJ9hgJcXe .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-rfJ9hgJcXe .mbr-section-title {
  color: #149dcc;
}
.cid-rfJ9hgJcXe H4 {
  color: #f72323;
}
.cid-rfJ9hgJcXe .mbr-section-title B {
  color: #f72323;
}
.cid-rfJ9hjr6Gc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rfJ9hjr6Gc .mbr-section-subtitle {
  color: #767676;
}
.cid-rfJ9hjr6Gc H2 {
  color: #149dcc;
}
.cid-rfJ9hjr6Gc B {
  color: #f72323;
}
.cid-rfJ9hkfca4 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rfJ9hkfca4 .counter-container {
  color: #2c567e;
}
.cid-rfJ9hkfca4 .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-rfJ9hkfca4 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-rfJ9hkfca4 .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
}
.cid-rfJ9hkfca4 .counter-container ol li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #2c567e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-rfJ9hkfca4 .mbr-text LI {
  color: #2c567e;
}
.cid-rfJ9hkfca4 .mbr-text B {
  color: #2c567e;
}
.cid-rfJ9hkUyZ5 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rfJ9hkUyZ5 .mbr-section-subtitle {
  color: #767676;
}
.cid-rfJ9hkUyZ5 H2 {
  color: #149dcc;
}
.cid-rfJ9hkUyZ5 B {
  color: #f72323;
}
.cid-rfJ9hlGG4z {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rfJ9hlGG4z .mbr-text,
.cid-rfJ9hlGG4z blockquote {
  color: #2c567e;
}
.cid-rfJ9hlGG4z .mbr-text {
  text-align: center;
}
.cid-rfJ9hlGG4z .mbr-text DIV {
  color: #2c567e;
}
.cid-rfJ9hlGG4z .mbr-text I {
  color: #2c567e;
}
.cid-rnsQ7RS3nG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rnsQ7RS3nG .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rnsQ7RS3nG .carousel-item.active,
.cid-rnsQ7RS3nG .carousel-item-next,
.cid-rnsQ7RS3nG .carousel-item-prev {
  display: flex;
}
.cid-rnsQ7RS3nG .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
}
.cid-rnsQ7RS3nG .carousel-controls a span {
  position: absolute;
  top: 180px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
  opacity: .5;
}
.cid-rnsQ7RS3nG .carousel-controls a:hover span {
  opacity: 1;
}
.cid-rnsQ7RS3nG .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-rnsQ7RS3nG .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-rnsQ7RS3nG .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-rfJ9ho8if9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
}
.cid-rguaXOv0LO .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-rguaXOv0LO .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-rguaXOv0LO a {
  font-style: normal;
}
.cid-rguaXOv0LO .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rguaXOv0LO .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rguaXOv0LO .nav-item:focus,
.cid-rguaXOv0LO .nav-link:focus {
  outline: none;
}
.cid-rguaXOv0LO .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rguaXOv0LO .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rguaXOv0LO .menu-logo {
  margin-right: auto;
}
.cid-rguaXOv0LO .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rguaXOv0LO .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rguaXOv0LO .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rguaXOv0LO .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rguaXOv0LO .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rguaXOv0LO .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rguaXOv0LO .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rguaXOv0LO .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rguaXOv0LO .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rguaXOv0LO .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rguaXOv0LO .dropdown .dropdown-menu {
  background: #333333;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rguaXOv0LO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rguaXOv0LO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rguaXOv0LO .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rguaXOv0LO .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rguaXOv0LO .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rguaXOv0LO .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rguaXOv0LO .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rguaXOv0LO .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rguaXOv0LO .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rguaXOv0LO .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rguaXOv0LO .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rguaXOv0LO button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rguaXOv0LO button.navbar-toggler:focus {
  outline: none;
}
.cid-rguaXOv0LO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rguaXOv0LO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rguaXOv0LO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rguaXOv0LO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rguaXOv0LO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rguaXOv0LO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rguaXOv0LO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rguaXOv0LO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rguaXOv0LO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rguaXOv0LO .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rguaXOv0LO .collapsed .btn {
  display: flex;
}
.cid-rguaXOv0LO .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rguaXOv0LO .collapsed .navbar-collapse.collapsing,
.cid-rguaXOv0LO .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rguaXOv0LO .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rguaXOv0LO .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rguaXOv0LO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rguaXOv0LO .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rguaXOv0LO .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rguaXOv0LO .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rguaXOv0LO .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rguaXOv0LO .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rguaXOv0LO .collapsed button.navbar-toggler {
  display: block;
}
.cid-rguaXOv0LO .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rguaXOv0LO .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rguaXOv0LO .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rguaXOv0LO .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rguaXOv0LO .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rguaXOv0LO .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rguaXOv0LO .navbar-expand {
    flex-direction: column;
  }
  .cid-rguaXOv0LO img {
    height: 3.8rem !important;
  }
  .cid-rguaXOv0LO .btn {
    display: flex;
  }
  .cid-rguaXOv0LO button.navbar-toggler {
    display: block;
  }
  .cid-rguaXOv0LO .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rguaXOv0LO .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rguaXOv0LO .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rguaXOv0LO .navbar-collapse.collapsing,
  .cid-rguaXOv0LO .navbar-collapse.show {
    display: block !important;
  }
  .cid-rguaXOv0LO .navbar-collapse.collapsing .navbar-nav,
  .cid-rguaXOv0LO .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rguaXOv0LO .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rguaXOv0LO .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rguaXOv0LO .navbar-collapse.collapsing .navbar-buttons,
  .cid-rguaXOv0LO .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rguaXOv0LO .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rguaXOv0LO .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rguaXOv0LO .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rguaXOv0LO .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rguaXOv0LO .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rguaXOv0LO .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rguaXOv0LO .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rguaXOv0LO .navbar-collapse {
  flex-basis: auto;
}
.cid-rguaXOv0LO .nav-link:hover,
.cid-rguaXOv0LO .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rguaXSBaWg {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/enlargement-background-1000x667.jpg");
}
.cid-rguaXSBaWg .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-rguaXSBaWg .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rguaXSBaWg .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rguaXSBaWg H1 {
  color: #2c567e;
}
.cid-rguaXSBaWg .mbr-text,
.cid-rguaXSBaWg .mbr-section-btn {
  color: #2c567e;
}
.cid-rjLsIn4tnr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rjLsIn4tnr .mbr-section-subtitle {
  color: #767676;
}
.cid-rlRm4XM8Kx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rlRm4XM8Kx .mbr-section-btn > * {
  margin: 0;
}
.cid-rlRm4XM8Kx h4 {
  font-weight: 500;
}
.cid-rlRm4XM8Kx p {
  color: #232323;
}
.cid-rlRm4XM8Kx .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rlRm4XM8Kx .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rlRm4XM8Kx .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rlRm4XM8Kx .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rlRm4XM8Kx .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rlRm4XM8Kx .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rlRm4XM8Kx .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rlRm4XM8Kx .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rlRm4XM8Kx .card-img span {
    font-size: 40px !important;
  }
}
.cid-rlRm4XM8Kx .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rlRm4XM8Kx .text2,
.cid-rlRm4XM8Kx .mbr-section-btn {
  text-align: center;
  color: #2c567e;
}
.cid-rlRm4XM8Kx H2 {
  text-align: center;
}
.cid-rlRm4XM8Kx .text1 {
  text-align: center;
}
.cid-rlRm4XM8Kx .text1 B {
  color: #2c567e;
}
.cid-rlRm4XM8Kx DIV {
  color: #2c567e;
}
.cid-rguaXVH1js {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rguaXVH1js .mbr-section-subtitle {
  color: #2c567e;
}
.cid-rguaXVH1js B {
  color: #2c567e;
}
.cid-rguaXWHNvP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rguaXWHNvP .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rguaXWHNvP .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rguaXWHNvP .mbr-text {
    text-align: center;
  }
}
.cid-rguaXWHNvP H1 {
  color: #2c567e;
  text-align: center;
}
.cid-rguaXWHNvP .mbr-text,
.cid-rguaXWHNvP .mbr-section-btn {
  text-align: center;
  color: #2c567e;
}
.cid-rguaXWHNvP B {
  color: #2c567e;
}
.cid-rguaXY6SHM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rguaXY6SHM .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rguaXY6SHM .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rguaXY6SHM .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rguaXY6SHM .mbr-text {
    text-align: center;
  }
}
.cid-rguaXY6SHM H1 {
  color: #2c567e;
  text-align: center;
}
.cid-rguaXY6SHM .mbr-text,
.cid-rguaXY6SHM .mbr-section-btn {
  color: #2c567e;
  text-align: center;
}
.cid-rguaXY6SHM B {
  color: #2c567e;
}
.cid-rguaXY6SHM I {
  color: #2c567e;
}
.cid-rkGu3UbztC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rkGu3UbztC .mbr-section-subtitle {
  color: #767676;
}
.cid-rkGu3UbztC H2 {
  color: #2c567e;
}
.cid-rguaY0Kgut {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rguaY0Kgut .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rguaY0Kgut .section-text {
  padding: 2rem 0;
}
.cid-rguaY0Kgut .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rguaY0Kgut .inner-container {
    width: 100% !important;
  }
}
.cid-rkGw2ssmM4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rkGw2ssmM4 .mbr-section-subtitle {
  color: #767676;
}
.cid-rkGw2ssmM4 H2 {
  color: #2c567e;
}
.cid-rkGwmDXszm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rkGwmDXszm .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rkGwmDXszm .section-text {
  padding: 2rem 0;
}
.cid-rkGwmDXszm .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rkGwmDXszm .inner-container {
    width: 100% !important;
  }
}
.cid-rkGzHe18GU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rkGzHe18GU .mbr-section-subtitle {
  color: #767676;
}
.cid-rkGzHe18GU H2 {
  color: #2c567e;
}
.cid-rkGzWz5VPP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rkGzWz5VPP .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rkGzWz5VPP .section-text {
  padding: 2rem 0;
}
.cid-rkGzWz5VPP .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rkGzWz5VPP .inner-container {
    width: 100% !important;
  }
}
.cid-rguaY3BBQ8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rguaY3BBQ8 h3 {
  text-align: center;
  font-weight: 300;
}
.cid-rguaY3BBQ8 .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-rguaY3BBQ8 .mbr-section-subtitle {
  color: #767676;
}
.cid-rguaY3BBQ8 .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rguaY3BBQ8 ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-rguaY3BBQ8 path {
  stroke: #2c567e;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rguaY3BBQ8 .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-rguaY3BBQ8 .mbr-section-title {
  color: #149dcc;
}
.cid-rguaY3BBQ8 H4 {
  color: #2c567e;
}
.cid-rguaY3BBQ8 .mbr-section-title B {
  color: #2c567e;
}
.cid-rguaY7v3B2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rguaY7v3B2 .mbr-section-subtitle {
  color: #767676;
}
.cid-rguaY7v3B2 H2 {
  color: #149dcc;
}
.cid-rguaY7v3B2 B {
  color: #2c567e;
}
.cid-rguaY9bqDL {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rguaY9bqDL .counter-container {
  color: #767676;
}
.cid-rguaY9bqDL .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-rguaY9bqDL .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-rguaY9bqDL .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
}
.cid-rguaY9bqDL .counter-container ol li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #2c567e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-rguaY9bqDL .mbr-text LI {
  color: #2c567e;
}
.cid-rguaY9bqDL .mbr-text B {
  color: #2c567e;
}
.cid-rguaYblga4 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rguaYblga4 .mbr-section-subtitle {
  color: #767676;
}
.cid-rguaYblga4 H2 {
  color: #149dcc;
}
.cid-rguaYblga4 B {
  color: #2c567e;
}
.cid-rguaYcRCBS {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rguaYcRCBS .mbr-text,
.cid-rguaYcRCBS blockquote {
  color: #767676;
}
.cid-rguaYcRCBS .mbr-text {
  text-align: center;
}
.cid-rguaYcRCBS .mbr-text DIV {
  color: #2c567e;
}
.cid-rguaYcRCBS .mbr-text I {
  color: #2c567e;
}
.cid-rnsTg0cLjJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rnsTg0cLjJ .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rnsTg0cLjJ .carousel-item.active,
.cid-rnsTg0cLjJ .carousel-item-next,
.cid-rnsTg0cLjJ .carousel-item-prev {
  display: flex;
}
.cid-rnsTg0cLjJ .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
}
.cid-rnsTg0cLjJ .carousel-controls a span {
  position: absolute;
  top: 180px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
  opacity: .5;
}
.cid-rnsTg0cLjJ .carousel-controls a:hover span {
  opacity: 1;
}
.cid-rnsTg0cLjJ .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-rnsTg0cLjJ .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-rnsTg0cLjJ .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-rguaYiOZ5C {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
}
.cid-r3WDLQ99LZ .navbar {
  padding: .5rem 0;
  background: #333333;
  transition: none;
  min-height: 77px;
}
.cid-r3WDLQ99LZ .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-r3WDLQ99LZ a {
  font-style: normal;
}
.cid-r3WDLQ99LZ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-r3WDLQ99LZ .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-r3WDLQ99LZ .nav-item:focus,
.cid-r3WDLQ99LZ .nav-link:focus {
  outline: none;
}
.cid-r3WDLQ99LZ .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-r3WDLQ99LZ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r3WDLQ99LZ .menu-logo {
  margin-right: auto;
}
.cid-r3WDLQ99LZ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-r3WDLQ99LZ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-r3WDLQ99LZ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-r3WDLQ99LZ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-r3WDLQ99LZ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-r3WDLQ99LZ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-r3WDLQ99LZ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-r3WDLQ99LZ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-r3WDLQ99LZ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-r3WDLQ99LZ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-r3WDLQ99LZ .dropdown .dropdown-menu {
  background: #333333;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-r3WDLQ99LZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-r3WDLQ99LZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-r3WDLQ99LZ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-r3WDLQ99LZ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-r3WDLQ99LZ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-r3WDLQ99LZ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-r3WDLQ99LZ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-r3WDLQ99LZ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-r3WDLQ99LZ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-r3WDLQ99LZ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-r3WDLQ99LZ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-r3WDLQ99LZ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-r3WDLQ99LZ button.navbar-toggler:focus {
  outline: none;
}
.cid-r3WDLQ99LZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-r3WDLQ99LZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-r3WDLQ99LZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-r3WDLQ99LZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-r3WDLQ99LZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-r3WDLQ99LZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r3WDLQ99LZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-r3WDLQ99LZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-r3WDLQ99LZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r3WDLQ99LZ .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-r3WDLQ99LZ .collapsed .btn {
  display: flex;
}
.cid-r3WDLQ99LZ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-r3WDLQ99LZ .collapsed .navbar-collapse.collapsing,
.cid-r3WDLQ99LZ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-r3WDLQ99LZ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-r3WDLQ99LZ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-r3WDLQ99LZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-r3WDLQ99LZ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-r3WDLQ99LZ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-r3WDLQ99LZ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-r3WDLQ99LZ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-r3WDLQ99LZ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-r3WDLQ99LZ .collapsed button.navbar-toggler {
  display: block;
}
.cid-r3WDLQ99LZ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-r3WDLQ99LZ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-r3WDLQ99LZ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-r3WDLQ99LZ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-r3WDLQ99LZ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-r3WDLQ99LZ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-r3WDLQ99LZ .navbar-expand {
    flex-direction: column;
  }
  .cid-r3WDLQ99LZ img {
    height: 3.8rem !important;
  }
  .cid-r3WDLQ99LZ .btn {
    display: flex;
  }
  .cid-r3WDLQ99LZ button.navbar-toggler {
    display: block;
  }
  .cid-r3WDLQ99LZ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-r3WDLQ99LZ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-r3WDLQ99LZ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-r3WDLQ99LZ .navbar-collapse.collapsing,
  .cid-r3WDLQ99LZ .navbar-collapse.show {
    display: block !important;
  }
  .cid-r3WDLQ99LZ .navbar-collapse.collapsing .navbar-nav,
  .cid-r3WDLQ99LZ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-r3WDLQ99LZ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-r3WDLQ99LZ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-r3WDLQ99LZ .navbar-collapse.collapsing .navbar-buttons,
  .cid-r3WDLQ99LZ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-r3WDLQ99LZ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-r3WDLQ99LZ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-r3WDLQ99LZ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-r3WDLQ99LZ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-r3WDLQ99LZ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-r3WDLQ99LZ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-r3WDLQ99LZ .menu-logo {
    flex-shrink: 0;
  }
}
.cid-r3WDLQ99LZ .navbar-collapse {
  flex-basis: auto;
}
.cid-r3WDLQ99LZ .nav-link:hover,
.cid-r3WDLQ99LZ .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-r3WCUju3jd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/south-african-flag-853x480.jpg");
}
.cid-r3WCUju3jd .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-r3WCUju3jd .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-r3WCUju3jd .mbr-figure img {
    width: 100% !important;
  }
}
.cid-r3WCUju3jd H1 {
  color: #ffffff;
}
.cid-r3WCUju3jd .mbr-text,
.cid-r3WCUju3jd .mbr-section-btn {
  color: #ffffff;
}
.cid-rl59ZZwlvE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rl59ZZwlvE .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rl59ZZwlvE .modal-body .close {
  background: #1b1b1b;
}
.cid-rl59ZZwlvE .modal-body .close span {
  font-style: normal;
}
.cid-rl59ZZwlvE .carousel-inner > .active,
.cid-rl59ZZwlvE .carousel-inner > .next,
.cid-rl59ZZwlvE .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-rl59ZZwlvE .carousel-control .icon-next,
.cid-rl59ZZwlvE .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rl59ZZwlvE .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rl59ZZwlvE .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rl59ZZwlvE .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rl59ZZwlvE .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rl59ZZwlvE .boxed-slider > div {
  position: relative;
}
.cid-rl59ZZwlvE .container img {
  width: 100%;
}
.cid-rl59ZZwlvE .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-rl59ZZwlvE .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rl59ZZwlvE .mbr-table-cell {
  padding: 0;
}
.cid-rl59ZZwlvE .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rl59ZZwlvE .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rl59ZZwlvE .mbr-overlay {
  z-index: 1;
}
.cid-rl59ZZwlvE .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rl59ZZwlvE .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-rl59ZZwlvE .carousel-item .container {
    width: 100%;
  }
}
.cid-rl59ZZwlvE .carousel-item-next.carousel-item-left,
.cid-rl59ZZwlvE .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rl59ZZwlvE .active.carousel-item-right,
.cid-rl59ZZwlvE .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rl59ZZwlvE .active.carousel-item-left,
.cid-rl59ZZwlvE .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rl59ZZwlvE .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  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-rl59ZZwlvE .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rl59ZZwlvE .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rl59ZZwlvE .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rl59ZZwlvE .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rl59ZZwlvE .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rl59ZZwlvE .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rl59ZZwlvE .mbr-slider .carousel-indicators li.active,
.cid-rl59ZZwlvE .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rl59ZZwlvE .mbr-slider .carousel-indicators li::after,
.cid-rl59ZZwlvE .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rl59ZZwlvE .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rl59ZZwlvE .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rl59ZZwlvE .mbr-slider > .container img {
  width: 100%;
}
.cid-rl59ZZwlvE .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-rl59ZZwlvE .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rl59ZZwlvE .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rl59ZZwlvE .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rl59ZZwlvE .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rl59ZZwlvE .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rl59ZZwlvE .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rl59ZZwlvE .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rl59ZZwlvE .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rl59ZZwlvE .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rl59ZZwlvE .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rl59ZZwlvE .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rl59ZZwlvE .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rl59ZZwlvE .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rl59ZZwlvE .carousel-inner {
  height: 100%;
}
.cid-rl59ZZwlvE .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rl59ZZwlvE .image_wrapper {
  height: 300px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-rl59ZZwlvE .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-rl59ZZwlvE .carousel-item .container-slide {
  text-align: center;
}
.cid-rl59ZZwlvE .content-slider-wrap {
  width: 100%;
}
.cid-rlfuwUwqQR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rlfuwUwqQR .mbr-section-subtitle {
  color: #2c567e;
}
.cid-rlfuwUwqQR B {
  color: #2c567e;
}
.cid-rlg21WTUtK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rlg21WTUtK .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rlg21WTUtK .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rlg21WTUtK .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rlg21WTUtK .mbr-text {
    text-align: center;
  }
}
.cid-rlg21WTUtK H1 {
  text-align: center;
  color: #2c567e;
}
.cid-rlg21WTUtK .mbr-text,
.cid-rlg21WTUtK .mbr-section-btn {
  text-align: center;
  color: #2c567e;
}
.cid-rlg21WTUtK P {
  text-align: center;
}
.cid-rlg21WTUtK B {
  color: #2c567e;
  font-weight:bold;
}
.cid-rlOEGtRjng {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rlOEGtRjng .mbr-section-subtitle {
  color: #767676;
}
.cid-r42pDur1b9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r42pDur1b9 h3 {
  text-align: center;
  font-weight: 300;
}
.cid-r42pDur1b9 .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-r42pDur1b9 .mbr-section-subtitle {
  color: #000000;
}
.cid-r42pDur1b9 .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-r42pDur1b9 ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-r42pDur1b9 path {
  stroke: #2c567e;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-r42pDur1b9 .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-r42pDur1b9 .mbr-section-title B {
  color: #2c567e;
}
.cid-r42pDur1b9 H4 {
  color: #2c567e;
}
.cid-rllEjeGDsp {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/instant-background-1000x547.jpg");
}
.cid-rllEjeGDsp .mbr-section-btn > * {
  margin: 0;
}
.cid-rllEjeGDsp h4 {
  font-weight: 500;
}
.cid-rllEjeGDsp p {
  color: #232323;
}
.cid-rllEjeGDsp .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rllEjeGDsp .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rllEjeGDsp .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rllEjeGDsp .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rllEjeGDsp .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rllEjeGDsp .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rllEjeGDsp .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-rllEjeGDsp .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-rllEjeGDsp .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-rllEjeGDsp .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-rllEjeGDsp .card-img span {
    font-size: 40px !important;
  }
}
.cid-rllEjeGDsp .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rllEjeGDsp .text1 {
  text-align: center;
  color: #ffffff;
}
.cid-rllEjeGDsp H2 {
  text-align: center;
  color: #ffffff;
}
.cid-rllEjeGDsp .text2,
.cid-rllEjeGDsp .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-rllEjeGDsp .text1 B {
  color: #ffffff;
}
.cid-rlLwshPrba {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rlLwshPrba .mbr-section-subtitle {
  color: #767676;
}
.cid-rlqwloBCGB {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/one-background-1000x667.jpg");
}
.cid-rlqwloBCGB .mbr-section-btn > * {
  margin: 0;
}
.cid-rlqwloBCGB h4 {
  font-weight: 500;
}
.cid-rlqwloBCGB p {
  color: #232323;
}
.cid-rlqwloBCGB .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rlqwloBCGB .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rlqwloBCGB .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rlqwloBCGB .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rlqwloBCGB .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rlqwloBCGB .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rlqwloBCGB .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-rlqwloBCGB .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-rlqwloBCGB .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-rlqwloBCGB .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-rlqwloBCGB .card-img span {
    font-size: 40px !important;
  }
}
.cid-rlqwloBCGB .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rlqwloBCGB H2 {
  text-align: center;
  color: #ffffff;
}
.cid-rlqwloBCGB .text1 {
  text-align: center;
  color: #ffffff;
}
.cid-rlqwloBCGB .text2,
.cid-rlqwloBCGB .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-rlqwloBCGB .text2,
.cid-rlqwloBCGB .mbr-section-btn B {
  color: #f72323;
}
.cid-rlqwloBCGB B {
  color: #ffffff;
}
.cid-rlqwloBCGB .text1 B {
  color: #ffffff;
}
.cid-rlLyOkT18d {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rlLyOkT18d .mbr-section-subtitle {
  color: #767676;
}
.cid-rlqx4QJUCR {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/enlargement-background-1000x667.jpg");
}
.cid-rlqx4QJUCR .mbr-section-btn > * {
  margin: 0;
}
.cid-rlqx4QJUCR h4 {
  font-weight: 500;
}
.cid-rlqx4QJUCR p {
  color: #232323;
}
.cid-rlqx4QJUCR .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rlqx4QJUCR .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rlqx4QJUCR .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rlqx4QJUCR .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rlqx4QJUCR .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rlqx4QJUCR .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rlqx4QJUCR .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-rlqx4QJUCR .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-rlqx4QJUCR .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-rlqx4QJUCR .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-rlqx4QJUCR .card-img span {
    font-size: 40px !important;
  }
}
.cid-rlqx4QJUCR .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rlqx4QJUCR H2 {
  text-align: center;
  color: #ffffff;
}
.cid-rlqx4QJUCR .text1 {
  text-align: center;
  color: #ffffff;
}
.cid-rlqx4QJUCR .text2,
.cid-rlqx4QJUCR .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-rlQQIe9MLe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rlQQIe9MLe .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rlQQIe9MLe .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rlQQIe9MLe .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rlQQIe9MLe .mbr-text {
    text-align: center;
  }
}
.cid-rlQQIe9MLe .mbr-text,
.cid-rlQQIe9MLe .mbr-section-btn {
  text-align: center;
  color: #2c567e;
}
.cid-rlQQIe9MLe H1 {
  text-align: center;
  color: #2c567e;
}
.cid-rlccmZowyK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rlccmZowyK .mbr-section-subtitle {
  color: #2c567e;
}
.cid-rlccmZowyK H2 {
  color: #2c567e;
}
.cid-rlccmZowyK .mbr-section-subtitle DIV {
  color: #2c567e;
}
.cid-rlR7oD28Vb {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/remember-background-1000x667.jpg");
}
.cid-rlR7oD28Vb .mbr-text,
.cid-rlR7oD28Vb .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-rlR7oD28Vb H1 {
  color: #ffffff;
}
.cid-r47CTCWBzA {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-r47CTCWBzA .title {
  margin-bottom: 2rem;
}
.cid-r47CTCWBzA .mbr-section-subtitle {
  color: #767676;
}
.cid-r47CTCWBzA a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-r47CTCWBzA a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-r47CTCWBzA .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-r47CTCWBzA .input-group-btn {
  display: block;
  text-align: center;
}
.cid-r47CTCWBzA H2 {
  color: #149dcc;
}
.cid-r47CTCWBzA B {
  color: #2c567e;
}
.cid-rlQZF1S7wj .google-map {
  height: 25rem;
  position: relative;
}
.cid-rlQZF1S7wj .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rlQZF1S7wj .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rlQZF1S7wj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rlQZF1S7wj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rlRcLt34qo {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-rlRcLt34qo .content {
    text-align: center;
  }
  .cid-rlRcLt34qo .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rlRcLt34qo .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rlRcLt34qo .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rlRcLt34qo .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rlRcLt34qo .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rlRcLt34qo .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rlRcLt34qo .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rlRcLt34qo .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rlRcLt34qo .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rlRcLt34qo .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rlRcLt34qo .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rlRcLt34qo .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rlRcLt34qo P {
  text-align: center;
}
.cid-rlRcLt34qo H5 {
  text-align: center;
}
.cid-rlRcLt34qo .copyright > p {
  text-align: center;
}
