.popup-overlay {
  display: none; 
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}

.popup-obsah {
  min-width: 200px;
  width: 280px;
  min-height: 100px;
  height: auto;
  margin: 100px auto;
  background: transparent;
  position: relative;
  z-index: 103;
  animation: css 0s 5s forwards;
  animation-name: css;
  animation-duration: 2s;
  visibility: hidden;
}

.zavriet-popup {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.zavriet-popup:hover,
.zavriet-popup:focus {
  color: black;
}




::-webkit-scrollbar {
  width: 4px;
}
::-webkit-scrollbar-track {
  background-color: black;
}
::-webkit-scrollbar-button {
  min-height: 30px;
  background-color: #55b4d4;
}
::-webkit-scrollbar-button:hover {
  background-color: #e4d295;
}
::-webkit-scrollbar-thumb {
  min-height: 120px;
  background: linear-gradient(180deg, #e4d295, #55b4d4);
}
::-webkit-scrollbar-thumb:hover {
  min-height: 120px;
  background: linear-gradient(180deg, #55b4d4, #e4d295);
}
.morecontent span {
  display: none;
}
.morelink {
  font-style: italic;
  font-size: 0.8rem;
  font-weight: 600;
  color: blue !important;
}
img {
  border-radius: 5%;
}
.nojs {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5050;
  text-align: center;
  background-color: #465052;
  color: #fff;
  padding: 5px 0;
}
.ico {
  display: inline-block;
  transform: rotateZ(-45deg);
  color: #55b4d4;
}
.opa:hover {
  opacity: 0.5;
}
.lin:link {
  opacity: 0.9;
}
.lin:hover {
  color: #e4d295;
}
.blik {
  animation: blik 1s step-start infinite;
}
@keyframes blik {
  50% {
    opacity: 0.5;
  }
}
.blink {
  animation: blinker 1.5s ease infinite;
}
@keyframes blinker {
  50% {
    opacity: 0.3;
  }
}
#pop {
  font-family: "Titillium";
  font-size: 1.2rem;
  margin-top: 2.2rem;
  margin-right: auto;
  margin-left: auto;
  color: #f0f0f0 !important;
}
#headingOne :hover,
#headingTwo :hover,
#headingThree :hover {
  color: #e4d295 !important;
}
#clients-4p div .wrap-img {
  border-radius: 5%;
  overflow: hidden;
  margin: 0 auto;
}
#clients-4p div .wrap-img img {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
#clients-4p div .wrap-img:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.display-1 {
  font-family: 'titillium', sans-serif;
  font-size: 3.8rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.08rem;
}
.display-2 {
  font-family: 'titillium', sans-serif;
  font-size: 2rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'titillium', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'titillium', sans-serif;
  font-size: 1.4rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'titillium', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.04rem;
    font-size: calc(1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(
      1.4 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)))
    );
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc(1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(
      1.4 * (1.35rem + (2 - 1.35) * ((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.12rem;
    font-size: calc(1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(
      1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)))
    );
  }
}
.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: #fff !important;
}
.bg-success {
  background-color: #cebfaf !important;
}
.bg-info {
  background-color: #e4d295 !important;
}
.bg-warning {
  background-color: #55b4d4 !important;
}
.bg-danger {
  background-color: #5b686b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fff !important;
  border-color: #fff !important;
  color: gray !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: gray !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: gray !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f36 !important;
  border-color: #f36 !important;
  color: #fff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #fff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #e4d295 !important;
  border-color: #e4d295 !important;
  color: #615119 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #615119 !important;
  background-color: #d4b858 !important;
  border-color: #d4b858 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #615119 !important;
  background-color: #d4b858 !important;
  border-color: #d4b858 !important;
}
.btn-success,
.btn-success:active {
  background-color: #cebfaf !important;
  border-color: #cebfaf !important;
  color: #fff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #fff !important;
  background-color: #b19980 !important;
  border-color: #b19980 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff !important;
  background-color: #b19980 !important;
  border-color: #b19980 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
  color: #fff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #fff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #fff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #5b686b !important;
  border-color: #5b686b !important;
  color: #fff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #fff !important;
  background-color: #384042 !important;
  border-color: #384042 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff !important;
  background-color: #384042 !important;
  border-color: #384042 !important;
}
.btn-white {
  color: #333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fff !important;
  border-color: #fff !important;
  color: gray !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: gray !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: gray !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333 !important;
  border-color: #333 !important;
  color: #fff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #fff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #fff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #ccc;
  color: #ccc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: gray;
  background-color: #fff;
  border-color: #fff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: gray !important;
  background-color: #fff !important;
  border-color: #fff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #c03;
  color: #c03;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #fff;
  background-color: #f36;
  border-color: #f36;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #fff !important;
  background-color: #f36 !important;
  border-color: #f36 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #cfaf44;
  color: #cfaf44;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #615119;
  background-color: #e4d295;
  border-color: #e4d295;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #615119 !important;
  background-color: #e4d295 !important;
  border-color: #e4d295 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #a78c70;
  color: #a78c70;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #fff;
  background-color: #cebfaf;
  border-color: #cebfaf;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #fff !important;
  background-color: #cebfaf !important;
  border-color: #cebfaf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #277e9c;
  color: #277e9c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #fff;
  background-color: #55b4d4;
  border-color: #55b4d4;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #fff !important;
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #2c3234;
  color: #2c3234;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #fff;
  background-color: #5b686b;
  border-color: #5b686b;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #fff !important;
  background-color: #5b686b !important;
  border-color: #5b686b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000;
  color: #000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #fff !important;
  background-color: #333 !important;
  border-color: #333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #fff;
  color: #fff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333;
  background-color: #fff;
  border-color: #fff;
}
.text-primary {
  color: #fff !important;
}
.text-secondary {
  color: #f36 !important;
}
.text-success {
  color: #cebfaf !important;
}
.text-info {
  color: #e4d295 !important;
}
.text-warning {
  color: #55b4d4 !important;
}
.text-danger {
  color: #5b686b !important;
}
.text-white {
  color: #fff !important;
}
.text-black {
  color: #000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #c03 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #a78c70 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cfaf44 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #277e9c !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #2c3234 !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: #e4d295;
}
.alert-warning {
  background-color: #55b4d4;
}
.alert-danger {
  background-color: #5b686b;
}
.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;
  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: #fff;
  border-color: #fff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #fff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f8fcfd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #9ba7aa;
}
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: "Titillium";
  font-size: 1.2rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #fff;
}
.mbr-form .btn {
  margin: 0.4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: 0.75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #fff;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #fff;
}
.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;
}
.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: #fff;
  color: #000;
}
.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: #fff;
  border-bottom-color: #fff;
}
.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: #000 !important;
  background-color: #fff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #f36 !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='%23ffffff' %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-rZJEsRLdGH {
  background-image: url(../../../assets/images/zem-1920x1279.jpg);
}
.cid-rZJEsRLdGH .mbr-text,
.cid-rZJEsRLdGH .mbr-section-btn {
  color: #efefef;
  text-align: left;
}
.cid-rZJEsRLdGH H1 {
  color: #e4d295;
  text-align: left;
}
.cid-rZJEsRLdGH H3 {
  color: #55b4d4;
  text-align: left;
}
.cid-s7b0C64Qj2 {
  background-image: url(../../../assets/images/337-2000x1500.jpeg);
}
.cid-s7b0C64Qj2 H1 {
  color: #e4d295;
  text-align: center;
}
.cid-s7b0C64Qj2 H3 {
  color: #e4d295;
}
.cid-s7b0C64Qj2 .mbr-text,
.cid-s7b0C64Qj2 .mbr-section-btn {
  color: #efefef;
}
.cid-rYXTxevqKS {
  background-image: url(../../../assets/images/regl-1512x1323.jpeg);
}
.cid-rYXTxevqKS .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rYXTxevqKS .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rYXTxevqKS .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rYXTxevqKS .mbr-text {
    text-align: center;
  }
}
.cid-rYXTxevqKS H1 {
  color: #e4d295;
  text-align: center;
}
.cid-rYXTxevqKS H3 {
  color: #55b4d4;
  text-align: center;
}
.cid-rYXTxevqKS .mbr-text,
.cid-rYXTxevqKS .mbr-section-btn {
  text-align: center;
  color: #ccc;
}
.cid-s7bkyfytPE {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #e4d295;
  background: linear-gradient(#e4d295, #879a9f);
}
.cid-s7bkyfytPE .carousel-control {
  background: #000;
}
.cid-s7bkyfytPE .mbr-section-subtitle {
  color: #767676;
}
.cid-s7bkyfytPE .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s7bkyfytPE .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-s7bkyfytPE .carousel-item .wrap-img {
  text-align: center;
}
.cid-s7bkyfytPE .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-s7bkyfytPE .carousel-controls {
  display: flex;
  -webkit-justify-content: auto;
  justify-content: auto;
}
.cid-s7bkyfytPE .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-s7bkyfytPE .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
}
.cid-s7bkyfytPE .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
}
.cid-s7bkyfytPE .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-s7bkyfytPE .cloneditem-1,
.cid-s7bkyfytPE .cloneditem-2,
.cid-s7bkyfytPE .cloneditem-3,
.cid-s7bkyfytPE .cloneditem-4,
.cid-s7bkyfytPE .cloneditem-5 {
  display: none;
}
.cid-s7bkyfytPE .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-s7bkyfytPE .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-s7bkyfytPE
    .carousel-inner.slides2
    > .carousel-item.active.carousel-item-right,
  .cid-s7bkyfytPE .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-s7bkyfytPE
    .carousel-inner.slides2
    > .carousel-item.active.carousel-item-left,
  .cid-s7bkyfytPE .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-s7bkyfytPE .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-s7bkyfytPE
    .carousel-inner.slides2
    > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-s7bkyfytPE .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-s7bkyfytPE .carousel-inner.slides2 .cloneditem-1,
  .cid-s7bkyfytPE .carousel-inner.slides2 .cloneditem-2,
  .cid-s7bkyfytPE .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-s7bkyfytPE
    .carousel-inner.slides3
    > .carousel-item.active.carousel-item-right,
  .cid-s7bkyfytPE .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-s7bkyfytPE
    .carousel-inner.slides3
    > .carousel-item.active.carousel-item-left,
  .cid-s7bkyfytPE .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-s7bkyfytPE .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-s7bkyfytPE
    .carousel-inner.slides3
    > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-s7bkyfytPE .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-s7bkyfytPE .carousel-inner.slides3 .cloneditem-1,
  .cid-s7bkyfytPE .carousel-inner.slides3 .cloneditem-2,
  .cid-s7bkyfytPE .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-s7bkyfytPE
    .carousel-inner.slides4
    > .carousel-item.active.carousel-item-right,
  .cid-s7bkyfytPE .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-s7bkyfytPE
    .carousel-inner.slides4
    > .carousel-item.active.carousel-item-left,
  .cid-s7bkyfytPE .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-s7bkyfytPE .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-s7bkyfytPE
    .carousel-inner.slides4
    > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-s7bkyfytPE .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-s7bkyfytPE .carousel-inner.slides4 .cloneditem-1,
  .cid-s7bkyfytPE .carousel-inner.slides4 .cloneditem-2,
  .cid-s7bkyfytPE .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-s7bkyfytPE
    .carousel-inner.slides5
    > .carousel-item.active.carousel-item-right,
  .cid-s7bkyfytPE .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-s7bkyfytPE
    .carousel-inner.slides5
    > .carousel-item.active.carousel-item-left,
  .cid-s7bkyfytPE .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-s7bkyfytPE .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-s7bkyfytPE
    .carousel-inner.slides5
    > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-s7bkyfytPE .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-s7bkyfytPE .carousel-inner.slides5 .cloneditem-1,
  .cid-s7bkyfytPE .carousel-inner.slides5 .cloneditem-2,
  .cid-s7bkyfytPE .carousel-inner.slides5 .cloneditem-3,
  .cid-s7bkyfytPE .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-s7bkyfytPE
    .carousel-inner.slides6
    > .carousel-item.active.carousel-item-right,
  .cid-s7bkyfytPE .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-s7bkyfytPE
    .carousel-inner.slides6
    > .carousel-item.active.carousel-item-left,
  .cid-s7bkyfytPE .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-s7bkyfytPE .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-s7bkyfytPE
    .carousel-inner.slides6
    > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-s7bkyfytPE .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-s7bkyfytPE .carousel-inner.slides6 .cloneditem-1,
  .cid-s7bkyfytPE .carousel-inner.slides6 .cloneditem-2,
  .cid-s7bkyfytPE .carousel-inner.slides6 .cloneditem-3,
  .cid-s7bkyfytPE .carousel-inner.slides6 .cloneditem-4,
  .cid-s7bkyfytPE .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-s7bkyfytPE H2 {
  color: #e4d295;
}
.cid-s7aNgJOZHB {
  padding-top: 20px;
  padding-bottom: 65px;
  background-color: #465052;
}
.cid-s7aNgJOZHB p {
  color: #767676;
}
.cid-s7aNgJOZHB .mbr-section-subtitle {
  color: #e4d295;
}
.cid-s7aNgJOZHB .accordion-content {
  width: 100%;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-s7aNgJOZHB .panel-group {
  width: 100%;
}
.cid-s7aNgJOZHB .card {
  border-radius: 0;
  margin-bottom: -1px;
}
.cid-s7aNgJOZHB .card .card-header {
  border-radius: 0;
  border: 0;
  padding: 0;
}
.cid-s7aNgJOZHB .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-s7aNgJOZHB .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-s7aNgJOZHB .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-s7aNgJOZHB .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-s7aNgJOZHB .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-left: 4rem;
  padding-left: 0;
  padding-right: 4rem;
}
.cid-s7aNgJOZHB .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-s7aNgJOZHB .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-s7aNgJOZHB .mbr-figure {
    padding-top: 0;
    padding: 2rem 0;
  }
}
.cid-s7aNgJOZHB H2 {
  color: #e4d295;
}
.cid-s7aNgJOZHB H4 {
  color: #55b4d4;
  text-align: center;
}
.cid-s7aNgJOZHB .panel-text {
  color: #efefef;
}
.cid-rT23zPZhD9 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #55b4d4;
  background: linear-gradient(#55b4d4, #cebfaf);
}
.cid-rT23zPZhD9 .carousel-control {
  background: #000;
}
.cid-rT23zPZhD9 .mbr-section-subtitle {
  color: #ccc;
}
.cid-rT23zPZhD9 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rT23zPZhD9 .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-rT23zPZhD9 .carousel-item .wrap-img {
  text-align: center;
}
.cid-rT23zPZhD9 .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-rT23zPZhD9 .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rT23zPZhD9 .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-rT23zPZhD9 .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-rT23zPZhD9 .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-rT23zPZhD9 .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-rT23zPZhD9 .cloneditem-1,
.cid-rT23zPZhD9 .cloneditem-2,
.cid-rT23zPZhD9 .cloneditem-3,
.cid-rT23zPZhD9 .cloneditem-4,
.cid-rT23zPZhD9 .cloneditem-5 {
  display: none;
}
.cid-rT23zPZhD9 .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-rT23zPZhD9 .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-rT23zPZhD9
    .carousel-inner.slides2
    > .carousel-item.active.carousel-item-right,
  .cid-rT23zPZhD9 .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-rT23zPZhD9
    .carousel-inner.slides2
    > .carousel-item.active.carousel-item-left,
  .cid-rT23zPZhD9 .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-rT23zPZhD9 .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-rT23zPZhD9
    .carousel-inner.slides2
    > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rT23zPZhD9 .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rT23zPZhD9 .carousel-inner.slides2 .cloneditem-1,
  .cid-rT23zPZhD9 .carousel-inner.slides2 .cloneditem-2,
  .cid-rT23zPZhD9 .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-rT23zPZhD9
    .carousel-inner.slides3
    > .carousel-item.active.carousel-item-right,
  .cid-rT23zPZhD9 .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-rT23zPZhD9
    .carousel-inner.slides3
    > .carousel-item.active.carousel-item-left,
  .cid-rT23zPZhD9 .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-rT23zPZhD9 .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-rT23zPZhD9
    .carousel-inner.slides3
    > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rT23zPZhD9 .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rT23zPZhD9 .carousel-inner.slides3 .cloneditem-1,
  .cid-rT23zPZhD9 .carousel-inner.slides3 .cloneditem-2,
  .cid-rT23zPZhD9 .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-rT23zPZhD9
    .carousel-inner.slides4
    > .carousel-item.active.carousel-item-right,
  .cid-rT23zPZhD9 .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-rT23zPZhD9
    .carousel-inner.slides4
    > .carousel-item.active.carousel-item-left,
  .cid-rT23zPZhD9 .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-rT23zPZhD9 .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-rT23zPZhD9
    .carousel-inner.slides4
    > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rT23zPZhD9 .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rT23zPZhD9 .carousel-inner.slides4 .cloneditem-1,
  .cid-rT23zPZhD9 .carousel-inner.slides4 .cloneditem-2,
  .cid-rT23zPZhD9 .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-rT23zPZhD9
    .carousel-inner.slides5
    > .carousel-item.active.carousel-item-right,
  .cid-rT23zPZhD9 .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-rT23zPZhD9
    .carousel-inner.slides5
    > .carousel-item.active.carousel-item-left,
  .cid-rT23zPZhD9 .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-rT23zPZhD9 .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-rT23zPZhD9
    .carousel-inner.slides5
    > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rT23zPZhD9 .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rT23zPZhD9 .carousel-inner.slides5 .cloneditem-1,
  .cid-rT23zPZhD9 .carousel-inner.slides5 .cloneditem-2,
  .cid-rT23zPZhD9 .carousel-inner.slides5 .cloneditem-3,
  .cid-rT23zPZhD9 .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-rT23zPZhD9
    .carousel-inner.slides6
    > .carousel-item.active.carousel-item-right,
  .cid-rT23zPZhD9 .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-rT23zPZhD9
    .carousel-inner.slides6
    > .carousel-item.active.carousel-item-left,
  .cid-rT23zPZhD9 .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-rT23zPZhD9 .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-rT23zPZhD9
    .carousel-inner.slides6
    > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rT23zPZhD9 .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rT23zPZhD9 .carousel-inner.slides6 .cloneditem-1,
  .cid-rT23zPZhD9 .carousel-inner.slides6 .cloneditem-2,
  .cid-rT23zPZhD9 .carousel-inner.slides6 .cloneditem-3,
  .cid-rT23zPZhD9 .carousel-inner.slides6 .cloneditem-4,
  .cid-rT23zPZhD9 .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-rT23zPZhD9 H2 {
  color: #55b4d4;
}
.cid-rQLLOXgmRu {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #465052;
}
@media (max-width: 767px) {
  .cid-rQLLOXgmRu .content {
    text-align: center;
  }
  .cid-rQLLOXgmRu .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rQLLOXgmRu .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rQLLOXgmRu .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rQLLOXgmRu .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rQLLOXgmRu .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rQLLOXgmRu .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-rQLLOXgmRu .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rQLLOXgmRu .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rQLLOXgmRu .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-rQLLOXgmRu .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-rQLLOXgmRu .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rQLLOXgmRu .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rQLLOXgmRu P {
  text-align: left;
  color: #ccc;
}
.cid-rQLLOXgmRu H5 {
  color: #ccc;
}
.cid-rQLLOXgmRu .copyright > p {
  color: #ccc;
  text-align: left;
}
.cid-rZJGlR5yEN .navbar {
  padding: 0.5rem 0;
  background: #465052;
  transition: none;
  min-height: 77px;
}
.cid-rZJGlR5yEN .navbar-dropdown.bg-color.transparent.opened {
  background: #465052;
}
.cid-rZJGlR5yEN a {
  font-style: normal;
}
.cid-rZJGlR5yEN .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rZJGlR5yEN .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rZJGlR5yEN .nav-item:focus,
.cid-rZJGlR5yEN .nav-link:focus {
  outline: none;
}
.cid-rZJGlR5yEN .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rZJGlR5yEN .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rZJGlR5yEN .menu-logo {
  margin-right: auto;
}
.cid-rZJGlR5yEN .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rZJGlR5yEN .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-rZJGlR5yEN .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 1rem;
  width: 2rem;
}
.cid-rZJGlR5yEN .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rZJGlR5yEN .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rZJGlR5yEN .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rZJGlR5yEN .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rZJGlR5yEN .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rZJGlR5yEN .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rZJGlR5yEN .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rZJGlR5yEN .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rZJGlR5yEN .dropdown .dropdown-menu {
  background: #465052;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rZJGlR5yEN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em !important;
}
.cid-rZJGlR5yEN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rZJGlR5yEN .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rZJGlR5yEN .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rZJGlR5yEN .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rZJGlR5yEN .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-rZJGlR5yEN .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rZJGlR5yEN .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rZJGlR5yEN .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rZJGlR5yEN .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rZJGlR5yEN .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rZJGlR5yEN button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rZJGlR5yEN button.navbar-toggler:focus {
  outline: none;
}
.cid-rZJGlR5yEN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #55b4d4;
}
.cid-rZJGlR5yEN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-rZJGlR5yEN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rZJGlR5yEN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rZJGlR5yEN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-rZJGlR5yEN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rZJGlR5yEN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-rZJGlR5yEN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-rZJGlR5yEN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rZJGlR5yEN .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rZJGlR5yEN .collapsed .btn {
  display: -webkit-flex;
}
.cid-rZJGlR5yEN .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rZJGlR5yEN .collapsed .navbar-collapse.collapsing,
.cid-rZJGlR5yEN .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rZJGlR5yEN .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rZJGlR5yEN .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rZJGlR5yEN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rZJGlR5yEN .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rZJGlR5yEN
  .collapsed
  .navbar-collapse.collapsing
  .navbar-nav
  .nav-item:last-child,
