@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #232323 !important;
}
.bg-success {
  background-color: #f9f295 !important;
}
.bg-info {
  background-color: #669900 !important;
}
.bg-warning {
  background-color: #cc2952 !important;
}
.bg-danger {
  background-color: #424e7d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #669900 !important;
  border-color: #669900 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #334d00 !important;
  border-color: #334d00 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #334d00 !important;
  border-color: #334d00 !important;
}
.btn-info,
.btn-info:active {
  background-color: #669900 !important;
  border-color: #669900 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #334d00 !important;
  border-color: #334d00 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #334d00 !important;
  border-color: #334d00 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f9f295 !important;
  border-color: #f9f295 !important;
  color: #877e08 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #877e08 !important;
  background-color: #f5e94d !important;
  border-color: #f5e94d !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #877e08 !important;
  background-color: #f5e94d !important;
  border-color: #f5e94d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc2952 !important;
  border-color: #cc2952 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #8c1c38 !important;
  border-color: #8c1c38 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #8c1c38 !important;
  border-color: #8c1c38 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #424e7d !important;
  border-color: #424e7d !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #282f4b !important;
  border-color: #282f4b !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #282f4b !important;
  border-color: #282f4b !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: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #232323;
  border-color: #232323;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #223300;
  color: #223300;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #669900;
  border-color: #669900;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #669900 !important;
  border-color: #669900 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #223300;
  color: #223300;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #669900;
  border-color: #669900;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #669900 !important;
  border-color: #669900 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #f4e634;
  color: #f4e634;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #877e08;
  background-color: #f9f295;
  border-color: #f9f295;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #877e08 !important;
  background-color: #f9f295 !important;
  border-color: #f9f295 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #771830;
  color: #771830;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #cc2952;
  border-color: #cc2952;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cc2952 !important;
  border-color: #cc2952 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #1f243a;
  color: #1f243a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #424e7d;
  border-color: #424e7d;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #424e7d !important;
  border-color: #424e7d !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: #232323 !important;
}
.text-secondary {
  color: #669900 !important;
}
.text-success {
  color: #f9f295 !important;
}
.text-info {
  color: #669900 !important;
}
.text-warning {
  color: #cc2952 !important;
}
.text-danger {
  color: #424e7d !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #223300 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #f4e634 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #223300 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #771830 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #1f243a !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: #669900;
}
.alert-warning {
  background-color: #cc2952;
}
.alert-danger {
  background-color: #424e7d;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #232323;
  border-color: #232323;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #232323;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d5d5d5;
}
.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: #b2ff1a;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f5ccd6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #828ebd;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #232323;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #232323;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #232323;
}
/* Headers*/
@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: #232323;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #232323 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #669900 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23232323' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-qRKNty9qhK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qRKNty9qhK .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qRKNty9qhK .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-qRKNty9qhK .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qRKNty9qhK .inner-container {
    width: 100% !important;
  }
}
.cid-qRKNty9qhK .section-text DIV {
  text-align: left;
}
.cid-qQb1CFnZkO {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/436-middle-1024x683.jpg");
}
.cid-qQb1CFnZkO H2 {
  text-align: right;
  color: #232323;
}
.cid-qQb1CFnZkO SPAN {
  color: #073b4c;
}
.cid-qGdgI0txNP {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #669900;
}
.cid-qGdgI0txNP .mbr-section-subtitle {
  color: #767676;
}
.cid-qGdgI0txNP H2 {
  color: #ebf7fb;
}
.cid-qGdgIoTWcn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qGdgIoTWcn H2 {
  text-align: center;
}
.cid-qGdgIoTWcn SPAN {
  color: #4f4943;
}
.cid-qGdgIoTWcn .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qGdgIoTWcn .mbr-section-subtitle {
  color: #232323;
}
.cid-ryW9Il1I83 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #669900;
}
.cid-ryW9Il1I83 .mbr-section-subtitle {
  color: #767676;
}
.cid-ryW9Il1I83 H2 {
  color: #ebf7fb;
}
.cid-qGdgIOrFUS {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #e9f4e8;
}
.cid-qGdgIOrFUS h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qGdgIOrFUS p {
  color: #767676;
  text-align: left;
}
.cid-qGdgIOrFUS .card-box {
  padding-top: 2rem;
}
.cid-qGdgIOrFUS .card-wrapper {
  height: 100%;
}
.cid-qGdgIOrFUS P {
  color: #232323;
}
.cid-ryW9VdYsyx {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #669900;
}
.cid-ryW9VdYsyx .mbr-section-subtitle {
  color: #767676;
}
.cid-ryW9VdYsyx H2 {
  color: #ebf7fb;
}
.cid-ryWbd5w74L {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-ryWab1OZOF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e9f4e8;
}
.cid-ryWab1OZOF .mbr-text,
.cid-ryWab1OZOF blockquote {
  color: #767676;
}
.cid-ryWaW5BT9d {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qQb7G1OBC2 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/coffeebreak-jpg-1.jpg");
}
.cid-qQb7G1OBC2 H2 {
  text-align: right;
  color: #232323;
}
.cid-qQb7G1OBC2 SPAN {
  color: #073b4c;
}
.cid-qGdJbc1OBU {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #669900;
}
.cid-qGdJbc1OBU .mbr-section-subtitle {
  color: #767676;
}
.cid-qGdJbc1OBU H2 {
  color: #ebf7fb;
}
.cid-qGdJbBwzGm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qGdJbBwzGm H2 {
  text-align: center;
}
.cid-qGdJbBwzGm SPAN {
  color: #4f4943;
}
.cid-qGdJbBwzGm .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qGdJbBwzGm .mbr-section-subtitle {
  color: #232323;
}
.cid-qGdJc8AvLm {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #669900;
}
.cid-qGdJcZsWbL {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-qGdJcZsWbL .mbr-text {
  color: #767676;
}
.cid-qGdJcZsWbL h4 {
  text-align: center;
}
.cid-qGdJcZsWbL p {
  text-align: center;
}
.cid-qGdJcZsWbL .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-qGdJcZsWbL .card-title,
.cid-qGdJcZsWbL .card-img {
  color: #669900;
}
.cid-qGdJdEGUZs {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #669900;
}
.cid-qGdJekteoz {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qGdJekteoz .mbr-text {
  color: #232323;
}
.cid-qGdJekteoz h4 {
  text-align: center;
}
.cid-qGdJekteoz p {
  text-align: center;
}
.cid-qGdJekteoz .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-qGdJekteoz .card-title,
.cid-qGdJekteoz .card-img {
  color: #669900;
}
.cid-qGdJeN3Asv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #669900;
}
.cid-qGdJeN3Asv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-qGdJeN3Asv H2 {
  color: #ffffff;
}
.cid-qGdJfldjbN {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-qGdJfldjbN .mbr-text {
  color: #232323;
}
.cid-qGdJfldjbN h4 {
  text-align: center;
}
.cid-qGdJfldjbN p {
  text-align: center;
}
.cid-qGdJfldjbN .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-qQb9PuCE3B {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/disertacion-cidi-82.png");
}
.cid-qQb9PuCE3B H2 {
  text-align: right;
  color: #232323;
}
.cid-qQb9PuCE3B SPAN {
  color: #073b4c;
}
.cid-qGkuNQ4xxe {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #669900;
}
.cid-qGkuNQ4xxe .mbr-section-subtitle {
  color: #767676;
}
.cid-qGkuNQ4xxe H2 {
  color: #ebf7fb;
}
.cid-qGkuOqCRm9 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qGkuOqCRm9 H2 {
  text-align: center;
}
.cid-qGkuOqCRm9 SPAN {
  color: #4f4943;
}
.cid-qGkuOqCRm9 .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qGkuOqCRm9 .mbr-section-subtitle {
  color: #232323;
}
.cid-qGkuOYUHaB {
  padding-top: 30px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-qGkuOYUHaB h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qGkuOYUHaB p {
  color: #767676;
  text-align: left;
}
.cid-qGkuOYUHaB .card-box {
  padding-top: 2rem;
}
.cid-qGkuOYUHaB .card-wrapper {
  height: 100%;
}
.cid-qGkuOYUHaB .card-title {
  color: #669900;
}
.cid-qQ9NuINHxk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qQbapNZwz5 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/fhbfi-slider-startseite-1900x1267-01-slides-fh-1.jpg");
}
.cid-qQbapNZwz5 H2 {
  text-align: right;
  color: #232323;
}
.cid-qQbapNZwz5 SPAN {
  color: #073b4c;
}
.cid-qGdLbKmp3F {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #669900;
}
.cid-qGdLbKmp3F .mbr-section-subtitle {
  color: #767676;
}
.cid-qGdLbKmp3F H2 {
  color: #ebf7fb;
}
.cid-qEnEKZJevX {
  padding-top: 45px;
  padding-bottom: 0px;
  background: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-qEnEKZJevX .image-block {
  margin: auto;
}
.cid-qEnEKZJevX figcaption {
  position: relative;
}
.cid-qEnEKZJevX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qEnEKZJevX .image-block {
    width: 100% !important;
  }
}
.cid-qGdQerWI1T {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qGdQerWI1T .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qGdQerWI1T .section-text {
  padding: 2rem 0;
  color: #232323;
}
.cid-qGdQerWI1T .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qGdQerWI1T .inner-container {
    width: 100% !important;
  }
}
.cid-qGdQerWI1T .section-text DIV {
  text-align: center;
}
.cid-svrc2dtmGx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e9f4e8;
}
.cid-svrc2dtmGx h4 {
  text-align: left;
  font-weight: 500;
}
.cid-svrc2dtmGx p {
  color: #767676;
  text-align: left;
}
.cid-svrc2dtmGx .card-img {
  text-align: left;
  padding-right: 30px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: auto;
}
.cid-svrc2dtmGx .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-svrc2dtmGx .card-title {
  margin-bottom: 0;
}
.cid-svrc2dtmGx .mbr-crt-title {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-svrc2dtmGx .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
@media (max-width: 300px) {
  .cid-svrc2dtmGx .card-img span {
    font-size: 40px !important;
  }
}
.cid-svrc2dtmGx P {
  color: #073b4c;
  text-align: center;
}
.cid-svrc2dtmGx .card-title,
.cid-svrc2dtmGx .card-img {
  color: #767676;
}
.cid-qEnGABjlCu {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #9ecf3e;
}
.cid-qEnGABjlCu H2 {
  text-align: center;
}
.cid-qGr1lW4hNo {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qGr1lW4hNo H2 {
  text-align: center;
}
.cid-qGr1lW4hNo SPAN {
  color: #232323;
}
.cid-qGqTNLctxZ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-qGqTNLctxZ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-qGqTNLctxZ H2 {
  color: #ebf7fb;
}
.cid-svqoNCPiAQ {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  background-color: #149dcc;
}
.cid-svqoNCPiAQ .fa-caret-down {
  transition: all 0.3s ease;
}
.cid-svqoNCPiAQ .panel-title[aria-expanded="true"] .fa-caret-down {
  transform: rotate(180deg);
}
.cid-svqoNCPiAQ .text-white1 {
  color: #ffffff;
  font-family: Arial;
}
.cid-svqoNCPiAQ .text-white1:hover {
  color: #000000 !important;
}
.cid-svqoNCPiAQ .card {
  width: 120% ;
  margin-left: -10%;
  border-radius: 0px;
  margin-bottom: 4px;
}
.cid-svqoNCPiAQ .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: #073b4c;
}
.cid-svqoNCPiAQ .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-svqoNCPiAQ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-svqoNCPiAQ .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #073b4c;
  margin-bottom: 0;
}
.cid-svqoNCPiAQ .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-svqoNCPiAQ .card .panel-body {
  color: #767676;
}
.cid-svqoNCPiAQ .panel-text {
  color: #efefef;
}
.cid-svqoNCPiAQ H4 {
  color: #ffffff;
}
.cid-qGqUzxPDqD {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #b64313;
}
.cid-qGqUzxPDqD .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-qGqUzxPDqD H2 {
  color: #ebf7fb;
}
.cid-svrqzaK05z {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  background-color: #e19b57;
}
.cid-svrqzaK05z .fa-caret-down {
  transition: all 0.3s ease;
}
.cid-svrqzaK05z .panel-title[aria-expanded="true"] .fa-caret-down {
  transform: rotate(180deg);
}
.cid-svrqzaK05z .text-white1 {
  color: #ffffff;
  font-family: Arial;
}
.cid-svrqzaK05z .text-white1:hover {
  color: #000000 !important;
}
.cid-svrqzaK05z .card {
  width: 120% ;
  margin-left: -10%;
  border-radius: 0px;
  margin-bottom: 4px;
}
.cid-svrqzaK05z .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: #b64313;
}
.cid-svrqzaK05z .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-svrqzaK05z .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-svrqzaK05z .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #b64313;
  margin-bottom: 0;
}
.cid-svrqzaK05z .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-svrqzaK05z .card .panel-body {
  color: #767676;
}
.cid-svrqzaK05z .panel-text {
  color: #ffffff;
}
.cid-svrqzaK05z H4 {
  color: #ffffff;
}
.cid-qGr1gKnESN {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qGr1gKnESN H2 {
  text-align: center;
}
.cid-qGr1gKnESN SPAN {
  color: #232323;
}
.cid-svrs3jsQgv {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  background-color: #97a3ce;
}
.cid-svrs3jsQgv .fa-caret-down {
  transition: all 0.3s ease;
}
.cid-svrs3jsQgv .panel-title[aria-expanded="true"] .fa-caret-down {
  transform: rotate(180deg);
}
.cid-svrs3jsQgv .text-white1 {
  color: #ffffff;
  font-family: Arial;
}
.cid-svrs3jsQgv .text-white1:hover {
  color: #000000 !important;
}
.cid-svrs3jsQgv .card {
  width: 120% ;
  margin-left: -10%;
  border-radius: 0px;
  margin-bottom: 4px;
}
.cid-svrs3jsQgv .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: #424e7d;
}
.cid-svrs3jsQgv .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-svrs3jsQgv .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-svrs3jsQgv .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #424e7d;
  margin-bottom: 0;
}
.cid-svrs3jsQgv .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-svrs3jsQgv .card .panel-body {
  color: #767676;
}
.cid-svrs3jsQgv H4 {
  color: #ffffff;
}
.cid-svrs3jsQgv .panel-text {
  color: #ffffff;
}
.cid-qGqYYfLVC9 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qGqYYfLVC9 H2 {
  text-align: center;
}
.cid-qGqYYfLVC9 SPAN {
  color: #232323;
}
.cid-svrymbSGaC {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  background-color: #90cc8b;
}
.cid-svrymbSGaC .fa-caret-down {
  transition: all 0.3s ease;
}
.cid-svrymbSGaC .panel-title[aria-expanded="true"] .fa-caret-down {
  transform: rotate(180deg);
}
.cid-svrymbSGaC .text-white1 {
  color: #ffffff;
  font-family: Arial;
}
.cid-svrymbSGaC .text-white1:hover {
  color: #000000 !important;
}
.cid-svrymbSGaC .card {
  width: 120% ;
  margin-left: -10%;
  border-radius: 0px;
  margin-bottom: 4px;
}
.cid-svrymbSGaC .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: #73a06f;
}
.cid-svrymbSGaC .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-svrymbSGaC .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-svrymbSGaC .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #73a06f;
  margin-bottom: 0;
}
.cid-svrymbSGaC .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-svrymbSGaC .card .panel-body {
  color: #767676;
}
.cid-svrymbSGaC .panel-text {
  color: #232323;
}
.cid-svrymbSGaC H4 {
  color: #ffffff;
}
.cid-qGr0FeUapp {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qGr0FeUapp H2 {
  text-align: center;
}
.cid-qGr0FeUapp SPAN {
  color: #232323;
}
.cid-qGr0FeUapp .mbr-section-subtitle {
  color: #232323;
}
.cid-svrAzIgydd {
  padding-top: 30px;
  padding-bottom: 135px;
  position: relative;
  background-color: #c2a6ae;
}
.cid-svrAzIgydd .fa-caret-down {
  transition: all 0.3s ease;
}
.cid-svrAzIgydd .panel-title[aria-expanded="true"] .fa-caret-down {
  transform: rotate(180deg);
}
.cid-svrAzIgydd .text-white1 {
  color: #ffffff;
  font-family: Arial;
}
.cid-svrAzIgydd .text-white1:hover {
  color: #000000 !important;
}
.cid-svrAzIgydd .card {
  width: 120% ;
  margin-left: -10%;
  border-radius: 0px;
  margin-bottom: 4px;
}
.cid-svrAzIgydd .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: #9c7781;
}
.cid-svrAzIgydd .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-svrAzIgydd .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-svrAzIgydd .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #9c7781;
  margin-bottom: 0;
}
.cid-svrAzIgydd .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-svrAzIgydd .card .panel-body {
  color: #767676;
}
.cid-svrAzIgydd .panel-text {
  color: #232323;
}
.cid-svrAzIgydd H4 {
  color: #ffffff;
}
.cid-svrBlzByFg {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-svrBlzByFg H2 {
  text-align: center;
}
.cid-svrBlzByFg SPAN {
  color: #232323;
}
.cid-svrBlzByFg .mbr-section-subtitle {
  color: #232323;
}
.cid-qQbbfuOwAq {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/cxoborwveaabrjo-1.jpg");
}
.cid-qQbbfuOwAq H2 {
  text-align: right;
  color: #232323;
}
.cid-qQbbfuOwAq SPAN {
  color: #073b4c;
}
.cid-qF8AouR4oh {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #669900;
}
.cid-qF8AouR4oh .mbr-section-subtitle {
  color: #767676;
}
.cid-qF8AouR4oh H2 {
  color: #ebf7fb;
}
.cid-qF8AxUTtxj {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-qF8AxUTtxj .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qF8AxUTtxj .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qF8AxUTtxj .mbr-text {
    text-align: center;
  }
}
.cid-qF8AxUTtxj .mbr-text,
.cid-qF8AxUTtxj .mbr-section-btn {
  color: #232323;
}
.cid-qF8AxUTtxj H1 {
  color: #232323;
}
.cid-qHtBj068KO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qHtBj068KO .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qHtBj068KO .section-text {
  padding: 2rem 0;
  color: #232323;
}
.cid-qHtBj068KO .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qHtBj068KO .inner-container {
    width: 100% !important;
  }
}
.cid-qHtBj068KO .section-text P {
  text-align: left;
}
.cid-qHtBj068KO .section-text DIV {
  text-align: left;
}
.cid-qHd0OPE65r {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #669900;
}
.cid-qHd0OPE65r h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qHd0OPE65r p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-qHd0OPE65r .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-qHd0OPE65r .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-qHd0OPE65r .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-qHd0OPE65r .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-qHd0OPE65r .card-box {
    padding-left: 0;
  }
}
.cid-qHd0OPE65r .card-title,
.cid-qHd0OPE65r .card-img {
  color: #ffffff;
}
.cid-qHd0OPE65r P {
  color: #ffffff;
}
.cid-qHd0RMLEI5 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #669900;
}
.cid-qHd0RMLEI5 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qHd0RMLEI5 p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-qHd0RMLEI5 .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-qHd0RMLEI5 .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-qHd0RMLEI5 .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-qHd0RMLEI5 .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-qHd0RMLEI5 .card-box {
    padding-left: 0;
  }
}
.cid-qHd0RMLEI5 .card-title,
.cid-qHd0RMLEI5 .card-img {
  color: #ffffff;
}
.cid-qHd0RMLEI5 P {
  color: #ffffff;
}
.cid-svvGLz53xU {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #669900;
}
.cid-qQbgmQMZ9b {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/cxoborwveaabrjo-1.jpg");
}
.cid-qQbgmQMZ9b H2 {
  text-align: right;
  color: #232323;
}
.cid-qQbgmQMZ9b SPAN {
  color: #073b4c;
}
.cid-qF8ztdzS5x {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #669900;
}
.cid-qF8ztdzS5x .mbr-section-subtitle {
  color: #767676;
}
.cid-qF8ztdzS5x H2 {
  color: #ebf7fb;
}
.cid-qEsR7U5Gbk {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-qEsR7U5Gbk .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qEsR7U5Gbk .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qEsR7U5Gbk .mbr-text {
    text-align: center;
  }
}
.cid-qEsR7U5Gbk .mbr-text,
.cid-qEsR7U5Gbk .mbr-section-btn {
  color: #232323;
}
.cid-qEsR7U5Gbk H1 {
  color: #232323;
}
.cid-qHtzgfQ697 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qHtzgfQ697 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qHtzgfQ697 .section-text {
  padding: 2rem 0;
  color: #232323;
}
.cid-qHtzgfQ697 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qHtzgfQ697 .inner-container {
    width: 100% !important;
  }
}
.cid-qHtzgfQ697 .section-text P {
  text-align: left;
}
.cid-qHtzgfQ697 .section-text DIV {
  text-align: left;
}
.cid-svvH7kat9m {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #669900;
}
.cid-svvH7kat9m h4 {
  text-align: left;
  font-weight: 500;
}
.cid-svvH7kat9m p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-svvH7kat9m .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-svvH7kat9m .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-svvH7kat9m .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-svvH7kat9m .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-svvH7kat9m .card-box {
    padding-left: 0;
  }
}
.cid-svvH7kat9m .card-title,
.cid-svvH7kat9m .card-img {
  color: #ffffff;
}
.cid-svvH7kat9m P {
  color: #ffffff;
}
.cid-svvGsTyXpY {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #669900;
}
.cid-svvGsTyXpY h4 {
  text-align: left;
  font-weight: 500;
}
.cid-svvGsTyXpY p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-svvGsTyXpY .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-svvGsTyXpY .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-svvGsTyXpY .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-svvGsTyXpY .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-svvGsTyXpY .card-box {
    padding-left: 0;
  }
}
.cid-svvGsTyXpY .card-title,
.cid-svvGsTyXpY .card-img {
  color: #ffffff;
}
.cid-svvGsTyXpY P {
  color: #ffffff;
}
.cid-svvHP4slJx {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #669900;
}
.cid-qQbgqsPKjD {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/sdut-report-auditors-and-accountants-are-in-demand-2016jun19.jpg");
}
.cid-qQbgqsPKjD H2 {
  text-align: right;
  color: #232323;
}
.cid-qQbgqsPKjD SPAN {
  color: #073b4c;
}
.cid-qF8ANJPD95 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #669900;
}
.cid-qF8ANJPD95 .mbr-section-subtitle {
  color: #767676;
}
.cid-qF8ANJPD95 H2 {
  color: #ebf7fb;
}
.cid-qF8AQvYRh7 {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-qF8AQvYRh7 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qF8AQvYRh7 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qF8AQvYRh7 .mbr-text {
    text-align: center;
  }
}
.cid-qF8AQvYRh7 .mbr-text,
.cid-qF8AQvYRh7 .mbr-section-btn {
  color: #232323;
}
.cid-qF8AQvYRh7 H1 {
  color: #232323;
}
.cid-qHtGV75BWw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qHtGV75BWw .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qHtGV75BWw .section-text {
  padding: 2rem 0;
  color: #232323;
}
.cid-qHtGV75BWw .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qHtGV75BWw .inner-container {
    width: 100% !important;
  }
}
.cid-qHtGV75BWw .section-text P {
  text-align: left;
}
.cid-qHtGV75BWw .section-text DIV {
  text-align: left;
}
.cid-svvHbwZIql {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #669900;
}
.cid-svvHbwZIql h4 {
  text-align: left;
  font-weight: 500;
}
.cid-svvHbwZIql p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-svvHbwZIql .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-svvHbwZIql .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-svvHbwZIql .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-svvHbwZIql .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-svvHbwZIql .card-box {
    padding-left: 0;
  }
}
.cid-svvHbwZIql .card-title,
.cid-svvHbwZIql .card-img {
  color: #ffffff;
}
.cid-svvHbwZIql P {
  color: #ffffff;
}
.cid-svvGQ2ssZj {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #669900;
}
.cid-svvGQ2ssZj h4 {
  text-align: left;
  font-weight: 500;
}
.cid-svvGQ2ssZj p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-svvGQ2ssZj .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-svvGQ2ssZj .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-svvGQ2ssZj .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-svvGQ2ssZj .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-svvGQ2ssZj .card-box {
    padding-left: 0;
  }
}
.cid-svvGQ2ssZj .card-title,
.cid-svvGQ2ssZj .card-img {
  color: #ffffff;
}
.cid-svvGQ2ssZj P {
  color: #ffffff;
}
.cid-svvHUd4Qb9 {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #669900;
}
.cid-qQbgDe2eRw {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/untitled.png");
}
.cid-qQbgDe2eRw H2 {
  text-align: right;
  color: #232323;
}
.cid-qQbgDe2eRw SPAN {
  color: #073b4c;
}
.cid-qF8B3v5I0Q {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #669900;
}
.cid-qF8B3v5I0Q .mbr-section-subtitle {
  color: #767676;
}
.cid-qF8B3v5I0Q H2 {
  color: #ebf7fb;
}
.cid-qF8B3Xvdjn {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-qF8B3Xvdjn .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qF8B3Xvdjn .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qF8B3Xvdjn .mbr-text {
    text-align: center;
  }
}
.cid-qF8B3Xvdjn .mbr-text,
.cid-qF8B3Xvdjn .mbr-section-btn {
  color: #232323;
}
.cid-qF8B3Xvdjn H1 {
  color: #232323;
}
.cid-qHtLLLdn3l {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qHtLLLdn3l .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qHtLLLdn3l .section-text {
  padding: 2rem 0;
  color: #232323;
}
.cid-qHtLLLdn3l .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qHtLLLdn3l .inner-container {
    width: 100% !important;
  }
}
.cid-qHtLLLdn3l .section-text P {
  text-align: left;
}
.cid-qHtLLLdn3l .section-text DIV {
  text-align: left;
}
.cid-svvHXzKdMl {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #669900;
}
.cid-svvHXzKdMl h4 {
  text-align: left;
  font-weight: 500;
}
.cid-svvHXzKdMl p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-svvHXzKdMl .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-svvHXzKdMl .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-svvHXzKdMl .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-svvHXzKdMl .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-svvHXzKdMl .card-box {
    padding-left: 0;
  }
}
.cid-svvHXzKdMl .card-title,
.cid-svvHXzKdMl .card-img {
  color: #ffffff;
}
.cid-svvHXzKdMl P {
  color: #ffffff;
}
.cid-svvHYe8vVw {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #669900;
}
.cid-svvHYe8vVw h4 {
  text-align: left;
  font-weight: 500;
}
.cid-svvHYe8vVw p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-svvHYe8vVw .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-svvHYe8vVw .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-svvHYe8vVw .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-svvHYe8vVw .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-svvHYe8vVw .card-box {
    padding-left: 0;
  }
}
.cid-svvHYe8vVw .card-title,
.cid-svvHYe8vVw .card-img {
  color: #ffffff;
}
.cid-svvHYe8vVw P {
  color: #ffffff;
}
.cid-svvHYGRzBz {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #669900;
}
.cid-qQbgNiygS6 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/support-header.jpg");
}
.cid-qQbgNiygS6 H2 {
  text-align: right;
  color: #232323;
}
.cid-qQbgNiygS6 SPAN {
  color: #073b4c;
}
.cid-qF8BhL6xCH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #669900;
}
.cid-qF8BhL6xCH .mbr-section-subtitle {
  color: #767676;
}
.cid-qF8BhL6xCH H2 {
  color: #ebf7fb;
}
.cid-qF8BisHBSR {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-qF8BisHBSR .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qF8BisHBSR .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qF8BisHBSR .mbr-text {
    text-align: center;
  }
}
.cid-qF8BisHBSR .mbr-text,
.cid-qF8BisHBSR .mbr-section-btn {
  color: #232323;
}
.cid-qF8BisHBSR H1 {
  color: #232323;
}
.cid-qHtMY92gOa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qHtMY92gOa .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qHtMY92gOa .section-text {
  padding: 2rem 0;
  color: #232323;
}
.cid-qHtMY92gOa .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qHtMY92gOa .inner-container {
    width: 100% !important;
  }
}
.cid-qHtMY92gOa .section-text P {
  text-align: left;
}
.cid-qHtMY92gOa .section-text DIV {
  text-align: left;
}
.cid-svvI425WBC {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #669900;
}
.cid-svvI425WBC h4 {
  text-align: left;
  font-weight: 500;
}
.cid-svvI425WBC p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-svvI425WBC .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-svvI425WBC .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-svvI425WBC .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-svvI425WBC .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-svvI425WBC .card-box {
    padding-left: 0;
  }
}
.cid-svvI425WBC .card-title,
.cid-svvI425WBC .card-img {
  color: #ffffff;
}
.cid-svvI425WBC P {
  color: #ffffff;
}
.cid-svvI4thh7f {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #669900;
}
.cid-svvI4thh7f h4 {
  text-align: left;
  font-weight: 500;
}
.cid-svvI4thh7f p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-svvI4thh7f .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-svvI4thh7f .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-svvI4thh7f .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-svvI4thh7f .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-svvI4thh7f .card-box {
    padding-left: 0;
  }
}
.cid-svvI4thh7f .card-title,
.cid-svvI4thh7f .card-img {
  color: #ffffff;
}
.cid-svvI4thh7f P {
  color: #ffffff;
}
.cid-svvI4UTIyo {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #669900;
}
.cid-qQbjxCUjtA {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/teach-the-teacher-course-for-doctors-2.jpg");
}
.cid-qQbjxCUjtA H2 {
  text-align: right;
  color: #232323;
}
.cid-qQbjxCUjtA SPAN {
  color: #073b4c;
}
.cid-qF8C7Jqnh2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #669900;
}
.cid-qF8C7Jqnh2 .mbr-section-subtitle {
  color: #767676;
}
.cid-qF8C7Jqnh2 H2 {
  color: #ebf7fb;
}
.cid-qEsMT7iDe2 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qEsMT7iDe2 .mbr-section-subtitle {
  color: #767676;
}
.cid-qEsMT7iDe2 H2 {
  text-align: center;
}
.cid-qEnF0YIjlf {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qEnF0YIjlf .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qEnF0YIjlf .section-text {
  padding: 2rem 0;
  text-align: center;
}
.cid-qEnF0YIjlf .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qEnF0YIjlf .inner-container {
    width: 100% !important;
  }
}
.cid-qEnF0YIjlf .section-text DIV {
  text-align: right;
}
.cid-qEnGABjlCu {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #9ecf3e;
}
.cid-qEnGABjlCu H2 {
  text-align: center;
}
.cid-qGqE8ZUxXg {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #635a51;
}
.cid-qGqE8ZUxXg .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-qGqE8ZUxXg H2 {
  color: #ebf7fb;
}
.cid-qGqIEhPRlV {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-qGqIEhPRlV .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-qGqIEhPRlV H2 {
  color: #ebf7fb;
}
.cid-svvIpjVJwv {
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
  background-color: #b19577;
}
.cid-svvIpjVJwv .fa-caret-down {
  transition: all 0.3s ease;
}
.cid-svvIpjVJwv .panel-title[aria-expanded="true"] .fa-caret-down {
  transform: rotate(180deg);
}
.cid-svvIpjVJwv .text-white1 {
  color: #ffffff;
  font-family: Arial;
}
.cid-svvIpjVJwv .text-white1:hover {
  color: #000000 !important;
}
.cid-svvIpjVJwv .card {
  width: 120% ;
  margin-left: -10%;
  border-radius: 0px;
  margin-bottom: 4px;
}
.cid-svvIpjVJwv .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: #786148;
}
.cid-svvIpjVJwv .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-svvIpjVJwv .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-svvIpjVJwv .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #786148;
  margin-bottom: 0;
}
.cid-svvIpjVJwv .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-svvIpjVJwv .card .panel-body {
  color: #767676;
}
.cid-svvIpjVJwv .panel-text {
  color: #ffffff;
}
.cid-svvIpjVJwv H4 {
  color: #ffffff;
}
.cid-qGqJ9dqvWo {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-qGqJ9dqvWo .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-qGqJ9dqvWo H2 {
  color: #ebf7fb;
}
.cid-svvJhSN8VI {
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
  background-color: #b19577;
}
.cid-svvJhSN8VI .fa-caret-down {
  transition: all 0.3s ease;
}
.cid-svvJhSN8VI .panel-title[aria-expanded="true"] .fa-caret-down {
  transform: rotate(180deg);
}
.cid-svvJhSN8VI .text-white1 {
  color: #ffffff;
  font-family: Arial;
}
.cid-svvJhSN8VI .text-white1:hover {
  color: #000000 !important;
}
.cid-svvJhSN8VI .card {
  width: 120% ;
  margin-left: -10%;
  border-radius: 0px;
  margin-bottom: 4px;
}
.cid-svvJhSN8VI .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: #786148;
}
.cid-svvJhSN8VI .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-svvJhSN8VI .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-svvJhSN8VI .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #786148;
  margin-bottom: 0;
}
.cid-svvJhSN8VI .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-svvJhSN8VI .card .panel-body {
  color: #767676;
}
.cid-svvJhSN8VI .panel-text {
  color: #ffffff;
}
.cid-svvJhSN8VI H4 {
  color: #ffffff;
}
.cid-qGqKKuDfGO {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qGqKKuDfGO .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-qGqKKuDfGO H2 {
  color: #ebf7fb;
}
.cid-qGqKQwHA5s {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-qGqKQwHA5s .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-qGqKQwHA5s H2 {
  color: #ebf7fb;
}
.cid-qGqKYWvKfu {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-qGqKYWvKfu .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-qGqKYWvKfu H2 {
  color: #ebf7fb;
}
.cid-svvJzB8L6o {
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
  background-color: #55b4d4;
}
.cid-svvJzB8L6o .fa-caret-down {
  transition: all 0.3s ease;
}
.cid-svvJzB8L6o .panel-title[aria-expanded="true"] .fa-caret-down {
  transform: rotate(180deg);
}
.cid-svvJzB8L6o .text-white1 {
  color: #ffffff;
  font-family: Arial;
}
.cid-svvJzB8L6o .text-white1:hover {
  color: #000000 !important;
}
.cid-svvJzB8L6o .card {
  width: 120% ;
  margin-left: -10%;
  border-radius: 0px;
  margin-bottom: 4px;
}
.cid-svvJzB8L6o .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: #0f7699;
}
.cid-svvJzB8L6o .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-svvJzB8L6o .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-svvJzB8L6o .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #0f7699;
  margin-bottom: 0;
}
.cid-svvJzB8L6o .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-svvJzB8L6o .card .panel-body {
  color: #767676;
}
.cid-svvJzB8L6o .panel-text {
  color: #ffffff;
}
.cid-svvJzB8L6o H4 {
  color: #ffffff;
}
.cid-qGqLTXdqAl {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-qGqLTXdqAl .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-qGqLTXdqAl H2 {
  color: #ebf7fb;
}
.cid-svvK8xcQRH {
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
  background-color: #55b4d4;
}
.cid-svvK8xcQRH .fa-caret-down {
  transition: all 0.3s ease;
}
.cid-svvK8xcQRH .panel-title[aria-expanded="true"] .fa-caret-down {
  transform: rotate(180deg);
}
.cid-svvK8xcQRH .text-white1 {
  color: #ffffff;
  font-family: Arial;
}
.cid-svvK8xcQRH .text-white1:hover {
  color: #000000 !important;
}
.cid-svvK8xcQRH .card {
  width: 120% ;
  margin-left: -10%;
  border-radius: 0px;
  margin-bottom: 4px;
}
.cid-svvK8xcQRH .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: #0f7699;
}
.cid-svvK8xcQRH .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-svvK8xcQRH .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-svvK8xcQRH .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #0f7699;
  margin-bottom: 0;
}
.cid-svvK8xcQRH .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-svvK8xcQRH .card .panel-body {
  color: #767676;
}
.cid-svvK8xcQRH .panel-text {
  color: #ffffff;
}
.cid-svvK8xcQRH H4 {
  color: #ffffff;
}
.cid-qGqMgnmTY4 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qGqMgnmTY4 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-qGqMgnmTY4 H2 {
  color: #ebf7fb;
}
.cid-qGqMfczCjU {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #7f1933;
}
.cid-qGqMfczCjU .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-qGqMfczCjU H2 {
  color: #ebf7fb;
}
.cid-qGqMs2tPMY {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #bb3b39;
}
.cid-qGqMs2tPMY .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-qGqMs2tPMY H2 {
  color: #ebf7fb;
}
.cid-svvKpOSs1D {
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
  background-color: #a87272;
}
.cid-svvKpOSs1D .fa-caret-down {
  transition: all 0.3s ease;
}
.cid-svvKpOSs1D .panel-title[aria-expanded="true"] .fa-caret-down {
  transform: rotate(180deg);
}
.cid-svvKpOSs1D .text-white1 {
  color: #ffffff;
  font-family: Arial;
}
.cid-svvKpOSs1D .text-white1:hover {
  color: #000000 !important;
}
.cid-svvKpOSs1D .card {
  width: 120% ;
  margin-left: -10%;
  border-radius: 0px;
  margin-bottom: 4px;
}
.cid-svvKpOSs1D .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: #bb3b39;
}
.cid-svvKpOSs1D .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-svvKpOSs1D .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-svvKpOSs1D .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #bb3b39;
  margin-bottom: 0;
}
.cid-svvKpOSs1D .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-svvKpOSs1D .card .panel-body {
  color: #767676;
}
.cid-svvKpOSs1D .panel-text {
  color: #ffffff;
}
.cid-svvKpOSs1D H4 {
  color: #ffffff;
}
.cid-svvK5Iiytq {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-svvK5Iiytq .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-svvK5Iiytq H2 {
  color: #ebf7fb;
}
.cid-svvKZUXkmE {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #669900;
}
.cid-svvKZUXkmE h4 {
  text-align: left;
  font-weight: 500;
}
.cid-svvKZUXkmE p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-svvKZUXkmE .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-svvKZUXkmE .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-svvKZUXkmE .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-svvKZUXkmE .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-svvKZUXkmE .card-box {
    padding-left: 0;
  }
}
.cid-svvKZUXkmE .card-title,
.cid-svvKZUXkmE .card-img {
  color: #ffffff;
}
.cid-svvKZUXkmE P {
  color: #ffffff;
}
.cid-svvKYIiAdc {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #669900;
}
.cid-svvKYIiAdc h4 {
  text-align: left;
  font-weight: 500;
}
.cid-svvKYIiAdc p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-svvKYIiAdc .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-svvKYIiAdc .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-svvKYIiAdc .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-svvKYIiAdc .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-svvKYIiAdc .card-box {
    padding-left: 0;
  }
}
.cid-svvKYIiAdc .card-title,
.cid-svvKYIiAdc .card-img {
  color: #ffffff;
}
.cid-svvKYIiAdc P {
  color: #ffffff;
}
.cid-svvL0JJRGF {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #669900;
}
.cid-qQbjNQGfT8 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/2239cf8d1217e38cf095-1.jpg");
}
.cid-qQbjNQGfT8 H2 {
  text-align: right;
  color: #232323;
}
.cid-qQbjNQGfT8 SPAN {
  color: #073b4c;
}
.cid-qHzdq64gAG {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #669900;
}
.cid-qHzdq64gAG .mbr-section-subtitle {
  color: #767676;
}
.cid-qHzdq64gAG H2 {
  color: #ebf7fb;
}
.cid-svxqMh72km {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-svxqMh72km P {
  color: #767676;
}
.cid-qQbk0mpPlC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/stockvault-under-construction-grunge-sign133322-1.jpg");
}
.cid-qQbk0mpPlC H2 {
  text-align: right;
  color: #232323;
}
.cid-qQbk0mpPlC SPAN {
  color: #073b4c;
}
.cid-qQbk0mpPlC .mbr-section-subtitle {
  color: #767676;
}
.cid-qF8HHpal6u {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #669900;
}
.cid-qF8HHpal6u .mbr-section-subtitle {
  color: #767676;
}
.cid-qF8HHpal6u H2 {
  color: #ebf7fb;
}
.cid-qEzmVRyK96 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qEzmVRyK96 .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-qEzmVRyK96 h4 {
  text-align: center;
}
.cid-qEzmVRyK96 p {
  text-align: center;
}
.cid-qEzmVRyK96 .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-qEzmVRyK96 .card-title,
.cid-qEzmVRyK96 .card-img {
  color: #669900;
}
.cid-svvLfkd9FV {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-svvLfkd9FV .mbr-text,
.cid-svvLfkd9FV blockquote {
  color: #767676;
}
.cid-svvLfkd9FV .mbr-text P {
  text-align: center;
}
.cid-qEznxNbL5n {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qEznxNbL5n .title {
  margin-bottom: 2rem;
}
.cid-qEznxNbL5n .mbr-section-subtitle {
  color: #767676;
}
.cid-qEznxNbL5n a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-qEznxNbL5n a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-qEznxNbL5n .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-qEznxNbL5n .input-group-btn {
  display: block;
  text-align: center;
}
