body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Axiforma-Book';
  font-size: 2.4rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-2 {
  font-family: 'Axiforma-Book';
  font-size: 1.9rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.04rem;
}
.display-4 {
  font-family: 'Axiforma-Light';
  font-size: 0.8rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Axiforma-Book';
  font-size: 1rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-7 {
  font-family: 'Axiforma-Light';
  font-size: 0.95rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.52rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.52rem;
    font-size: calc( 1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  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: #000000 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #5b686b !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b9c400 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !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: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-info,
.btn-info:active {
  background-color: #5b686b !important;
  border-color: #5b686b !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #384042 !important;
  border-color: #384042 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #384042 !important;
  border-color: #384042 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b9c400 !important;
  border-color: #b9c400 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #717800 !important;
  border-color: #717800 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #717800 !important;
  border-color: #717800 !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: #000000;
  border-color: #000000;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #2c3234;
  color: #2c3234;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #5b686b;
  border-color: #5b686b;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #5b686b !important;
  border-color: #5b686b !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #595e00;
  color: #595e00;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b9c400;
  border-color: #b9c400;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b9c400 !important;
  border-color: #b9c400 !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: #000000 !important;
}
.text-secondary {
  color: #149dcc !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #5b686b !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b9c400 !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: #0b566f !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #2c3234 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #595e00 !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: #5b686b;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b9c400;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.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: #9ba7aa;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f5ff44;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Axiforma-Light';
  font-size: 0.95rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.52rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #000000;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #000000;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  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: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !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: #149dcc !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='%23000000' %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-tjMyNWIKNh {
  background: #ffffff;
}
.cid-tjMyNWIKNh .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tjMyNWIKNh .mbr-figure {
  margin: 0 auto;
}
.cid-tjMyNWIKNh figcaption {
  position: relative;
}
.cid-tjMyNWIKNh figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjMyNWIKNh .image-block {
    width: 100% !important;
  }
}
.cid-tgsTj592zN {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #b9c400;
}
.cid-tgsTj592zN .mbr-section-subtitle {
  color: #767676;
}
.cid-tgsTj592zN .btn {
  margin: 0 0 .5rem 0;
}
.cid-tgsTlGJq5n {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tgsTlGJq5n P {
  color: #767676;
}
.cid-tgsTlGJq5n H1 {
  color: #b9c400;
}
.cid-tgsTlGJq5n .mbr-text,
.cid-tgsTlGJq5n .mbr-section-btn {
  color: #000000;
}
.cid-ufBdM7GpCu {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ufBdM7GpCu h4 {
  text-align: left;
  font-weight: 500;
}
.cid-ufBdM7GpCu p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-ufBdM7GpCu .card-img {
  text-align: left;
  background-color: #b9c400;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-ufBdM7GpCu .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-ufBdM7GpCu .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #b9c400;
}
.cid-ufBdM7GpCu .card-title,
.cid-ufBdM7GpCu .card-img {
  text-align: center;
  color: #000000;
}
.cid-ufBdM7GpCu P {
  color: #000000;
  text-align: left;
}
.cid-tgsTo9CsZN {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tgsTo9CsZN h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tgsTo9CsZN p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tgsTo9CsZN .card-img {
  text-align: left;
  background-color: #b9c400;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-tgsTo9CsZN .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tgsTo9CsZN .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #b9c400;
}
.cid-tgsTo9CsZN .card-title,
.cid-tgsTo9CsZN .card-img {
  text-align: center;
  color: #000000;
}
.cid-tgsTo9CsZN P {
  color: #000000;
  text-align: left;
}
.cid-tgsTEM4p2O {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/bg-1200x811.jpg");
}
.cid-tgsTEM4p2O P {
  color: #767676;
}
.cid-tgsTEM4p2O .mbr-text,
.cid-tgsTEM4p2O .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tgsTEM4p2O H1 {
  color: #b9c400;
}
.cid-tgsTEM4p2O H3 {
  color: #000000;
}
.cid-tjYzpmavv8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tjYzpmavv8 .mbr-section-subtitle {
  color: #000000;
}
.cid-tjYzpmavv8 .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tjYzpmavv8 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tjYzpmavv8 .mbr-author-desc {
  display: block;
  color: #000000;
  text-align: left;
}
.cid-tjYzpmavv8 .mbr-author-name {
  color: #767676;
}
.cid-tjYzpmavv8 .mbr-testimonial .panel-item {
  background-color: #b9c400;
}
.cid-tjYzpmavv8 .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-tjYzpmavv8 .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-tjYzpmavv8 .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tjYzpmavv8 .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-tjYzpmavv8 .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-tjYzpmavv8 P {
  color: #ffffff;
}
.cid-tjYzpmavv8 H2 {
  color: #b9c400;
}
.cid-tMgarcbghj {
  padding-top: 60px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/bg-1200x811.jpg");
}
.cid-tMgarcbghj .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tMgarcbghj .carousel-item.active,
.cid-tMgarcbghj .carousel-item-next,
.cid-tMgarcbghj .carousel-item-prev {
  display: flex;
}
.cid-tMgarcbghj .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
}
.cid-tMgarcbghj .carousel-controls a span {
  position: absolute;
  top: 180px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
  opacity: .5;
}
.cid-tMgarcbghj .carousel-controls a:hover span {
  opacity: 1;
}
.cid-tMgarcbghj .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tMgarcbghj .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-tMgarcbghj .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tMgarcbghj H2 {
  color: #000000;
}
.cid-tMgarcbghj .user_text {
  color: #000000;
}
.cid-tMgarcbghj .user_name {
  color: #000000;
}
.cid-tMgarcbghj .user_desk {
  color: #000000;
}
.cid-tgsTqwEdX0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c1c1c1;
}
@media (max-width: 767px) {
  .cid-tgsTqwEdX0 .content {
    text-align: center;
  }
  .cid-tgsTqwEdX0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tgsTqwEdX0 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tgsTqwEdX0 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tgsTqwEdX0 .media-wrap img {
  height: 10rem;
}
@media (max-width: 767px) {
  .cid-tgsTqwEdX0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tgsTqwEdX0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tgsTqwEdX0 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tgsTqwEdX0 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tgsTqwEdX0 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tgsTqwEdX0 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tgsTqwEdX0 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tgsTqwEdX0 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tgsTqwEdX0 P {
  color: #000000;
}
.cid-tgsTqwEdX0 H5 {
  color: #ffffff;
}
.cid-tgsTqwEdX0 .copyright > p {
  color: #000000;
}
.cid-tjMyS9xbtc {
  background: #ffffff;
}
.cid-tjMyS9xbtc .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tjMyS9xbtc .mbr-figure {
  margin: 0 auto;
}
.cid-tjMyS9xbtc figcaption {
  position: relative;
}
.cid-tjMyS9xbtc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjMyS9xbtc .image-block {
    width: 100% !important;
  }
}
.cid-thw9RrMx2f {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #b9c400;
}
.cid-thw9RrMx2f .mbr-section-subtitle {
  color: #767676;
}
.cid-thw9RrMx2f .btn {
  margin: 0 0 .5rem 0;
}
.cid-thw50zHT76 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-thw50zHT76 H2 {
  color: #000000;
}
.cid-thw50zHT76 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-thw50zHT76 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tMmf6BUasD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c1c1c1;
}
@media (max-width: 767px) {
  .cid-tMmf6BUasD .content {
    text-align: center;
  }
  .cid-tMmf6BUasD .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tMmf6BUasD .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tMmf6BUasD .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tMmf6BUasD .media-wrap img {
  height: 10rem;
}
@media (max-width: 767px) {
  .cid-tMmf6BUasD .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tMmf6BUasD .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tMmf6BUasD .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tMmf6BUasD .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tMmf6BUasD .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tMmf6BUasD .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tMmf6BUasD .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tMmf6BUasD .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tMmf6BUasD P {
  color: #000000;
}
.cid-tMmf6BUasD H5 {
  color: #ffffff;
}
.cid-tMmf6BUasD .copyright > p {
  color: #000000;
}
.cid-tjMyV4wlNP {
  background: #ffffff;
}
.cid-tjMyV4wlNP .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tjMyV4wlNP .mbr-figure {
  margin: 0 auto;
}
.cid-tjMyV4wlNP figcaption {
  position: relative;
}
.cid-tjMyV4wlNP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjMyV4wlNP .image-block {
    width: 100% !important;
  }
}
.cid-thw9VIZt9m {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #b9c400;
}
.cid-thw9VIZt9m .mbr-section-subtitle {
  color: #767676;
}
.cid-thw9VIZt9m .btn {
  margin: 0 0 .5rem 0;
}
.cid-tiLntjxgxz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tiLntjxgxz H2 {
  color: #000000;
}
.cid-tiLntjxgxz .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tiLntjxgxz .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tMmfh6zLey {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c1c1c1;
}
@media (max-width: 767px) {
  .cid-tMmfh6zLey .content {
    text-align: center;
  }
  .cid-tMmfh6zLey .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tMmfh6zLey .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tMmfh6zLey .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tMmfh6zLey .media-wrap img {
  height: 10rem;
}
@media (max-width: 767px) {
  .cid-tMmfh6zLey .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tMmfh6zLey .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tMmfh6zLey .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tMmfh6zLey .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tMmfh6zLey .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tMmfh6zLey .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tMmfh6zLey .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tMmfh6zLey .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tMmfh6zLey P {
  color: #000000;
}
.cid-tMmfh6zLey H5 {
  color: #ffffff;
}
.cid-tMmfh6zLey .copyright > p {
  color: #000000;
}
.cid-tMg6IPnZxB {
  background: #ffffff;
}
.cid-tMg6IPnZxB .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tMg6IPnZxB .mbr-figure {
  margin: 0 auto;
}
.cid-tMg6IPnZxB figcaption {
  position: relative;
}
.cid-tMg6IPnZxB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tMg6IPnZxB .image-block {
    width: 100% !important;
  }
}
.cid-tMg6MOihCx {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #b9c400;
}
.cid-tMg6MOihCx .mbr-section-subtitle {
  color: #767676;
}
.cid-tMg6MOihCx .btn {
  margin: 0 0 .5rem 0;
}
.cid-uwt2HXaOTT {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uwt2HXaOTT .mbr-section-btn > * {
  margin: 0;
}
.cid-uwt2HXaOTT h4 {
  font-weight: 500;
}
.cid-uwt2HXaOTT p {
  color: #232323;
}
.cid-uwt2HXaOTT .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uwt2HXaOTT .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uwt2HXaOTT .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uwt2HXaOTT .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uwt2HXaOTT .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uwt2HXaOTT .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uwt2HXaOTT .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uwt2HXaOTT .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uwt2HXaOTT .card-img span {
    font-size: 40px !important;
  }
}
.cid-uwt2HXaOTT .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-uwt2HXaOTT H2 {
  color: #000000;
}
.cid-uwt2HXaOTT .text1 {
  color: #000000;
}
.cid-ufBl71UBGc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ufBl71UBGc .mbr-section-btn > * {
  margin: 0;
}
.cid-ufBl71UBGc h4 {
  font-weight: 500;
}
.cid-ufBl71UBGc p {
  color: #232323;
}
.cid-ufBl71UBGc .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-ufBl71UBGc .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-ufBl71UBGc .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ufBl71UBGc .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-ufBl71UBGc .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-ufBl71UBGc .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-ufBl71UBGc .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ufBl71UBGc .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-ufBl71UBGc .card-img span {
    font-size: 40px !important;
  }
}
.cid-ufBl71UBGc .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-ufBl71UBGc H2 {
  color: #000000;
}
.cid-ufBl71UBGc .text1 {
  color: #000000;
}
.cid-u8jWRXTmE3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u8jWRXTmE3 .mbr-section-btn > * {
  margin: 0;
}
.cid-u8jWRXTmE3 h4 {
  font-weight: 500;
}
.cid-u8jWRXTmE3 p {
  color: #232323;
}
.cid-u8jWRXTmE3 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-u8jWRXTmE3 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-u8jWRXTmE3 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u8jWRXTmE3 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-u8jWRXTmE3 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-u8jWRXTmE3 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-u8jWRXTmE3 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-u8jWRXTmE3 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-u8jWRXTmE3 .card-img span {
    font-size: 40px !important;
  }
}
.cid-u8jWRXTmE3 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-u8jWRXTmE3 H2 {
  color: #000000;
}
.cid-u8jWRXTmE3 .text1 {
  color: #000000;
}
.cid-tMgWipgk4r {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tMgWipgk4r .mbr-section-btn > * {
  margin: 0;
}
.cid-tMgWipgk4r h4 {
  font-weight: 500;
}
.cid-tMgWipgk4r p {
  color: #232323;
}
.cid-tMgWipgk4r .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tMgWipgk4r .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tMgWipgk4r .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tMgWipgk4r .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tMgWipgk4r .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tMgWipgk4r .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tMgWipgk4r .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tMgWipgk4r .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tMgWipgk4r .card-img span {
    font-size: 40px !important;
  }
}
.cid-tMgWipgk4r .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tMgWipgk4r H2 {
  color: #000000;
}
.cid-tMgWipgk4r .text1 {
  color: #000000;
}
.cid-tMgWDw22Ng {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tMgWDw22Ng .mbr-section-btn > * {
  margin: 0;
}
.cid-tMgWDw22Ng h4 {
  font-weight: 500;
}
.cid-tMgWDw22Ng p {
  color: #232323;
}
.cid-tMgWDw22Ng .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tMgWDw22Ng .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tMgWDw22Ng .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tMgWDw22Ng .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tMgWDw22Ng .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tMgWDw22Ng .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tMgWDw22Ng .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tMgWDw22Ng .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tMgWDw22Ng .card-img span {
    font-size: 40px !important;
  }
}
.cid-tMgWDw22Ng .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tMgWDw22Ng H2 {
  color: #000000;
}
.cid-tMgWDw22Ng .text1 {
  color: #000000;
}
.cid-tMgWG2WIRU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tMgWG2WIRU .mbr-section-btn > * {
  margin: 0;
}
.cid-tMgWG2WIRU h4 {
  font-weight: 500;
}
.cid-tMgWG2WIRU p {
  color: #232323;
}
.cid-tMgWG2WIRU .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tMgWG2WIRU .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tMgWG2WIRU .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tMgWG2WIRU .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tMgWG2WIRU .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tMgWG2WIRU .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tMgWG2WIRU .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tMgWG2WIRU .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tMgWG2WIRU .card-img span {
    font-size: 40px !important;
  }
}
.cid-tMgWG2WIRU .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tMgWG2WIRU H2 {
  color: #000000;
}
.cid-tMgWG2WIRU .text1 {
  color: #000000;
}
.cid-tMgWHPSxi2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tMgWHPSxi2 .mbr-section-btn > * {
  margin: 0;
}
.cid-tMgWHPSxi2 h4 {
  font-weight: 500;
}
.cid-tMgWHPSxi2 p {
  color: #232323;
}
.cid-tMgWHPSxi2 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tMgWHPSxi2 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tMgWHPSxi2 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tMgWHPSxi2 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tMgWHPSxi2 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tMgWHPSxi2 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tMgWHPSxi2 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tMgWHPSxi2 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tMgWHPSxi2 .card-img span {
    font-size: 40px !important;
  }
}
.cid-tMgWHPSxi2 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tMgWHPSxi2 H2 {
  color: #000000;
}
.cid-tMgWHPSxi2 .text1 {
  color: #000000;
}
.cid-tMgWJQqbA9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tMgWJQqbA9 .mbr-section-btn > * {
  margin: 0;
}
.cid-tMgWJQqbA9 h4 {
  font-weight: 500;
}
.cid-tMgWJQqbA9 p {
  color: #232323;
}
.cid-tMgWJQqbA9 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tMgWJQqbA9 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tMgWJQqbA9 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tMgWJQqbA9 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tMgWJQqbA9 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tMgWJQqbA9 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tMgWJQqbA9 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tMgWJQqbA9 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tMgWJQqbA9 .card-img span {
    font-size: 40px !important;
  }
}
.cid-tMgWJQqbA9 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tMgWJQqbA9 H2 {
  color: #000000;
}
.cid-tMgWJQqbA9 .text1 {
  color: #000000;
}
.cid-tMglzXmkXn {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tMmeMTbli7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c1c1c1;
}
@media (max-width: 767px) {
  .cid-tMmeMTbli7 .content {
    text-align: center;
  }
  .cid-tMmeMTbli7 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tMmeMTbli7 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tMmeMTbli7 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tMmeMTbli7 .media-wrap img {
  height: 10rem;
}
@media (max-width: 767px) {
  .cid-tMmeMTbli7 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tMmeMTbli7 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tMmeMTbli7 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tMmeMTbli7 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tMmeMTbli7 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tMmeMTbli7 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tMmeMTbli7 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tMmeMTbli7 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tMmeMTbli7 P {
  color: #000000;
}
.cid-tMmeMTbli7 H5 {
  color: #ffffff;
}
.cid-tMmeMTbli7 .copyright > p {
  color: #000000;
}