.cid-rZJGlR5yEN
  .collapsed
  .navbar-collapse.show
  .navbar-nav
  .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rZJGlR5yEN .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rZJGlR5yEN .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rZJGlR5yEN
  .collapsed
  .navbar-collapse.collapsing
  .navbar-buttons:last-child,
.cid-rZJGlR5yEN .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rZJGlR5yEN .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rZJGlR5yEN .collapsed button.navbar-toggler {
  display: block;
}
.cid-rZJGlR5yEN .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rZJGlR5yEN .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rZJGlR5yEN .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-rZJGlR5yEN .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rZJGlR5yEN .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rZJGlR5yEN
  .collapsed
  .dropdown
  .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rZJGlR5yEN .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rZJGlR5yEN img {
    height: 3.8rem !important;
  }
  .cid-rZJGlR5yEN .btn {
    display: -webkit-flex;
  }
  .cid-rZJGlR5yEN button.navbar-toggler {
    display: block;
  }
  .cid-rZJGlR5yEN .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rZJGlR5yEN .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rZJGlR5yEN .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rZJGlR5yEN .navbar-collapse.collapsing,
  .cid-rZJGlR5yEN .navbar-collapse.show {
    display: block !important;
  }
  .cid-rZJGlR5yEN .navbar-collapse.collapsing .navbar-nav,
  .cid-rZJGlR5yEN .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rZJGlR5yEN .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rZJGlR5yEN .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rZJGlR5yEN .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rZJGlR5yEN .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rZJGlR5yEN .navbar-collapse.collapsing .navbar-buttons,
  .cid-rZJGlR5yEN .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rZJGlR5yEN .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rZJGlR5yEN .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rZJGlR5yEN .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-rZJGlR5yEN .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rZJGlR5yEN .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rZJGlR5yEN
    .dropdown
    .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rZJGlR5yEN .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rZJGlR5yEN .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rZJGlR5yEN .nav-link:hover,
