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





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: 'Open Sans', sans-serif;
  font-size: 4.25rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
}
.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 {
  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;
  padding: 1rem 3rem;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}
.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: #669900 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #7b4714 !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #73a06f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #669900;
  border-color: #669900;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff;
  background-color: #334d00;
  border-color: #334d00;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #334d00 !important;
  border-color: #334d00 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #669900;
  border-color: #669900;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff;
  background-color: #334d00;
  border-color: #334d00;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #334d00 !important;
  border-color: #334d00 !important;
}
.btn-info,
.btn-info:active {
  background-color: #7b4714;
  border-color: #7b4714;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff;
  background-color: #392109;
  border-color: #392109;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #392109 !important;
  border-color: #392109 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a;
  border-color: #f7ed4a;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff;
  background-color: #eadd0a;
  border-color: #eadd0a;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff;
  background-color: #d4d4d4;
  border-color: #d4d4d4;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #73a06f;
  border-color: #73a06f;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff;
  background-color: #51754d;
  border-color: #51754d;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #51754d !important;
  border-color: #51754d !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff;
  background-color: #d4d4d4;
  border-color: #d4d4d4;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #ffffff !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff;
  background-color: #0d0d0d;
  border-color: #0d0d0d;
}
.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: #223300;
  color: #223300;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #669900;
  border-color: #669900;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #669900 !important;
  border-color: #669900 !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: #231406;
  color: #231406;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #7b4714;
  border-color: #7b4714;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7b4714 !important;
  border-color: #7b4714 !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: #ffffff;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #466643;
  color: #466643;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #73a06f;
  border-color: #73a06f;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #73a06f !important;
  border-color: #73a06f !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: #669900 !important;
}
.text-secondary {
  color: #669900 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #7b4714 !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #73a06f !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #223300 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #223300 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #231406 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #466643 !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: #7b4714;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #73a06f;
}
.mbr-gallery-filter li.active .btn {
  background-color: #669900;
  border-color: #669900;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #669900;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b2ff1a;
}
.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: #de8631;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #bed3bc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  opacity: 0 !important;
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
.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;
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
.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;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #669900;
  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;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #669900;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #669900;
}
.btn-social + .btn {
  margin-left: .1rem;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #669900;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #669900;
}
/* Headers*/
.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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    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;
}
.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;
}
.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-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-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: 0px;
  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: #f9f9f9;
}
.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-qGdLXwi9ED {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qGdLXwi9ED h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qGdLXwi9ED p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-qGdLXwi9ED .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-qGdLXwi9ED .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-qGdLXwi9ED .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-qGdLXwi9ED .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-qGdLXwi9ED .card-box {
    padding-left: 0;
  }
}
.cid-qGdLXwi9ED .card-title,
.cid-qGdLXwi9ED .card-img {
  color: #669900;
}
.cid-qEmDb5SZr5 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qEmDb5SZr5 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qEmDb5SZr5 p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-qEmDb5SZr5 .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-qEmDb5SZr5 .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-qEmDb5SZr5 .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-qEmDb5SZr5 .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-qEmDb5SZr5 .card-box {
    padding-left: 0;
  }
}
.cid-qEmDb5SZr5 .card-title,
.cid-qEmDb5SZr5 .card-img {
  color: #669900;
}
.cid-qEnGABjlCu {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #9ecf3e;
}
.cid-qEnGABjlCu H2 {
  text-align: center;
}
.cid-qGr1lW4hNo {
  padding-top: 75px;
  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-qGqTPfaETP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #149dcc;
  position: relative;
}
.cid-qGqTPfaETP p {
  color: #767676;
}
.cid-qGqTPfaETP .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-qGqTPfaETP .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-qGqTPfaETP .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-qGqTPfaETP .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-qGqTPfaETP .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-qGqTPfaETP .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-qGqTPfaETP DIV {
  color: #000000;
}
.cid-qGqTPfaETP .panel-text {
  color: #ffffff;
}
.cid-qGqTPfaETP 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-qGqUGKoOnp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e19b57;
  position: relative;
}
.cid-qGqUGKoOnp p {
  color: #767676;
}
.cid-qGqUGKoOnp .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-qGqUGKoOnp .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-qGqUGKoOnp .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-qGqUGKoOnp .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-qGqUGKoOnp .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-qGqUGKoOnp .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-qGqUGKoOnp DIV {
  color: #000000;
}
.cid-qGqUGKoOnp .panel-text {
  color: #ffffff;
}
.cid-qGqUGKoOnp H4 {
  color: #ffffff;
}
.cid-qGqWEK8N4F {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qGqWEK8N4F .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-qGqWEK8N4F H2 {
  color: #ebf7fb;
}
.cid-qGr1gKnESN {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qGr1gKnESN H2 {
  text-align: center;
}
.cid-qGr1gKnESN SPAN {
  color: #232323;
}
.cid-qGqWf13tPB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #424e7d;
  position: relative;
}
.cid-qGqWf13tPB p {
  color: #767676;
}
.cid-qGqWf13tPB .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-qGqWf13tPB .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-qGqWf13tPB .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-qGqWf13tPB .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-qGqWf13tPB .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-qGqWf13tPB .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-qGqWf13tPB DIV {
  color: #000000;
}
.cid-qGqWf13tPB .panel-text {
  color: #ffffff;
}
.cid-qGqWf13tPB H4 {
  color: #ffffff;
}
.cid-qGqYYfLVC9 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qGqYYfLVC9 H2 {
  text-align: center;
}
.cid-qGqYYfLVC9 SPAN {
  color: #232323;
}
.cid-qGr04tFSZT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #73a06f;
  position: relative;
}
.cid-qGr04tFSZT p {
  color: #767676;
}
.cid-qGr04tFSZT .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-qGr04tFSZT .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-qGr04tFSZT .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-qGr04tFSZT .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-qGr04tFSZT .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-qGr04tFSZT .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-qGr04tFSZT DIV {
  color: #000000;
}
.cid-qGr04tFSZT .panel-text {
  color: #ffffff;
}
.cid-qGr04tFSZT H4 {
  color: #ffffff;
}
.cid-qGr0FeUapp {
  padding-top: 75px;
  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-qGr0JKSjRw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #9c7781;
  position: relative;
}
.cid-qGr0JKSjRw p {
  color: #767676;
}
.cid-qGr0JKSjRw .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-qGr0JKSjRw .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-qGr0JKSjRw .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-qGr0JKSjRw .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-qGr0JKSjRw .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-qGr0JKSjRw .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-qGr0JKSjRw DIV {
  color: #000000;
}
.cid-qGr0JKSjRw .panel-text {
  color: #ffffff;
}
.cid-qGr0JKSjRw H4 {
  color: #ffffff;
}
.cid-qQbyFCECye {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qQbyFCECye H2 {
  text-align: center;
}
.cid-qQbyFCECye SPAN {
  color: #4f4943;
}
.cid-qQbyFCECye .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qQbyFCECye .mbr-section-subtitle {
  color: #232323;
}
.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-qEmCuJK19h {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #669900;
}
.cid-qEmCuJK19h h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qEmCuJK19h p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-qEmCuJK19h .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-qEmCuJK19h .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-qEmCuJK19h .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-qEmCuJK19h .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-qEmCuJK19h .card-box {
    padding-left: 0;
  }
}
.cid-qEmCuJK19h .card-title,
.cid-qEmCuJK19h .card-img {
  color: #ffffff;
}
.cid-qEmCuJK19h P {
  color: #ffffff;
}
.cid-qEsTDjXrhH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #669900;
}
.cid-qEsTDjXrhH h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qEsTDjXrhH p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-qEsTDjXrhH .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-qEsTDjXrhH .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-qEsTDjXrhH .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-qEsTDjXrhH .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-qEsTDjXrhH .card-box {
    padding-left: 0;
  }
}
.cid-qEsTDjXrhH .card-title,
.cid-qEsTDjXrhH .card-img {
  color: #ffffff;
}
.cid-qEsTDjXrhH P {
  color: #ffffff;
}
.cid-qHd1gYDmab {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #669900;
}
.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-qHd0U3ADjZ {
  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-qHd1nimzOD {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #669900;
}
.cid-qHd1nimzOD h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qHd1nimzOD p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-qHd1nimzOD .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-qHd1nimzOD .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-qHd1nimzOD .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-qHd1nimzOD .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-qHd1nimzOD .card-box {
    padding-left: 0;
  }
}
.cid-qHd1nimzOD .card-title,
.cid-qHd1nimzOD .card-img {
  color: #ffffff;
}
.cid-qHd1nimzOD P {
  color: #ffffff;
}
.cid-qEsTDjXrhH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #669900;
}
.cid-qEsTDjXrhH h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qEsTDjXrhH p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-qEsTDjXrhH .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-qEsTDjXrhH .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-qEsTDjXrhH .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-qEsTDjXrhH .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-qEsTDjXrhH .card-box {
    padding-left: 0;
  }
}
.cid-qEsTDjXrhH .card-title,
.cid-qEsTDjXrhH .card-img {
  color: #ffffff;
}
.cid-qEsTDjXrhH P {
  color: #ffffff;
}
.cid-qHd1sB73RY {
  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-qHd1G68Xhg {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #669900;
}
.cid-qHd1G68Xhg h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qHd1G68Xhg p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-qHd1G68Xhg .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-qHd1G68Xhg .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-qHd1G68Xhg .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-qHd1G68Xhg .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-qHd1G68Xhg .card-box {
    padding-left: 0;
  }
}
.cid-qHd1G68Xhg .card-title,
.cid-qHd1G68Xhg .card-img {
  color: #ffffff;
}
.cid-qHd1G68Xhg P {
  color: #ffffff;
}
.cid-qEsTDjXrhH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #669900;
}
.cid-qEsTDjXrhH h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qEsTDjXrhH p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-qEsTDjXrhH .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-qEsTDjXrhH .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-qEsTDjXrhH .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-qEsTDjXrhH .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-qEsTDjXrhH .card-box {
    padding-left: 0;
  }
}
.cid-qEsTDjXrhH .card-title,
.cid-qEsTDjXrhH .card-img {
  color: #ffffff;
}
.cid-qEsTDjXrhH P {
  color: #ffffff;
}
.cid-qHd1K83fdY {
  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-qHd2t8I3A0 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #669900;
}
.cid-qHd2t8I3A0 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qHd2t8I3A0 p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-qHd2t8I3A0 .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-qHd2t8I3A0 .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-qHd2t8I3A0 .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-qHd2t8I3A0 .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-qHd2t8I3A0 .card-box {
    padding-left: 0;
  }
}
.cid-qHd2t8I3A0 .card-title,
.cid-qHd2t8I3A0 .card-img {
  color: #ffffff;
}
.cid-qHd2t8I3A0 P {
  color: #ffffff;
}
.cid-qEsTDjXrhH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #669900;
}
.cid-qEsTDjXrhH h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qEsTDjXrhH p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-qEsTDjXrhH .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-qEsTDjXrhH .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-qEsTDjXrhH .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-qEsTDjXrhH .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-qEsTDjXrhH .card-box {
    padding-left: 0;
  }
}
.cid-qEsTDjXrhH .card-title,
.cid-qEsTDjXrhH .card-img {
  color: #ffffff;
}
.cid-qEsTDjXrhH P {
  color: #ffffff;
}
.cid-qHd2vIKL7X {
  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-qGqCjQTMs2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #b19577;
  position: relative;
}
.cid-qGqCjQTMs2 p {
  color: #767676;
}
.cid-qGqCjQTMs2 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-qGqCjQTMs2 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-qGqCjQTMs2 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-qGqCjQTMs2 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-qGqCjQTMs2 .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-qGqCjQTMs2 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-qGqCjQTMs2 DIV {
  color: #000000;
}
.cid-qGqCjQTMs2 .panel-text {
  color: #ffffff;
}
.cid-qGqCjQTMs2 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-qGqEr0ilJt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #b19577;
  position: relative;
}
.cid-qGqEr0ilJt p {
  color: #767676;
}
.cid-qGqEr0ilJt .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-qGqEr0ilJt .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-qGqEr0ilJt .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-qGqEr0ilJt .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-qGqEr0ilJt .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-qGqEr0ilJt .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-qGqEr0ilJt DIV {
  color: #000000;
}
.cid-qGqEr0ilJt .panel-text {
  color: #ffffff;
}
.cid-qGqEr0ilJt 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-qGqLjQVpk7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #55b4d4;
  position: relative;
}
.cid-qGqLjQVpk7 p {
  color: #767676;
}
.cid-qGqLjQVpk7 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-qGqLjQVpk7 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-qGqLjQVpk7 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-qGqLjQVpk7 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-qGqLjQVpk7 .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-qGqLjQVpk7 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-qGqLjQVpk7 DIV {
  color: #000000;
}
.cid-qGqLjQVpk7 .panel-text {
  color: #ffffff;
}
.cid-qGqLjQVpk7 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-qGqLYkiD7x {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #55b4d4;
  position: relative;
}
.cid-qGqLYkiD7x p {
  color: #767676;
}
.cid-qGqLYkiD7x .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-qGqLYkiD7x .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-qGqLYkiD7x .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-qGqLYkiD7x .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-qGqLYkiD7x .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-qGqLYkiD7x .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-qGqLYkiD7x DIV {
  color: #000000;
}
.cid-qGqLYkiD7x .panel-text {
  color: #ffffff;
}
.cid-qGqLYkiD7x 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-qGqMCGpmbB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #a87272;
  position: relative;
}
.cid-qGqMCGpmbB p {
  color: #767676;
}
.cid-qGqMCGpmbB .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-qGqMCGpmbB .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-qGqMCGpmbB .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-qGqMCGpmbB .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-qGqMCGpmbB .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-qGqMCGpmbB .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-qGqMCGpmbB DIV {
  color: #000000;
}
.cid-qGqMCGpmbB .panel-text {
  color: #ffffff;
}
.cid-qGqMCGpmbB H4 {
  color: #ffffff;
}
.cid-qQbk0mpPlC {
  padding-top: 120px;
  padding-bottom: 120px;
  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-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: 90px;
  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-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;
}
.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;
}