.cid-rZJGlR5yEN .dropdown-item:hover {
  color: #e4d295 !important;
}
.cid-rQMNyvFlzt {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url(../../../assets/images/send-3-1920x1280.jpg);
}
.cid-rQMNyvFlzt .title {
  margin-bottom: 2rem;
}
.cid-rQMNyvFlzt .mbr-section-subtitle {
  color: #efefef;
}
.cid-rQMNyvFlzt a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rQMNyvFlzt a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-rQMNyvFlzt textarea.form-control {
  min-height: 188px;
}
.cid-rQMNyvFlzt LABEL {
  color: #55b4d4;
}
.cid-rQMNyvFlzt H2 {
  color: #55b4d4;
}
.cid-rSV63BIkPq {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  background-color: #465052;
}
.cid-rSV63BIkPq .card {
  border-radius: 0;
  margin-bottom: -1px;
}
.cid-rSV63BIkPq .card .card-header {
  border-radius: 0;
  border: 0;
  padding: 0;
}
.cid-rSV63BIkPq .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rSV63BIkPq .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rSV63BIkPq .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-rSV63BIkPq .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rSV63BIkPq .card .panel-body {
  color: #767676;
}
.cid-rSV63BIkPq .panel-text {
  color: #efefef;
  text-align: left;
}
.cid-rSV63BIkPq H4 {
  color: #55b4d4;
}
.cid-rSV63BIkPq DIV {
  text-align: center;
}
.cid-rSV63BIkPq H2 {
  color: #55b4d4;
}
.cid-s4YNKvM03x {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #465052;
}
@media (max-width: 767px) {
  .cid-s4YNKvM03x .content {
    text-align: center;
  }
  .cid-s4YNKvM03x .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s4YNKvM03x .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s4YNKvM03x .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s4YNKvM03x .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s4YNKvM03x .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s4YNKvM03x .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-s4YNKvM03x .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s4YNKvM03x .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s4YNKvM03x .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-s4YNKvM03x .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-s4YNKvM03x .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s4YNKvM03x .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s4YNKvM03x P {
  text-align: left;
  color: #ccc;
}
.cid-s4YNKvM03x H5 {
  color: #ccc;
}
.cid-s4YNKvM03x .copyright > p {
  color: #ccc;
  text-align: left;
}
.cid-rSVRQYwsWR {
  background-image: url(../../../assets/images/dro-1920x1280.jpg);
}
.cid-rSVRQYwsWR .mbr-text,
.cid-rSVRQYwsWR .mbr-section-btn {
  color: #efefef;
  text-align: left;
}
.cid-rSVRQYwsWR H1 {
  color: #55b4d4;
  text-align: left;
}
.cid-rSVRQYwsWR H3 {
  color: #e4d295;
  text-align: left;
}
.cid-rZhjLyIMbl {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url(../../../assets/images/kuch-1920x1281.jpg);
}
.cid-rZhjLyIMbl .mbr-section-btn > * {
  margin: 0;
}
.cid-rZhjLyIMbl h4 {
  font-weight: 500;
}
.cid-rZhjLyIMbl p {
  color: #232323;
}
.cid-rZhjLyIMbl .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rZhjLyIMbl .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rZhjLyIMbl .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rZhjLyIMbl .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rZhjLyIMbl .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rZhjLyIMbl .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rZhjLyIMbl .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rZhjLyIMbl .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rZhjLyIMbl .card-img span {
    font-size: 40px !important;
  }
}
.cid-rZhjLyIMbl .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rZhjLyIMbl H2 {
  color: #ffa046;
  text-align: left;
}
.cid-rZhjLyIMbl .text1 {
  color: #247f42;
  text-align: left;
}
.cid-rZhjLyIMbl .text2,
.cid-rZhjLyIMbl .mbr-section-btn {
  color: #000;
}
.cid-rZi2dH0Ksd {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url(../../../assets/images/mope-2000x1362.jpg);
}
.cid-rZi2dH0Ksd .mbr-section-btn > * {
  margin: 0;
}
.cid-rZi2dH0Ksd h4 {
  font-weight: 500;
}
.cid-rZi2dH0Ksd p {
  color: #232323;
}
.cid-rZi2dH0Ksd .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rZi2dH0Ksd .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rZi2dH0Ksd .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rZi2dH0Ksd .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rZi2dH0Ksd .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rZi2dH0Ksd .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rZi2dH0Ksd .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rZi2dH0Ksd .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rZi2dH0Ksd .card-img span {
    font-size: 40px !important;
  }
}
.cid-rZi2dH0Ksd .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rZi2dH0Ksd H2 {
  color: #247f42;
  text-align: left;
}
.cid-rZi2dH0Ksd .text1 {
  color: #7f1933;
  text-align: left;
}
.cid-rZi2dH0Ksd .text2,
.cid-rZi2dH0Ksd .mbr-section-btn {
  color: #000;
}
.cid-rZiqGR7Bkl {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url(../../../assets/images/kup-1-1920x1275.jpeg);
}
.cid-rZiqGR7Bkl .mbr-section-btn > * {
  margin: 0;
}
.cid-rZiqGR7Bkl h4 {
  font-weight: 500;
}
.cid-rZiqGR7Bkl p {
  color: #232323;
}
.cid-rZiqGR7Bkl .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rZiqGR7Bkl .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rZiqGR7Bkl .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rZiqGR7Bkl .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rZiqGR7Bkl .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rZiqGR7Bkl .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rZiqGR7Bkl .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rZiqGR7Bkl .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rZiqGR7Bkl .card-img span {
    font-size: 40px !important;
  }
}
.cid-rZiqGR7Bkl .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rZiqGR7Bkl H2 {
  color: #787324;
  text-align: left;
}
.cid-rZiqGR7Bkl .text1 {
  color: #247f42;
  text-align: left;
}
.cid-rZiqGR7Bkl .text2,
.cid-rZiqGR7Bkl .mbr-section-btn {
  color: #000;
}
.cid-rZKcQtc95v {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url(../../../assets/images/258-1920x1280.jpg);
}
.cid-rZKcQtc95v .mbr-section-btn > * {
  margin: 0;
}
.cid-rZKcQtc95v h4 {
  font-weight: 500;
}
.cid-rZKcQtc95v p {
  color: #232323;
}
.cid-rZKcQtc95v .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rZKcQtc95v .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rZKcQtc95v .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rZKcQtc95v .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rZKcQtc95v .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rZKcQtc95v .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rZKcQtc95v .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rZKcQtc95v .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rZKcQtc95v .card-img span {
    font-size: 40px !important;
  }
}
.cid-rZKcQtc95v .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rZKcQtc95v H2 {
  color: #4f197f;
  text-align: left;
}
.cid-rZKcQtc95v .text1 {
  color: #cc2952;
  text-align: left;
}
.cid-rZKcQtc95v .text2,
.cid-rZKcQtc95v .mbr-section-btn {
  color: #000;
}
.cid-rZknZLsgiG {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url(../../../assets/images/pra-4-1920x1280.jpeg);
}
.cid-rZknZLsgiG .mbr-section-btn > * {
  margin: 0;
}
.cid-rZknZLsgiG h4 {
  font-weight: 500;
}
.cid-rZknZLsgiG p {
  color: #232323;
}
.cid-rZknZLsgiG .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rZknZLsgiG .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rZknZLsgiG .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rZknZLsgiG .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rZknZLsgiG .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rZknZLsgiG .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rZknZLsgiG .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rZknZLsgiG .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rZknZLsgiG .card-img span {
    font-size: 40px !important;
  }
}
.cid-rZknZLsgiG .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rZknZLsgiG H2 {
  color: #0f7699;
  text-align: left;
}
.cid-rZknZLsgiG .text1 {
  color: #247f42;
  text-align: left;
}
.cid-rZknZLsgiG .text2,
.cid-rZknZLsgiG .mbr-section-btn {
  color: #000;
}
.cid-rZkr79cjH2 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url(../../../assets/images/avi-1920x1440.jpg);
}
.cid-rZkr79cjH2 .mbr-section-btn > * {
  margin: 0;
}
.cid-rZkr79cjH2 h4 {
  font-weight: 500;
}
.cid-rZkr79cjH2 p {
  color: #232323;
}
.cid-rZkr79cjH2 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rZkr79cjH2 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rZkr79cjH2 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rZkr79cjH2 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rZkr79cjH2 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rZkr79cjH2 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rZkr79cjH2 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rZkr79cjH2 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rZkr79cjH2 .card-img span {
    font-size: 40px !important;
  }
}
.cid-rZkr79cjH2 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rZkr79cjH2 H2 {
  color: #4f197f;
  text-align: left;
}
.cid-rZkr79cjH2 .text1 {
  color: #7f1933;
  text-align: left;
}
.cid-rZkr79cjH2 .text2,
.cid-rZkr79cjH2 .mbr-section-btn {
  color: #000;
}
.cid-rZEwZfr7VL {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url(../../../assets/images/myd-1920x1365.jpg);
}
.cid-rZEwZfr7VL .mbr-section-btn > * {
  margin: 0;
}
.cid-rZEwZfr7VL h4 {
  font-weight: 500;
}
.cid-rZEwZfr7VL p {
  color: #232323;
}
.cid-rZEwZfr7VL .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rZEwZfr7VL .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rZEwZfr7VL .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rZEwZfr7VL .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rZEwZfr7VL .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rZEwZfr7VL .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rZEwZfr7VL .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rZEwZfr7VL .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rZEwZfr7VL .card-img span {
    font-size: 40px !important;
  }
}
.cid-rZEwZfr7VL .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rZEwZfr7VL H2 {
  color: #ffa046;
  text-align: left;
}
.cid-rZEwZfr7VL .text1 {
  color: #0f7699;
  text-align: left;
}
.cid-rZEwZfr7VL .text2,
.cid-rZEwZfr7VL .mbr-section-btn {
  color: #000;
}
.cid-s86pi0ENsd {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url(../../../assets/images/spr-9-1281x1920.jpeg);
}
.cid-s86pi0ENsd .mbr-section-btn > * {
  margin: 0;
}
.cid-s86pi0ENsd h4 {
  font-weight: 500;
}
.cid-s86pi0ENsd p {
  color: #232323;
}
.cid-s86pi0ENsd .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s86pi0ENsd .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s86pi0ENsd .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s86pi0ENsd .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s86pi0ENsd .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s86pi0ENsd .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s86pi0ENsd .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s86pi0ENsd .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s86pi0ENsd .card-img span {
    font-size: 40px !important;
  }
}
.cid-s86pi0ENsd .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s86pi0ENsd H2 {
  color: #0f7699;
  text-align: left;
}
.cid-s86pi0ENsd .text1 {
  color: #7f1933;
  text-align: left;
}
.cid-s86pi0ENsd .text2,
.cid-s86pi0ENsd .mbr-section-btn {
  color: #000;
}
.cid-s862y7THYz .navbar {
  padding: 0.5rem 0;
  background: #465052;
  transition: none;
  min-height: 77px;
}
.cid-s862y7THYz .navbar-dropdown.bg-color.transparent.opened {
  background: #465052;
}
.cid-s862y7THYz a {
  font-style: normal;
}
.cid-s862y7THYz .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s862y7THYz .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s862y7THYz .nav-item:focus,
.cid-s862y7THYz .nav-link:focus {
  outline: none;
}
.cid-s862y7THYz .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s862y7THYz .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s862y7THYz .menu-logo {
  margin-right: auto;
}
.cid-s862y7THYz .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s862y7THYz .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-s862y7THYz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 1rem;
  width: 2rem;
}
.cid-s862y7THYz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s862y7THYz .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s862y7THYz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s862y7THYz .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s862y7THYz .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s862y7THYz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s862y7THYz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s862y7THYz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s862y7THYz .dropdown .dropdown-menu {
  background: #465052;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s862y7THYz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em !important;
}
.cid-s862y7THYz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s862y7THYz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s862y7THYz .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s862y7THYz .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s862y7THYz .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-s862y7THYz .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s862y7THYz .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s862y7THYz .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s862y7THYz .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s862y7THYz .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s862y7THYz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s862y7THYz button.navbar-toggler:focus {
  outline: none;
}
.cid-s862y7THYz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #55b4d4;
}
.cid-s862y7THYz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-s862y7THYz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-s862y7THYz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-s862y7THYz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-s862y7THYz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-s862y7THYz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-s862y7THYz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-s862y7THYz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-s862y7THYz .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s862y7THYz .collapsed .btn {
  display: -webkit-flex;
}
.cid-s862y7THYz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s862y7THYz .collapsed .navbar-collapse.collapsing,
.cid-s862y7THYz .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s862y7THYz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s862y7THYz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s862y7THYz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s862y7THYz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s862y7THYz
  .collapsed
  .navbar-collapse.collapsing
  .navbar-nav
  .nav-item:last-child,
.cid-s862y7THYz
  .collapsed
  .navbar-collapse.show
  .navbar-nav
  .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s862y7THYz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s862y7THYz .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s862y7THYz
  .collapsed
  .navbar-collapse.collapsing
  .navbar-buttons:last-child,
.cid-s862y7THYz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s862y7THYz .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s862y7THYz .collapsed button.navbar-toggler {
  display: block;
}
.cid-s862y7THYz .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s862y7THYz .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s862y7THYz .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-s862y7THYz .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s862y7THYz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s862y7THYz
  .collapsed
  .dropdown
  .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 1023px) {
  .cid-s862y7THYz .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s862y7THYz img {
    height: 3.8rem !important;
  }
  .cid-s862y7THYz .btn {
    display: -webkit-flex;
  }
  .cid-s862y7THYz button.navbar-toggler {
    display: block;
  }
  .cid-s862y7THYz .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s862y7THYz .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s862y7THYz .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s862y7THYz .navbar-collapse.collapsing,
  .cid-s862y7THYz .navbar-collapse.show {
    display: block !important;
  }
  .cid-s862y7THYz .navbar-collapse.collapsing .navbar-nav,
  .cid-s862y7THYz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s862y7THYz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s862y7THYz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s862y7THYz .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s862y7THYz .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s862y7THYz .navbar-collapse.collapsing .navbar-buttons,
  .cid-s862y7THYz .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s862y7THYz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s862y7THYz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s862y7THYz .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-s862y7THYz .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s862y7THYz .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s862y7THYz
    .dropdown
    .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s862y7THYz .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s862y7THYz .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s862y7THYz .nav-link:hover,
.cid-s862y7THYz .dropdown-item:hover {
  color: #e4d295 !important;
}
.cid-rSVQLpiFka {
  background-image: url(../../../assets/images/dop-1920x1280.jpg);
}
.cid-rSVQLpiFka .mbr-text,
.cid-rSVQLpiFka .mbr-section-btn {
  color: #efefef;
  text-align: left;
}
.cid-rSVQLpiFka H1 {
  color: #c4bc3b;
  text-align: left;
}
.cid-rSVQLpiFka H3 {
  color: #55b4d4;
  text-align: left;
}
.cid-rSNS2gt6zv {
  padding-top: 60px;
  padding-bottom: 15px;
  background-image: url(../../../assets/images/77-640x480.jpeg);
}
.cid-rSNS2gt6zv .mbr-section-btn > * {
  margin: 0;
}
.cid-rSNS2gt6zv h4 {
  font-weight: 500;
}
.cid-rSNS2gt6zv p {
  color: #232323;
}
.cid-rSNS2gt6zv .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rSNS2gt6zv .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rSNS2gt6zv .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rSNS2gt6zv .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rSNS2gt6zv .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rSNS2gt6zv .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rSNS2gt6zv .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSNS2gt6zv .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rSNS2gt6zv .card-img span {
    font-size: 40px !important;
  }
}
.cid-rSNS2gt6zv .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rSNS2gt6zv H2 {
  color: #247f42;
  text-align: left;
}
.cid-rSNS2gt6zv .text1 {
  color: #000;
  text-align: left;
}
.cid-rSNS2gt6zv .text2,
.cid-rSNS2gt6zv .mbr-section-btn {
  text-align: right;
}
.cid-rZEMgIpnzF {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url(../../../assets/images/63-1-2000x1500.jpeg);
}
.cid-rZEMgIpnzF .mbr-section-btn > * {
  margin: 0;
}
.cid-rZEMgIpnzF h4 {
  font-weight: 500;
}
.cid-rZEMgIpnzF p {
  color: #232323;
}
.cid-rZEMgIpnzF .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rZEMgIpnzF .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rZEMgIpnzF .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rZEMgIpnzF .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rZEMgIpnzF .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rZEMgIpnzF .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rZEMgIpnzF .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rZEMgIpnzF .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rZEMgIpnzF .card-img span {
    font-size: 40px !important;
  }
}
.cid-rZEMgIpnzF .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rZEMgIpnzF H2 {
  color: #0f7699;
  text-align: left;
}
.cid-rZEMgIpnzF .text1 {
  color: #000;
  text-align: left;
}
.cid-rZBRLn3Nhg {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url(../../../assets/images/65-2000x1500.jpeg);
}
.cid-rZBRLn3Nhg .mbr-section-btn > * {
  margin: 0;
}
.cid-rZBRLn3Nhg h4 {
  font-weight: 500;
}
.cid-rZBRLn3Nhg p {
  color: #232323;
}
.cid-rZBRLn3Nhg .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rZBRLn3Nhg .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rZBRLn3Nhg .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rZBRLn3Nhg .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rZBRLn3Nhg .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rZBRLn3Nhg .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rZBRLn3Nhg .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rZBRLn3Nhg .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rZBRLn3Nhg .card-img span {
    font-size: 40px !important;
  }
}
.cid-rZBRLn3Nhg .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rZBRLn3Nhg H2 {
  color: #787324;
  text-align: left;
}
.cid-rZBRLn3Nhg .text1 {
  color: #000;
  text-align: left;
}
.cid-rZBGPxFx5s {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url(../../../assets/images/69-2000x1500.jpg);
}
.cid-rZBGPxFx5s .mbr-section-btn > * {
  margin: 0;
}
.cid-rZBGPxFx5s h4 {
  font-weight: 500;
}
.cid-rZBGPxFx5s p {
  color: #232323;
}
.cid-rZBGPxFx5s .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rZBGPxFx5s .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rZBGPxFx5s .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rZBGPxFx5s .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rZBGPxFx5s .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rZBGPxFx5s .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rZBGPxFx5s .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rZBGPxFx5s .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rZBGPxFx5s .card-img span {
    font-size: 40px !important;
  }
}
.cid-rZBGPxFx5s .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rZBGPxFx5s H2 {
  color: #7f1933;
  text-align: left;
}
.cid-rZBGPxFx5s .text1 {
  color: #000;
  text-align: left;
}
.cid-rZBGPxFx5s .text2,
.cid-rZBGPxFx5s .mbr-section-btn {
  text-align: right;
}
.cid-rZFjnLFZfB {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url(../../../assets/images/47-2000x1500.jpeg);
}
.cid-rZFjnLFZfB .mbr-section-btn > * {
  margin: 0;
}
.cid-rZFjnLFZfB h4 {
  font-weight: 500;
}
.cid-rZFjnLFZfB p {
  color: #232323;
}
.cid-rZFjnLFZfB .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rZFjnLFZfB .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rZFjnLFZfB .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rZFjnLFZfB .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rZFjnLFZfB .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rZFjnLFZfB .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rZFjnLFZfB .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rZFjnLFZfB .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rZFjnLFZfB .card-img span {
    font-size: 40px !important;
  }
}
.cid-rZFjnLFZfB .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rZFjnLFZfB H2 {
  color: #0f7699;
  text-align: left;
}
.cid-rZFjnLFZfB .text1 {
  color: #000;
  text-align: left;
}
.cid-s0B5yfKeJz {
  padding-top: 60px;
  padding-bottom: 15px;
  background-image: url(../../../assets/images/652-800x1067.jpg);
}
.cid-s0B5yfKeJz .mbr-section-btn > * {
  margin: 0;
}
.cid-s0B5yfKeJz h4 {
  font-weight: 500;
}
.cid-s0B5yfKeJz p {
  color: #232323;
}
.cid-s0B5yfKeJz .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s0B5yfKeJz .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s0B5yfKeJz .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s0B5yfKeJz .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s0B5yfKeJz .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s0B5yfKeJz .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s0B5yfKeJz .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s0B5yfKeJz .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s0B5yfKeJz .card-img span {
    font-size: 40px !important;
  }
}
.cid-s0B5yfKeJz .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s0B5yfKeJz H2 {
  color: #073b4c;
  text-align: left;
}
.cid-s0B5yfKeJz .text1 {
  color: #000;
  text-align: left;
}
.cid-s0B5yfKeJz .text2,
.cid-s0B5yfKeJz .mbr-section-btn {
  color: #000;
  text-align: right;
}
.cid-s6XlqNCo7l {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url(../../../assets/images/773-2000x1500.jpg);
}
.cid-s6XlqNCo7l .mbr-section-btn > * {
  margin: 0;
}
.cid-s6XlqNCo7l h4 {
  font-weight: 500;
}
.cid-s6XlqNCo7l p {
  color: #232323;
}
.cid-s6XlqNCo7l .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s6XlqNCo7l .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s6XlqNCo7l .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s6XlqNCo7l .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s6XlqNCo7l .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s6XlqNCo7l .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s6XlqNCo7l .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s6XlqNCo7l .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s6XlqNCo7l .card-img span {
    font-size: 40px !important;
  }
}
.cid-s6XlqNCo7l .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s6XlqNCo7l H2 {
  color: #cc2952;
  text-align: left;
}
.cid-s6XlqNCo7l .text1 {
  color: #000;
  text-align: left;
}
.cid-rZKiP9Zjl6 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url(../../../assets/images/92-1-800x1067.jpg);
}
.cid-rZKiP9Zjl6 .mbr-section-btn > * {
  margin: 0;
}
.cid-rZKiP9Zjl6 h4 {
  font-weight: 500;
}
.cid-rZKiP9Zjl6 p {
  color: #232323;
}
.cid-rZKiP9Zjl6 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rZKiP9Zjl6 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rZKiP9Zjl6 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rZKiP9Zjl6 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rZKiP9Zjl6 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rZKiP9Zjl6 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rZKiP9Zjl6 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rZKiP9Zjl6 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rZKiP9Zjl6 .card-img span {
    font-size: 40px !important;
  }
}
.cid-rZKiP9Zjl6 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rZKiP9Zjl6 H2 {
  color: #787324;
  text-align: left;
}
.cid-rZKiP9Zjl6 .text1 {
  color: #000;
  text-align: left;
}
.cid-rZKiP9Zjl6 .text2,
.cid-rZKiP9Zjl6 .mbr-section-btn {
  text-align: right;
}
.cid-se2Kx1CujD {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url(../../../assets/images/254-1504x2016.jpg);
}
.cid-se2Kx1CujD .mbr-section-btn > * {
  margin: 0;
}
.cid-se2Kx1CujD h4 {
  font-weight: 500;
}
.cid-se2Kx1CujD p {
  color: #232323;
}
.cid-se2Kx1CujD .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-se2Kx1CujD .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-se2Kx1CujD .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-se2Kx1CujD .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-se2Kx1CujD .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-se2Kx1CujD .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-se2Kx1CujD .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-se2Kx1CujD .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-se2Kx1CujD .card-img span {
    font-size: 40px !important;
  }
}
.cid-se2Kx1CujD .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-se2Kx1CujD H2 {
  color: #247f42;
  text-align: left;
}
.cid-se2Kx1CujD .text1 {
  color: #000;
  text-align: left;
}
.cid-se2Kx1CujD .text2,
.cid-se2Kx1CujD .mbr-section-btn {
  text-align: right;
  color: #000;
}
.cid-smpLLMUBBo {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url(../../../assets/images/81-2000x1316.jpeg);
}
.cid-smpLLMUBBo .mbr-section-btn > * {
  margin: 0;
}
.cid-smpLLMUBBo h4 {
  font-weight: 500;
}
.cid-smpLLMUBBo p {
  color: #232323;
}
.cid-smpLLMUBBo .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-smpLLMUBBo .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-smpLLMUBBo .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-smpLLMUBBo .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-smpLLMUBBo .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-smpLLMUBBo .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-smpLLMUBBo .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-smpLLMUBBo .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-smpLLMUBBo .card-img span {
    font-size: 40px !important;
  }
}
.cid-smpLLMUBBo .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-smpLLMUBBo H2 {
  color: #0f7699;
  text-align: left;
}
.cid-smpLLMUBBo .text1 {
  color: #7f1933;
  text-align: left;
}
.cid-smpLLMUBBo .text2,
.cid-smpLLMUBBo .mbr-section-btn {
  color: #000;
  text-align: left;
}
.cid-s5bV8M2Qcc {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url(../../../assets/images/123-1-1280x960.jpeg);
}
.cid-s5bV8M2Qcc .mbr-section-btn > * {
  margin: 0;
}
.cid-s5bV8M2Qcc h4 {
  font-weight: 500;
}
.cid-s5bV8M2Qcc p {
  color: #232323;
}
.cid-s5bV8M2Qcc .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s5bV8M2Qcc .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s5bV8M2Qcc .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s5bV8M2Qcc .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s5bV8M2Qcc .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s5bV8M2Qcc .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s5bV8M2Qcc .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s5bV8M2Qcc .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s5bV8M2Qcc .card-img span {
    font-size: 40px !important;
  }
}
.cid-s5bV8M2Qcc .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s5bV8M2Qcc H2 {
  color: #4f197f;
  text-align: left;
}
.cid-s5bV8M2Qcc .text1 {
  color: #000;
  text-align: left;
}
.cid-s5bV8M2Qcc .text2,
.cid-s5bV8M2Qcc .mbr-section-btn {
  text-align: right;
  color: #000;
}
.cid-rVu56r9EOj {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url(../../../assets/images/225-1512x2016.jpeg);
}
.cid-rVu56r9EOj .mbr-section-btn > * {
  margin: 0;
}
.cid-rVu56r9EOj h4 {
  font-weight: 500;
}
.cid-rVu56r9EOj p {
  color: #232323;
}
.cid-rVu56r9EOj .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rVu56r9EOj .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rVu56r9EOj .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rVu56r9EOj .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rVu56r9EOj .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rVu56r9EOj .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rVu56r9EOj .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rVu56r9EOj .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rVu56r9EOj .card-img span {
    font-size: 40px !important;
  }
}
.cid-rVu56r9EOj .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rVu56r9EOj H2 {
  color: #cc2952;
  text-align: left;
}
.cid-rVu56r9EOj .text1 {
  color: #000;
  text-align: left;
}
.cid-rVu56r9EOj .text2,
.cid-rVu56r9EOj .mbr-section-btn {
  text-align: right;
}
.cid-rZBFSIxebc {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url(../../../assets/images/64-2000x1500.jpeg);
}
.cid-rZBFSIxebc .mbr-section-btn > * {
  margin: 0;
}
.cid-rZBFSIxebc h4 {
  font-weight: 500;
}
.cid-rZBFSIxebc p {
  color: #232323;
}
.cid-rZBFSIxebc .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rZBFSIxebc .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rZBFSIxebc .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rZBFSIxebc .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rZBFSIxebc .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rZBFSIxebc .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rZBFSIxebc .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rZBFSIxebc .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rZBFSIxebc .card-img span {
    font-size: 40px !important;
  }
}
.cid-rZBFSIxebc .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rZBFSIxebc H2 {
  color: #247f42;
  text-align: left;
}
.cid-rZBFSIxebc .text1 {
  color: #000;
  text-align: left;
}
.cid-rZBFSIxebc .text2,
.cid-rZBFSIxebc .mbr-section-btn {
  text-align: right;
}
.cid-savhPfK4D3 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url(../../../assets/images/412-2000x1500.jpeg);
}
.cid-savhPfK4D3 .mbr-section-btn > * {
  margin: 0;
}
.cid-savhPfK4D3 h4 {
  font-weight: 500;
}
.cid-savhPfK4D3 p {
  color: #232323;
}
.cid-savhPfK4D3 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-savhPfK4D3 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-savhPfK4D3 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-savhPfK4D3 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-savhPfK4D3 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-savhPfK4D3 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-savhPfK4D3 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-savhPfK4D3 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-savhPfK4D3 .card-img span {
    font-size: 40px !important;
  }
}
.cid-savhPfK4D3 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-savhPfK4D3 H2 {
  color: #7f1933;
  text-align: left;
}
.cid-savhPfK4D3 .text1 {
  color: #000;
  text-align: left;
}
.cid-savhPfK4D3 .text2,
.cid-savhPfK4D3 .mbr-section-btn {
  text-align: right;
}
.cid-rZBQXQTJHI {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url(../../../assets/images/227-2000x1500.jpeg);
}
.cid-rZBQXQTJHI .mbr-section-btn > * {
  margin: 0;
}
.cid-rZBQXQTJHI h4 {
  font-weight: 500;
}
.cid-rZBQXQTJHI p {
  color: #232323;
}
.cid-rZBQXQTJHI .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rZBQXQTJHI .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rZBQXQTJHI .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rZBQXQTJHI .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rZBQXQTJHI .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rZBQXQTJHI .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rZBQXQTJHI .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rZBQXQTJHI .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rZBQXQTJHI .card-img span {
    font-size: 40px !important;
  }
}
.cid-rZBQXQTJHI .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rZBQXQTJHI H2 {
  color: #0f7699;
  text-align: left;
}
.cid-rZBQXQTJHI .text1 {
  color: #000;
  text-align: left;
}
.cid-rZBQXQTJHI .text2,
.cid-rZBQXQTJHI .mbr-section-btn {
  text-align: right;
}
.cid-sAHahop9nT {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url(../../../assets/images/552-1504x2016.jpeg);
}
.cid-sAHahop9nT .mbr-section-btn > * {
  margin: 0;
}
.cid-sAHahop9nT h4 {
  font-weight: 500;
}
.cid-sAHahop9nT p {
  color: #232323;
}
.cid-sAHahop9nT .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sAHahop9nT .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sAHahop9nT .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sAHahop9nT .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sAHahop9nT .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sAHahop9nT .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sAHahop9nT .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sAHahop9nT .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-sAHahop9nT .card-img span {
    font-size: 40px !important;
  }
}
.cid-sAHahop9nT .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-sAHahop9nT H2 {
  color: #4f197f;
  text-align: left;
}
.cid-sAHahop9nT .text1 {
  color: #000;
  text-align: left;
}
.cid-sAHahop9nT .text2,
.cid-sAHahop9nT .mbr-section-btn {
  text-align: right;
}
.cid-rZxfvS3UZ9 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url(../../../assets/images/4-2000x1500.jpeg);
}
.cid-rZxfvS3UZ9 .mbr-section-btn > * {
  margin: 0;
}
.cid-rZxfvS3UZ9 h4 {
  font-weight: 500;
}
.cid-rZxfvS3UZ9 p {
  color: #232323;
}
.cid-rZxfvS3UZ9 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rZxfvS3UZ9 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rZxfvS3UZ9 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rZxfvS3UZ9 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rZxfvS3UZ9 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rZxfvS3UZ9 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rZxfvS3UZ9 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rZxfvS3UZ9 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rZxfvS3UZ9 .card-img span {
    font-size: 40px !important;
  }
}
.cid-rZxfvS3UZ9 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rZxfvS3UZ9 H2 {
  color: #7f1933;
  text-align: left;
}
.cid-rZxfvS3UZ9 .text1 {
  color: #000;
  text-align: left;
}
.cid-rZxfvS3UZ9 .text2,
.cid-rZxfvS3UZ9 .mbr-section-btn {
  text-align: right;
}
.cid-rZBOk6ru0G {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url(../../../assets/images/112-2000x1500.jpg);
}
.cid-rZBOk6ru0G .mbr-section-btn > * {
  margin: 0;
}
.cid-rZBOk6ru0G h4 {
  font-weight: 500;
}
.cid-rZBOk6ru0G p {
  color: #232323;
}
.cid-rZBOk6ru0G .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rZBOk6ru0G .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rZBOk6ru0G .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rZBOk6ru0G .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rZBOk6ru0G .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rZBOk6ru0G .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rZBOk6ru0G .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rZBOk6ru0G .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rZBOk6ru0G .card-img span {
    font-size: 40px !important;
  }
}
.cid-rZBOk6ru0G .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rZBOk6ru0G H2 {
  color: #787324;
  text-align: left;
}
.cid-rZBOk6ru0G .text1 {
  color: #000;
  text-align: left;
}
.cid-rZBOk6ru0G .text2,
.cid-rZBOk6ru0G .mbr-section-btn {
  text-align: right;
}
.cid-sAmvpuXSuo {
  padding-top: 60px;
  padding-bottom: 15px;
  background-image: url(../../../assets/images/551-1607x2048.jpeg);
}
.cid-sAmvpuXSuo .mbr-section-btn > * {
  margin: 0;
}
.cid-sAmvpuXSuo h4 {
  font-weight: 500;
}
.cid-sAmvpuXSuo p {
  color: #232323;
}
.cid-sAmvpuXSuo .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sAmvpuXSuo .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sAmvpuXSuo .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sAmvpuXSuo .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sAmvpuXSuo .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sAmvpuXSuo .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sAmvpuXSuo .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sAmvpuXSuo .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-sAmvpuXSuo .card-img span {
    font-size: 40px !important;
  }
}
.cid-sAmvpuXSuo .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-sAmvpuXSuo H2 {
  color: #cc2952;
  text-align: left;
}
.cid-sAmvpuXSuo .text1 {
  color: #000;
  text-align: left;
}
.cid-sAmvpuXSuo .text2,
.cid-sAmvpuXSuo .mbr-section-btn {
  text-align: right;
}
.cid-rVSKiyXXVp {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url(../../../assets/images/221-2000x1500.jpg);
}
.cid-rVSKiyXXVp .mbr-section-btn > * {
  margin: 0;
}
.cid-rVSKiyXXVp h4 {
  font-weight: 500;
}
.cid-rVSKiyXXVp p {
  color: #232323;
}
.cid-rVSKiyXXVp .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rVSKiyXXVp .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rVSKiyXXVp .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rVSKiyXXVp .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rVSKiyXXVp .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rVSKiyXXVp .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rVSKiyXXVp .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rVSKiyXXVp .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rVSKiyXXVp .card-img span {
    font-size: 40px !important;
  }
}
.cid-rVSKiyXXVp .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rVSKiyXXVp H2 {
  color: #247f42;
  text-align: left;
}
.cid-rVSKiyXXVp .text1 {
  color: #000;
  text-align: left;
}
.cid-rVSKiyXXVp .text2,
.cid-rVSKiyXXVp .mbr-section-btn {
  color: #000;
  text-align: right;
}
.cid-s863A5p65O .navbar {
  padding: 0.5rem 0;
  background: #465052;
  transition: none;
  min-height: 77px;
}
.cid-s863A5p65O .navbar-dropdown.bg-color.transparent.opened {
  background: #465052;
}
.cid-s863A5p65O a {
  font-style: normal;
}
.cid-s863A5p65O .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s863A5p65O .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s863A5p65O .nav-item:focus,
.cid-s863A5p65O .nav-link:focus {
  outline: none;
}
.cid-s863A5p65O .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s863A5p65O .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s863A5p65O .menu-logo {
  margin-right: auto;
}
.cid-s863A5p65O .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s863A5p65O .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-s863A5p65O .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 1rem;
  width: 2rem;
}
.cid-s863A5p65O .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s863A5p65O .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s863A5p65O .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s863A5p65O .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s863A5p65O .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s863A5p65O .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s863A5p65O .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s863A5p65O .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s863A5p65O .dropdown .dropdown-menu {
  background: #465052;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s863A5p65O .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em !important;
}
.cid-s863A5p65O .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s863A5p65O .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s863A5p65O .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s863A5p65O .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s863A5p65O .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-s863A5p65O .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s863A5p65O .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s863A5p65O .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s863A5p65O .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s863A5p65O .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s863A5p65O button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s863A5p65O button.navbar-toggler:focus {
  outline: none;
}
.cid-s863A5p65O button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #55b4d4;
}
.cid-s863A5p65O button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-s863A5p65O button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-s863A5p65O button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-s863A5p65O button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-s863A5p65O nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-s863A5p65O nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-s863A5p65O nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-s863A5p65O nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-s863A5p65O .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s863A5p65O .collapsed .btn {
  display: -webkit-flex;
}
.cid-s863A5p65O .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s863A5p65O .collapsed .navbar-collapse.collapsing,
.cid-s863A5p65O .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s863A5p65O .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s863A5p65O .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s863A5p65O .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s863A5p65O .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s863A5p65O
  .collapsed
  .navbar-collapse.collapsing
  .navbar-nav
  .nav-item:last-child,
.cid-s863A5p65O
  .collapsed
  .navbar-collapse.show
  .navbar-nav
  .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s863A5p65O .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s863A5p65O .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s863A5p65O
  .collapsed
  .navbar-collapse.collapsing
  .navbar-buttons:last-child,
.cid-s863A5p65O .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s863A5p65O .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s863A5p65O .collapsed button.navbar-toggler {
  display: block;
}
.cid-s863A5p65O .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s863A5p65O .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s863A5p65O .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-s863A5p65O .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s863A5p65O .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s863A5p65O
  .collapsed
  .dropdown
  .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 1023px) {
  .cid-s863A5p65O .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s863A5p65O img {
    height: 3.8rem !important;
  }
  .cid-s863A5p65O .btn {
    display: -webkit-flex;
  }
  .cid-s863A5p65O button.navbar-toggler {
    display: block;
  }
  .cid-s863A5p65O .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s863A5p65O .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s863A5p65O .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s863A5p65O .navbar-collapse.collapsing,
  .cid-s863A5p65O .navbar-collapse.show {
    display: block !important;
  }
  .cid-s863A5p65O .navbar-collapse.collapsing .navbar-nav,
  .cid-s863A5p65O .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s863A5p65O .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s863A5p65O .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s863A5p65O .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s863A5p65O .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s863A5p65O .navbar-collapse.collapsing .navbar-buttons,
  .cid-s863A5p65O .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s863A5p65O .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s863A5p65O .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s863A5p65O .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-s863A5p65O .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s863A5p65O .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s863A5p65O
    .dropdown
    .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s863A5p65O .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s863A5p65O .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s863A5p65O .nav-link:hover,
.cid-s863A5p65O .dropdown-item:hover {
  color: #e4d295 !important;
}
.cid-rZJGlR5yEN .navbar {
  padding: 0.5rem 0;
  background: #465052;
  transition: none;
  min-height: 77px;
}
.cid-rZJGlR5yEN .navbar-dropdown.bg-color.transparent.opened {
  background: #465052;
}
.cid-rZJGlR5yEN a {
  font-style: normal;
}
.cid-rZJGlR5yEN .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rZJGlR5yEN .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0 0.65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rZJGlR5yEN .nav-item:focus,
.cid-rZJGlR5yEN .nav-link:focus {
  outline: none;
}
.cid-rZJGlR5yEN .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rZJGlR5yEN .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rZJGlR5yEN .menu-logo {
  margin-right: auto;
}
.cid-rZJGlR5yEN .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rZJGlR5yEN .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-rZJGlR5yEN .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 1rem;
  width: 2rem;
}
.cid-rZJGlR5yEN .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rZJGlR5yEN .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rZJGlR5yEN .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rZJGlR5yEN .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rZJGlR5yEN .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rZJGlR5yEN .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rZJGlR5yEN .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rZJGlR5yEN .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rZJGlR5yEN .dropdown .dropdown-menu {
  background: #465052;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rZJGlR5yEN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em !important;
}
.cid-rZJGlR5yEN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rZJGlR5yEN .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rZJGlR5yEN .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rZJGlR5yEN .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rZJGlR5yEN .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-rZJGlR5yEN .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rZJGlR5yEN .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rZJGlR5yEN .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rZJGlR5yEN .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rZJGlR5yEN .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rZJGlR5yEN button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rZJGlR5yEN button.navbar-toggler:focus {
  outline: none;
}
.cid-rZJGlR5yEN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #55b4d4;
}
.cid-rZJGlR5yEN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-rZJGlR5yEN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rZJGlR5yEN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rZJGlR5yEN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-rZJGlR5yEN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rZJGlR5yEN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-rZJGlR5yEN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-rZJGlR5yEN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rZJGlR5yEN .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rZJGlR5yEN .collapsed .btn {
  display: -webkit-flex;
}
.cid-rZJGlR5yEN .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rZJGlR5yEN .collapsed .navbar-collapse.collapsing,
.cid-rZJGlR5yEN .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rZJGlR5yEN .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rZJGlR5yEN .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rZJGlR5yEN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rZJGlR5yEN .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rZJGlR5yEN
  .collapsed
  .navbar-collapse.collapsing
  .navbar-nav
  .nav-item:last-child,
.cid-rZJGlR5yEN
  .collapsed
  .navbar-collapse.show
  .navbar-nav
  .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rZJGlR5yEN .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rZJGlR5yEN .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rZJGlR5yEN
  .collapsed
  .navbar-collapse.collapsing
  .navbar-buttons:last-child,
.cid-rZJGlR5yEN .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rZJGlR5yEN .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rZJGlR5yEN .collapsed button.navbar-toggler {
  display: block;
}
.cid-rZJGlR5yEN .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rZJGlR5yEN .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rZJGlR5yEN .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-rZJGlR5yEN .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rZJGlR5yEN .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rZJGlR5yEN
  .collapsed
  .dropdown
  .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rZJGlR5yEN .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rZJGlR5yEN img {
    height: 3.8rem !important;
  }
  .cid-rZJGlR5yEN .btn {
    display: -webkit-flex;
  }
  .cid-rZJGlR5yEN button.navbar-toggler {
    display: block;
  }
  .cid-rZJGlR5yEN .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rZJGlR5yEN .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rZJGlR5yEN .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rZJGlR5yEN .navbar-collapse.collapsing,
  .cid-rZJGlR5yEN .navbar-collapse.show {
    display: block !important;
  }
  .cid-rZJGlR5yEN .navbar-collapse.collapsing .navbar-nav,
  .cid-rZJGlR5yEN .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rZJGlR5yEN .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rZJGlR5yEN .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rZJGlR5yEN .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rZJGlR5yEN .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rZJGlR5yEN .navbar-collapse.collapsing .navbar-buttons,
  .cid-rZJGlR5yEN .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rZJGlR5yEN .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rZJGlR5yEN .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rZJGlR5yEN .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-rZJGlR5yEN .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rZJGlR5yEN .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rZJGlR5yEN
    .dropdown
    .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rZJGlR5yEN .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rZJGlR5yEN .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rZJGlR5yEN .nav-link:hover,
.cid-rZJGlR5yEN .dropdown-item:hover {
  color: #e4d295 !important;
}
.cid-s85ShX4u7I {
  background-image: url(../../../assets/images/kozm-1920x1280.jpg);
}
.cid-s85ShX4u7I .mbr-text,
.cid-s85ShX4u7I .mbr-section-btn {
  color: #efefef;
  text-align: left;
}
.cid-s85ShX4u7I H1 {
  color: #cc2952;
  text-align: left;
}
.cid-s85ShX4u7I H3 {
  color: #0f7699;
  text-align: left;
}
.cid-s85TE8kNlX {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url(../../../assets/images/528-4-2000x1500.jpeg);
}
.cid-s85TE8kNlX .mbr-section-btn > * {
  margin: 0;
}
.cid-s85TE8kNlX h4 {
  font-weight: 500;
}
.cid-s85TE8kNlX p {
  color: #232323;
}
.cid-s85TE8kNlX .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s85TE8kNlX .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s85TE8kNlX .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s85TE8kNlX .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s85TE8kNlX .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s85TE8kNlX .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s85TE8kNlX .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s85TE8kNlX .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s85TE8kNlX .card-img span {
    font-size: 40px !important;
  }
}
.cid-s85TE8kNlX .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s85TE8kNlX .text1 {
  color: #000;
  text-align: left;
}
.cid-s85TE8kNlX H2 {
  color: #4f197f;
  text-align: left;
}
.cid-s85TE8kNlX .text2,
.cid-s85TE8kNlX .mbr-section-btn {
  color: #000;
  text-align: right;
}
.cid-sCvtTu1etq {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url(../../../assets/images/712-2000x1500.jpeg);
}
.cid-sCvtTu1etq .mbr-section-btn > * {
  margin: 0;
}
.cid-sCvtTu1etq h4 {
  font-weight: 500;
}
.cid-sCvtTu1etq p {
  color: #232323;
}
.cid-sCvtTu1etq .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sCvtTu1etq .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sCvtTu1etq .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sCvtTu1etq .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sCvtTu1etq .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sCvtTu1etq .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sCvtTu1etq .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sCvtTu1etq .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-sCvtTu1etq .card-img span {
    font-size: 40px !important;
  }
}
.cid-sCvtTu1etq .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-sCvtTu1etq .text1 {
  color: #000;
  text-align: left;
}
.cid-sCvtTu1etq H2 {
  color: #ffa046;
  text-align: left;
}
.cid-sCvtTu1etq .text2,
.cid-sCvtTu1etq .mbr-section-btn {
  color: #000;
  text-align: right;
}
.cid-sCsCA65r9h {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url(../../../assets/images/528-5-2000x1500.jpeg);
}
.cid-sCsCA65r9h .mbr-section-btn > * {
  margin: 0;
}
.cid-sCsCA65r9h h4 {
  font-weight: 500;
}
.cid-sCsCA65r9h p {
  color: #232323;
}
.cid-sCsCA65r9h .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sCsCA65r9h .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sCsCA65r9h .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sCsCA65r9h .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sCsCA65r9h .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sCsCA65r9h .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sCsCA65r9h .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sCsCA65r9h .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-sCsCA65r9h .card-img span {
    font-size: 40px !important;
  }
}
.cid-sCsCA65r9h .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-sCsCA65r9h .text1 {
  color: #000;
  text-align: left;
}
.cid-sCsCA65r9h H2 {
  color: #247f42;
  text-align: left;
}
.cid-sCsCA65r9h .text2,
.cid-sCsCA65r9h .mbr-section-btn {
  color: #000;
  text-align: right;
}
.cid-s85THTREdd {
  padding-top: 60px;
  padding-bottom: 15px;
  background-image: url(../../../assets/images/46-2000x1500.jpg);
}
.cid-s85THTREdd .mbr-section-btn > * {
  margin: 0;
}
.cid-s85THTREdd h4 {
  font-weight: 500;
}
.cid-s85THTREdd p {
  color: #232323;
}
.cid-s85THTREdd .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s85THTREdd .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s85THTREdd .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s85THTREdd .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s85THTREdd .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s85THTREdd .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s85THTREdd .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s85THTREdd .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s85THTREdd .card-img span {
    font-size: 40px !important;
  }
}
.cid-s85THTREdd .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s85THTREdd .text1 {
  color: #000;
  text-align: left;
}
.cid-s85THTREdd H2 {
  color: #0f7699;
  text-align: left;
}
.cid-s85THTREdd .text2,
.cid-s85THTREdd .mbr-section-btn {
  color: #000;
  text-align: right;
}
.cid-st9OyuubR4 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-image: url(../../../assets/images/421-1-1355x1809.jpeg);
}
.cid-st9OyuubR4 .mbr-section-btn > * {
  margin: 0;
}
.cid-st9OyuubR4 h4 {
  font-weight: 500;
}
.cid-st9OyuubR4 p {
  color: #232323;
}
.cid-st9OyuubR4 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-st9OyuubR4 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-st9OyuubR4 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-st9OyuubR4 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-st9OyuubR4 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-st9OyuubR4 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-st9OyuubR4 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-st9OyuubR4 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-st9OyuubR4 .card-img span {
    font-size: 40px !important;
  }
}
.cid-st9OyuubR4 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-st9OyuubR4 H2 {
  color: #247f42;
  text-align: left;
}
.cid-st9OyuubR4 .text1 {
  color: #000;
  text-align: left;
}
.cid-st9OyuubR4 .text2,
.cid-st9OyuubR4 .mbr-section-btn {
  text-align: right;
}
.cid-s85TK3E13p {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url(../../../assets/images/75-2000x1500.jpeg);
}
.cid-s85TK3E13p .mbr-section-btn > * {
  margin: 0;
}
.cid-s85TK3E13p h4 {
  font-weight: 500;
}
.cid-s85TK3E13p p {
  color: #232323;
}
.cid-s85TK3E13p .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s85TK3E13p .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s85TK3E13p .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s85TK3E13p .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s85TK3E13p .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s85TK3E13p .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s85TK3E13p .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s85TK3E13p .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s85TK3E13p .card-img span {
    font-size: 40px !important;
  }
}
.cid-s85TK3E13p .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s85TK3E13p H2 {
  color: #cc2952;
  text-align: left;
}
.cid-s85TK3E13p .text1 {
  color: #000;
  text-align: left;
}
.cid-sMlgQ9ekCW {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/598-2000x1500.jpg");
}
.cid-sMlgQ9ekCW .mbr-section-btn > * {
  margin: 0;
}
.cid-sMlgQ9ekCW h4 {
  font-weight: 500;
}
.cid-sMlgQ9ekCW p {
  color: #232323;
}
.cid-sMlgQ9ekCW .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sMlgQ9ekCW .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sMlgQ9ekCW .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sMlgQ9ekCW .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sMlgQ9ekCW .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sMlgQ9ekCW .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sMlgQ9ekCW .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sMlgQ9ekCW .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-sMlgQ9ekCW .card-img span {
    font-size: 40px !important;
  }
}
.cid-sMlgQ9ekCW .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-sMlgQ9ekCW H2 {
  color: #55b4d4;
  text-align: left;
}
.cid-sMlgQ9ekCW .text1 {
  color: #000000;
  text-align: left;
}
.cid-s85TMooa7s {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url(../../../assets/images/5-2000x1500.jpeg);
}
.cid-s85TMooa7s .mbr-section-btn > * {
  margin: 0;
}
.cid-s85TMooa7s h4 {
  font-weight: 500;
}
.cid-s85TMooa7s p {
  color: #232323;
}
.cid-s85TMooa7s .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s85TMooa7s .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s85TMooa7s .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s85TMooa7s .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s85TMooa7s .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s85TMooa7s .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s85TMooa7s .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s85TMooa7s .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s85TMooa7s .card-img span {
    font-size: 40px !important;
  }
}
.cid-s85TMooa7s .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s85TMooa7s H2 {
  color: #4f197f;
  text-align: left;
}
.cid-s85TMooa7s .text1 {
  color: #000;
  text-align: left;
}
.cid-s85TMooa7s .text2,
.cid-s85TMooa7s .mbr-section-btn {
  text-align: right;
}
.cid-s8hHuBv4gb {
  padding-top: 60px;
  padding-bottom: 15px;
  background-image: url(../../../assets/images/372-1600x1200.jpg);
}
.cid-s8hHuBv4gb .mbr-section-btn > * {
  margin: 0;
}
.cid-s8hHuBv4gb h4 {
  font-weight: 500;
}
.cid-s8hHuBv4gb p {
  color: #232323;
}
.cid-s8hHuBv4gb .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s8hHuBv4gb .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s8hHuBv4gb .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s8hHuBv4gb .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s8hHuBv4gb .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s8hHuBv4gb .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s8hHuBv4gb .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s8hHuBv4gb .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s8hHuBv4gb .card-img span {
    font-size: 40px !important;
  }
}
.cid-s8hHuBv4gb .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s8hHuBv4gb H2 {
  color: #cc2952;
  text-align: left;
}
.cid-s8hHuBv4gb .text1 {
  color: #000;
  text-align: left;
}
.cid-s8hHuBv4gb .text2,
.cid-s8hHuBv4gb .mbr-section-btn {
  text-align: right;
  color: #000;
}
.cid-s85TOO6ry9 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-image: url(../../../assets/images/056-1512x1528.jpg);
}
.cid-s85TOO6ry9 .mbr-section-btn > * {
  margin: 0;
}
.cid-s85TOO6ry9 h4 {
  font-weight: 500;
}
.cid-s85TOO6ry9 p {
  color: #232323;
}
.cid-s85TOO6ry9 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s85TOO6ry9 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s85TOO6ry9 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s85TOO6ry9 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s85TOO6ry9 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s85TOO6ry9 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s85TOO6ry9 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s85TOO6ry9 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s85TOO6ry9 .card-img span {
    font-size: 40px !important;
  }
}
.cid-s85TOO6ry9 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s85TOO6ry9 H2 {
  color: #247f42;
  text-align: left;
}
.cid-s85TOO6ry9 .text1 {
  color: #000;
  text-align: left;
}
.cid-s85TOO6ry9 .text2,
.cid-s85TOO6ry9 .mbr-section-btn {
  text-align: right;
  color: #000;
}
.cid-sbdl4wZZ8m {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url(../../../assets/images/554-4-2000x1500.jpeg);
}
.cid-sbdl4wZZ8m .mbr-section-btn > * {
  margin: 0;
}
.cid-sbdl4wZZ8m h4 {
  font-weight: 500;
}
.cid-sbdl4wZZ8m p {
  color: #232323;
}
.cid-sbdl4wZZ8m .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sbdl4wZZ8m .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sbdl4wZZ8m .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sbdl4wZZ8m .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sbdl4wZZ8m .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sbdl4wZZ8m .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sbdl4wZZ8m .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sbdl4wZZ8m .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-sbdl4wZZ8m .card-img span {
    font-size: 40px !important;
  }
}
.cid-sbdl4wZZ8m .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-sbdl4wZZ8m H2 {
  color: #4f197f;
  text-align: left;
}
.cid-sbdl4wZZ8m .text1 {
  color: #cc2952;
  text-align: left;
}
.cid-sbdl4wZZ8m .text2,
.cid-sbdl4wZZ8m .mbr-section-btn {
  color: #000;
  text-align: left;
}
.cid-sFcBrZ5mdx {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #465052;
}
@media (max-width: 767px) {
  .cid-sFcBrZ5mdx .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sFcBrZ5mdx .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-sFcBrZ5mdx .media-wrap img {
  height: 6rem;
}
.cid-sFcBrZ5mdx .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sFcBrZ5mdx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sFcBrZ5mdx .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-sFcBrZ5mdx .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sFcBrZ5mdx .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sFcBrZ5mdx .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sFcBrZ5mdx .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sFcBrZ5mdx .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFcBrZ5mdx .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sFcBrZ5mdx .links {
  text-align: left;
  color: #ccc;
}
.cid-sFcBrZ5mdx .copyright > p {
  color: #ccc;
}
.cid-sFcOfUS1OW {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #465052;
}
@media (max-width: 767px) {
  .cid-sFcOfUS1OW .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sFcOfUS1OW .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-sFcOfUS1OW .media-wrap img {
  height: 6rem;
}
.cid-sFcOfUS1OW .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sFcOfUS1OW .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sFcOfUS1OW .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-sFcOfUS1OW .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sFcOfUS1OW .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sFcOfUS1OW .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sFcOfUS1OW .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sFcOfUS1OW .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFcOfUS1OW .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sFcOfUS1OW .links {
  text-align: left;
  color: #ccc;
}
.cid-sFcOfUS1OW .copyright > p {
  color: #ccc;
}
.cid-sFcOqaQ96S {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #465052;
}
@media (max-width: 767px) {
  .cid-sFcOqaQ96S .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sFcOqaQ96S .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-sFcOqaQ96S .media-wrap img {
  height: 6rem;
}
.cid-sFcOqaQ96S .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sFcOqaQ96S .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sFcOqaQ96S .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-sFcOqaQ96S .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sFcOqaQ96S .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sFcOqaQ96S .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sFcOqaQ96S .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sFcOqaQ96S .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFcOqaQ96S .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sFcOqaQ96S .links {
  text-align: left;
  color: #ccc;
}
.cid-sFcOqaQ96S .copyright > p {
  color: #ccc;
}
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  z-index: 100;
  display: none;
}
.imge a {
  text-decoration: none;
}
.popup {
  width: 100%;
  margin: 0 auto;
  display: none;
  position: fixed;
  z-index: 101;
}
.imge {
  min-width: 200px;
  width: 280px;
  min-height: 100px;
  height: auto;
  margin: 100px auto;
  background: transparent;
  position: relative;
  z-index: 103;
  animation: css 0s 5s forwards;
  animation-name: css;
  animation-duration: 2s;
  visibility: hidden;
}
@keyframes css {
  to {
    visibility: visible;
  }
  0% {
    left: 0px;
    top: -300px;
  }
  100% {
    left: 0px;
    top: 0px;
  }
}
.imge p {
  clear: both;
  color: #555;
  text-align: justify;
}
.imge p a {
  color: #d91900;
  font-weight: 700;
}
.imge .z {
  float: right;
  height: 25px;
  left: -15px;
  position: relative;
  top: -15px;
  width: 25px;
}
.imge .z:hover {
  cursor: pointer;
  opacity: 0.6;
}
.cid-sSfLRWJ5ff {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url(../../../assets/images/551-1504x2016.jpeg);
}
.cid-sSfLRWJ5ff .mbr-section-btn > * {
  margin: 0;
}
.cid-sSfLRWJ5ff h4 {
  font-weight: 500;
}
.cid-sSfLRWJ5ff p {
  color: #232323;
}
.cid-sSfLRWJ5ff .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sSfLRWJ5ff .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sSfLRWJ5ff .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sSfLRWJ5ff .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sSfLRWJ5ff .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sSfLRWJ5ff .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sSfLRWJ5ff .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sSfLRWJ5ff .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-sSfLRWJ5ff .card-img span {
    font-size: 40px !important;
  }
}
.cid-sSfLRWJ5ff .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-sSfLRWJ5ff H2 {
  color: #0f7699;
  text-align: left;
}
.cid-sSfLRWJ5ff .text1 {
  color: #000;
  text-align: left;
}
.cid-sSfLRWJ5ff .text2,
.cid-sSfLRWJ5ff .mbr-section-btn {
  text-align: right;
  color: #000;
}
.cid-t6oQYSlecS {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url(../../../assets/images/740-2000x1500.jpeg);
}
.cid-t6oQYSlecS .mbr-section-btn > * {
  margin: 0;
}
.cid-t6oQYSlecS h4 {
  font-weight: 500;
}
.cid-t6oQYSlecS p {
  color: #232323;
}
.cid-t6oQYSlecS .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-t6oQYSlecS .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-t6oQYSlecS .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t6oQYSlecS .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t6oQYSlecS .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-t6oQYSlecS .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-t6oQYSlecS .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t6oQYSlecS .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-t6oQYSlecS .card-img span {
    font-size: 40px !important;
  }
}
.cid-t6oQYSlecS .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-t6oQYSlecS H2 {
  color: #e77a05;
  text-align: left;
}
.cid-t6oQYSlecS .text1 {
  color: #000;
  text-align: left;
}
.cid-t6oQYSlecS .text2,
.cid-t6oQYSlecS .mbr-section-btn {
  text-align: right;
  color: #000;
}
