<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&amp;display=swap);



.timelines-container{width:90%;margin: 0 auto}
.timelinesh4{font-size: 1.8rem;color:#003e66;font-weight: bold}
.timelinedisplay7 a{color:#333}
.timelinedisplay7 a:hover{color:#1f7ab6}

.modal-header2{border-bottom: 0px; }
.modal-body2{padding: 15px;}
.close {
    float: right;
    font-size: 40px;
    font-weight: 700;
    text-shadow: 0 1px 0 #fff;
	background: rgba(130,130,130,.2) !important;
	margin-right: 15px;
	display: table!important;
	padding: 7px 15px 10px 15px!important;
	z-index: 999 !important;
    color: #000 !important;
	opacity: 1;
   }
.btnmore{font-size: 18px;font-weight: bold;color:#fcac35;}
a.btnmore{color:#fcac35;}
.linkw{color:#00b400}


.modal-dialog2{
    width: 50% !important;
    margin: 30px auto;
	display: grid;
}

@media (max-width: 768px){
	.modal-dialog2{ 
	width: 80% !important;
	margin: 30px auto;
	display: grid;
    }
	.modal{top:3% !important}	
}
.display-7{font-size: 16px;}


body {
}
.display-1 {
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 &gt; .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-size: 3rem;
  font-display: swap;
}
.display-2 &gt; .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-display: swap;
}
.display-4 &gt; .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 &gt; .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-display: swap;
}
.display-7 &gt; .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;

}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  
  font-size: 1rem;
  font-display: swap;
}
.form-control &gt; .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #149dcc;
  border-bottom-color: #149dcc;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box &gt; div &gt; div.xdsoft_current {
  color: #ffffff !important;
  background-color: #149dcc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box &gt; div &gt; div:hover {
  color: #ffffff !important;
  background: #ff3366 !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='%23149dcc' %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-s8WOvP4Nrw {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s8WOvP4Nrw .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-s8WOvP4Nrw .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #efefef;
  margin-right: 2rem;
  transition: all .4s;
}
.cid-s8WOvP4Nrw .timeline-text-content p {
  margin-bottom: 0;
}
.cid-s8WOvP4Nrw .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-s8WOvP4Nrw .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-s8WOvP4Nrw .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-s8WOvP4Nrw .reverse .timeline-text-content {
  margin-left: 2rem;
  margin-right: 0;
}
.cid-s8WOvP4Nrw .iconsBackground {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #efefef;
  top: 20px;
  margin-left: -30px;
}
.cid-s8WOvP4Nrw .mbr-iconfont {
  position: absolute;
  text-align: center;
  font-size: 35px;
  display: inline-block;
  z-index: 3;
  top: 13px;
  left: 13px;
}
.cid-s8WOvP4Nrw .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #efefef;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-s8WOvP4Nrw .iconsBackground {
    left: 1.5rem;
  }
  .cid-s8WOvP4Nrw .separline:before {
    left: calc(1.5rem - 1px);
  }
  .cid-s8WOvP4Nrw .timeline-text-content {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  .cid-s8WOvP4Nrw .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-s8WOvP4Nrw .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-s8WOx4i4vd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-s8WOx4i4vd .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-s8WOx4i4vd .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #ffffff;
  margin-left: 2rem;
}
.cid-s8WOx4i4vd .timeline-text-content p {
  margin-bottom: 0;
}
.cid-s8WOx4i4vd .time-line-date-content {
  margin-right: 2rem;
}
.cid-s8WOx4i4vd .time-line-date-content p {
  padding: 2rem 2.5rem;
  background: #ffffff;
  float: right;
}
.cid-s8WOx4i4vd .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-s8WOx4i4vd .timeline-element:hover .mbr-timeline-date {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-s8WOx4i4vd .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-s8WOx4i4vd .mbr-timeline-date,
.cid-s8WOx4i4vd .timeline-text-content {
  transition: all .4s;
}
.cid-s8WOx4i4vd .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-s8WOx4i4vd .reverse .timeline-text-content {
  margin-right: 2rem;
  margin-left: 0;
}
.cid-s8WOx4i4vd .reverse .time-line-date-content {
  margin-left: 2rem;
  margin-right: 0rem;
}
.cid-s8WOx4i4vd .reverse .time-line-date-content p {
  float: left;
}
.cid-s8WOx4i4vd .iconBackground {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: #ffffff;
  top: 20px;
  margin-left: -10px;
}
.cid-s8WOx4i4vd .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #ffffff;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-s8WOx4i4vd .iconBackground {
    left: 0 !important;
  }
  .cid-s8WOx4i4vd .separline:before {
    left: 0!important;
  }
  .cid-s8WOx4i4vd .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-s8WOx4i4vd .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-s8WOx4i4vd .time-line-date-content p {
    float: left !important;
  }
  .cid-s8WOx4i4vd .reverse .time-line-date-content {
    margin-left: 0 !important;
  }
  .cid-s8WOx4i4vd .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-s8WOx4i4vd .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-s8WOy6HtSM {
  padding-top: 50px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s8WOy6HtSM .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-s8WOy6HtSM .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #f4fcff;
  margin-right: 5rem;
  transition: all .4s;
  margin-bottom: 20px;
  display:table;
  box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.08);
}
.cid-s8WOy6HtSM .timeline-text-content2{
  padding: 2rem 2.5rem;
  background: #ecf5fc;
  transition: all .4s;
  margin-bottom: 20px;
  display:table;
}

.cid-s8WOy6HtSM .timeline-text-content3{
  background: #f1f6fb;
}
.cid-s8WOy6HtSM .right{
  float:right;
}





.cid-s8WOy6HtSM .timeline-text-content p {
  margin-bottom: 0;
}
.cid-s8WOy6HtSM .timeline-element {
  margin-bottom: 0px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-s8WOy6HtSM .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 15px 0px rgba(115, 167, 210, 0.2);
  transition: all .4s;
}
.cid-s8WOy6HtSM .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-s8WOy6HtSM .reverse .timeline-text-content {
  margin-left: 5rem;
  margin-bottom: 20px;
}
.cid-s8WOy6HtSM .iconsBackground {
  position: absolute;
  left: 50%;
  width: 52px;
  height: 52px;
  line-height: 15px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #80ceeb;
  top: 0px;
  padding:12px 5px 0 5px;
  margin-left: -20px;
  color:#fff;
  font-weight: bold;
}
.cid-s8WOy6HtSM .iconsBackground2 {
  position: absolute;
  left: 50%;
  width: 52px;
  height: 52px;
  line-height: 15px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #499adf;
  top: 0px;
  padding:12px 5px 0 5px;
  margin-left: -20px;
  color:#fff;
  font-weight: bold;
}
.cid-s8WOy6HtSM .iconsBackground3 {
  position: absolute;
  left: 50%;
  width: 52px;
  height: 52px;
  line-height: 15px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #91b5d4;
  top: 0px;
  padding:12px 5px 0 5px;
  margin-left: -20px;
  color:#fff;
  font-weight: bold;
}

.cid-s8WOy6HtSM .mbr-iconfont {
  position: absolute;
  text-align: center;
  font-size: 35px;
  display: inline-block;
  z-index: 3;
  top: 13px;
  left: 13px;
}
.cid-s8WOy6HtSM .separline:before {
  top: 0px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 10px;
  background-color: #efefef;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-s8WOy6HtSM .iconsBackground,  .cid-s8WOy6HtSM .iconsBackground2 {
    left: 1.5rem;
  }
  .cid-s8WOy6HtSM .separline:before {
    left: calc(1.5rem - 1px);
  }
  .cid-s8WOy6HtSM .timeline-text-content {
    margin-left: 6rem !important;
    margin-right: 0 !important;
  }
  .cid-s8WOy6HtSM .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-s8WOy6HtSM .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-s8WOzdvri3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-s8WOzdvri3 .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-s8WOzdvri3 .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #ffffff;
  margin-left: 2rem;
}
.cid-s8WOzdvri3 .timeline-text-content p {
  margin-bottom: 0;
}
.cid-s8WOzdvri3 .time-line-date-content {
  margin-right: 2rem;
}
.cid-s8WOzdvri3 .time-line-date-content p {
  padding: 2rem 2.5rem;
  background: #ffffff;
  float: right;
}
.cid-s8WOzdvri3 .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-s8WOzdvri3 .timeline-element:hover .mbr-timeline-date {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-s8WOzdvri3 .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-s8WOzdvri3 .mbr-timeline-date,
.cid-s8WOzdvri3 .timeline-text-content {
  transition: all .4s;
}
.cid-s8WOzdvri3 .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-s8WOzdvri3 .reverse .timeline-text-content {
  margin-right: 2rem;
  margin-left: 0;
}
.cid-s8WOzdvri3 .reverse .time-line-date-content {
  margin-left: 2rem;
  margin-right: 0rem;
}
.cid-s8WOzdvri3 .reverse .time-line-date-content p {
  float: left;
}
.cid-s8WOzdvri3 .iconBackground {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: #ffffff;
  top: 20px;
  margin-left: -10px;
}
.cid-s8WOzdvri3 .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #ffffff;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-s8WOzdvri3 .iconBackground {
    left: 0 !important;
  }
  .cid-s8WOzdvri3 .separline:before {
    left: 0!important;
  }
  .cid-s8WOzdvri3 .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-s8WOzdvri3 .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-s8WOzdvri3 .time-line-date-content p {
    float: left !important;
  }
  .cid-s8WOzdvri3 .reverse .time-line-date-content {
    margin-left: 0 !important;
  }
  .cid-s8WOzdvri3 .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-s8WOzdvri3 .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-rZiEvsOL8p {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-rZiEzFxfPM {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #0f7699, #ff7f9f);
}
@media (min-width: 992px) {
  .cid-rZiEzFxfPM .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rZiEzFxfPM .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-rZiEABSFeZ {
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-rZiEABSFeZ .form-control,
.cid-rZiEABSFeZ .form-control:focus {
  background: #ffffff;
  border: 1px solid #ffffff;
}
.cid-rZiEABSFeZ .form-container {
  transition: all .2s;
  border: 1px solid #ffffff;
  padding: 1rem;
}
.cid-rZiEABSFeZ textarea.form-control {
  min-height: 188px;
}
.cid-rZiEABSFeZ .input-group-btn {
  justify-content: center;
  -webkit-justify-content: center;
}
@media (min-width: 768px) {
  .cid-rZiEABSFeZ .content-container {
    padding-right: 5rem;
  }
}
.cid-rZiEBaG0Pj {
  background: linear-gradient(45deg, #e4d295, #ff3366);
}
.cid-rZiEBaG0Pj .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-rZiEBIKCRf {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rZiEBIKCRf h3 {
  text-align: center;
}
.cid-rZiEBIKCRf .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rZiEBIKCRf .mbr-content-text {
  color: #767676;
}
.cid-rZiEBIKCRf .panel-item {
  background: #ffffff;
}
.cid-rZiEBIKCRf .card {
  word-wrap: break-word;
}
.cid-rZiEBIKCRf .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-rZiEBXpnV7 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rZiEBXpnV7 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rZiEBXpnV7 .mbr-content-text {
  color: #767676;
}
.cid-rZiEBXpnV7 .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rZiEBXpnV7 .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-rZiEBXpnV7 .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rZiEBXpnV7 .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-rZiEBXpnV7 .media-block {
    padding-right: 2rem;
  }
}
.cid-rZiEBXpnV7 .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rZiEBXpnV7 .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-rZiEBXpnV7 .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rZiECijxzs {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rZiECijxzs .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rZiECijxzs .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-rZiECijxzs .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-rZiECijxzs .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-rZiECijxzs .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-rZiECijxzs .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rZiECijxzs .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-rZiECijxzs .media-block {
    padding-left: 2rem;
  }
}
.cid-rZiECijxzs .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-rZiECijxzs .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-rZiECijxzs .count {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .cid-rZiECijxzs .panel-item {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cid-rZiECijxzs .card-img {
    padding-bottom: 1rem;
    padding-right: 0 !important;
    margin: auto;
  }
}
.cid-rZiECijxzs .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rZiECMQlnf {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rZiECMQlnf .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rZiECMQlnf .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-rZiECMQlnf .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rZiECMQlnf .img-text {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-rZiECMQlnf .img-text {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .cid-rZiECMQlnf .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-rZiECMQlnf .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-rZiECMQlnf .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
@media (max-width: 767px) {
  .cid-rZiECMQlnf .panel-item {
    flex-direction: column;
    align-items: center;
  }
  .cid-rZiECMQlnf .panel-item .card-img {
    padding: 0;
    padding-bottom: 1rem;
  }
}
.cid-rZiECXqM2K {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rZiECXqM2K .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rZiECXqM2K .mbr-content-text {
  color: #767676;
}
.cid-rZiECXqM2K .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rZiECXqM2K .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
@media (max-width: 767px) {
  .cid-rZiECXqM2K .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-rZiECXqM2K .img-text {
  color: #c1c1c1;
}
.cid-rZiEEghxNg {
  background: #149dcc;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #149dcc, #ffffff);
}
.cid-rZiEEghxNg .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-rZiEEghxNg .video-block {
    width: 100% !important;
  }
}
.cid-rZiEEvT4Tn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-rZiEEvT4Tn .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rZiEEvT4Tn .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rZiEEvT4Tn .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rZiEEvT4Tn .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rZiEEvT4Tn .mbr-gallery-item &gt; div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rZiEEvT4Tn .mbr-gallery-item &gt; div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rZiEEvT4Tn .mbr-gallery-item &gt; div:hover:before {
  opacity: 0.7 !important;
}
.cid-rZiEEvT4Tn .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rZiEEvT4Tn .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rZiEEP44uI {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rZiEEP44uI .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rZiEEP44uI .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rZiEEP44uI .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rZiEEP44uI .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rZiEEP44uI .mbr-gallery-item &gt; div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rZiEEP44uI .mbr-gallery-item &gt; div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rZiEEP44uI .mbr-gallery-item &gt; div:hover:before {
  opacity: 0.7 !important;
}
.cid-rZiEEP44uI .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rZiEEP44uI .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rZiEFeC2uE {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rZiEFeC2uE .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rZiEFeC2uE .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rZiEFeC2uE .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rZiEFeC2uE .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rZiEFeC2uE .mbr-gallery-item &gt; div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rZiEFeC2uE .mbr-gallery-item &gt; div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rZiEFeC2uE .mbr-gallery-item &gt; div:hover:before {
  opacity: 0.7 !important;
}
.cid-rZiEFeC2uE .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rZiEFeC2uE .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rZiEFsaxti {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rZiEFsaxti .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rZiEFsaxti .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rZiEFsaxti .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rZiEFsaxti .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rZiEFsaxti .row &gt; .row {
  display: block;
}
.cid-rZiEFsaxti .mbr-gallery-item {
  width: 100%;
}
.cid-rZiEFsaxti .mbr-gallery-item &gt; div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rZiEFsaxti .mbr-gallery-item &gt; div {
  position: relative;
}
.cid-rZiEFsaxti .mbr-gallery-item &gt; div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rZiEFsaxti .mbr-gallery-item &gt; div:hover:before {
  opacity: 0.7 !important;
}
.cid-rZiEFsaxti .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rZiEFsaxti .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rZiEGBTxNW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rZiEGBTxNW .mbr-text,
.cid-rZiEGBTxNW blockquote {
  color: #767676;
}
.cid-rZiEGMFJ8J {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rZiEGMFJ8J .mbr-text,
.cid-rZiEGMFJ8J blockquote {
  color: #767676;
}
.cid-rZiEGYvHPE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rZiEGYvHPE .counter-container {
  color: #767676;
}
.cid-rZiEGYvHPE .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-rZiEGYvHPE .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-rZiEGYvHPE .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
}
.cid-rZiEGYvHPE .counter-container ol li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-rZiEHwGLf0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-rZiEHK8DoQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rZiEHK8DoQ .mbr-section-subtitle {
  color: #767676;
}
.cid-rZiEHUp2XX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rZiEHUp2XX .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rZiEHUp2XX .section-text {
  padding: 2rem 0;
}
.cid-rZiEHUp2XX .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rZiEHUp2XX .inner-container {
    width: 100% !important;
  }
}
.cid-rZiEIydHKk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rZiEIydHKk .mbr-text {
  color: #767676;
}
.cid-rZiEIydHKk .mbr-text p {
  background: #ffffff;
}
.cid-rZiEIJjacc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rZiEIJjacc .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rZiEIJjacc .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-rZiEIJjacc .mbr-text {
  color: #767676;
}
.cid-rZiEIXjiy5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rZiEIXjiy5 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-rZiEIXjiy5 .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-rZiEIXjiy5 .mbr-text {
  color: #767676;
}
.cid-rZiEJ8jNUp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rZiEJhXjly {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rZiEJhXjly .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rZiEJhXjly .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rZiEJhXjly .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rZiEJhXjly .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rZiEJhXjly .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rZiEJhXjly .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rZiEJhXjly .img-item {
    width: 100% !important;
  }
  .cid-rZiEJhXjly .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rZiEJwSUv5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rZiEJwSUv5 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rZiEJwSUv5 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rZiEJwSUv5 .media-container-row .img-item .img-cont {
  position: relative;
  overflow: hidden;
}
.cid-rZiEJwSUv5 .media-container-row .img-item .img-cont img {
  width: 100%;
}
.cid-rZiEJwSUv5 .media-container-row .img-item .img-cont .img-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rZiEJwSUv5 .media-container-row .img-item .img-cont .img-caption p {
  margin-bottom: 0;
}
.cid-rZiEJwSUv5 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rZiEJwSUv5 .img-item {
    width: 100% !important;
  }
  .cid-rZiEJwSUv5 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rZiEJLP9mx {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-rZiEJLP9mx .image-block {
  margin: auto;
}
.cid-rZiEJLP9mx figcaption {
  position: relative;
}
.cid-rZiEJLP9mx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rZiEJLP9mx .image-block {
    width: 100% !important;
  }
}
.cid-rZiEKaj73M {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rZiEKaj73M h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rZiEKaj73M p {
  color: #767676;
  text-align: left;
}
.cid-rZiEKaj73M .card-box {
  padding-top: 2rem;
}
.cid-rZiEKaj73M .card-wrapper {
  height: 100%;
}
.cid-rZiEKxMzLG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rZiEKxMzLG .card-box {
  padding: 0 2rem;
}
.cid-rZiEKxMzLG .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rZiEKxMzLG .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rZiEKxMzLG h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rZiEKxMzLG p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rZiEKxMzLG .mbr-text {
  color: #767676;
}
.cid-rZiEKxMzLG .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rZiEKxMzLG .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rZiEKLpW4M {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rZiEKLpW4M .card-img {
  background-color: #fff;
}
.cid-rZiEKLpW4M .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-rZiEKLpW4M h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rZiEKLpW4M p {
  text-align: left;
}
.cid-rZiEKLpW4M .mbr-text {
  color: #767676;
}
.cid-rZiEKLpW4M .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rZiEKLpW4M .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-rZiEKLpW4M .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-rZiELeI659 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rZiELeI659 .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-rZiELeI659 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rZiELeI659 p {
  color: #767676;
  text-align: left;
}
.cid-rZiELeI659 .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rZiELeI659 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rZiELeI659 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rZiELw5aJv {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rZiELw5aJv .mbr-text {
  color: #767676;
}
.cid-rZiELw5aJv h4 {
  text-align: center;
}
.cid-rZiELw5aJv p {
  text-align: center;
}
.cid-rZiELw5aJv .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rZiELMw2R3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-rZiELMw2R3 h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-rZiELMw2R3 p {
  color: #ffffff;
}
.cid-rZiELMw2R3 .card {
  margin-bottom: 2rem;
}
.cid-rZiELMw2R3 .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #149dcc;
}
.cid-rZiELMw2R3 .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-rZiELMw2R3 .card-box {
  padding-bottom: 2rem;
  background-color: #149dcc;
  background: linear-gradient(#149dcc, transparent);
}
.cid-rZiELMw2R3 .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-rZiELMw2R3 .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-rZiELMw2R3 .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rZiELMw2R3 .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rZiEMbwzyb {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rZiEMbwzyb h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rZiEMbwzyb p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-rZiEMbwzyb .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-rZiEMbwzyb .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-rZiEMbwzyb .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-rZiEMbwzyb .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-rZiEMbwzyb .card-box {
    padding-left: 0;
  }
}
.cid-rZiEMkWWCb {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rZiEMkWWCb h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rZiEMkWWCb p {
  color: #767676;
  text-align: left;
}
.cid-rZiEMkWWCb .card-img {
  text-align: left;
}
.cid-rZiEMkWWCb .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-rZiEMFehhI {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rZiEMFehhI h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rZiEMFehhI p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-rZiEMFehhI .card-img {
  text-align: left;
  background-color: #ffffff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-rZiEMFehhI .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-rZiEMFehhI .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #ffffff;
}
.cid-rZiEN5ylo8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rZiEN5ylo8 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rZiEN5ylo8 p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-rZiEN5ylo8 .card-img {
  width: auto;
}
.cid-rZiEN5ylo8 .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-rZiEN5ylo8 .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rZiEN5ylo8 .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
}
@media (max-width: 300px) {
  .cid-rZiEN5ylo8 .card-img span {
    font-size: 40px !important;
  }
}
.cid-rZiENk57cb {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rZiENk57cb h2 {
  text-align: left;
}
.cid-rZiENk57cb h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rZiENk57cb p {
  color: #767676;
  text-align: left;
}
.cid-rZiENk57cb .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rZiENk57cb .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rZiENk57cb .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rZiENk57cb .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rZiENk57cb .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rZiENk57cb .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rZiENk57cb .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rZiENk57cb .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rZiENk57cb .card-img span {
    font-size: 40px !important;
  }
}
.cid-rZiENHKntP {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rZiENHKntP h2 {
  text-align: center;
}
.cid-rZiENHKntP h3 {
  text-align: center;
  font-weight: 300;
}
.cid-rZiENHKntP p {
  color: #767676;
}
.cid-rZiENHKntP img {
  object-fit: cover;
}
.cid-rZiENHKntP .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rZiENHKntP .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rZiENHKntP .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-rZiENHKntP .mbr-section-subtitle {
  color: #767676;
}
.cid-rZiENHKntP .card-title {
  font-weight: 500;
}
.cid-rZiENHKntP .card-img {
  text-align: inherit;
}
.cid-rZiENHKntP .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rZiENHKntP .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-rZiENHKntP .mbr-figure {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rZiENHKntP .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-rZiENHKntP .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .cid-rZiENHKntP .card:nth-child(1) {
    padding-bottom: 0!important;
  }
}
.cid-rZiENX6M6G {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rZiENX6M6G h3 {
  font-weight: 300;
}
.cid-rZiENX6M6G .card-img {
  width: initial;
}
.cid-rZiENX6M6G .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rZiENX6M6G .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-rZiENX6M6G .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rZiENX6M6G .mbr-section-subtitle {
  color: #767676;
}
.cid-rZiENX6M6G .mbr-text {
  color: #767676;
}
.cid-rZiENX6M6G .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rZiENX6M6G .mbr-al-i-c {
  align-items: center;
}
.cid-rZiEOuLYHG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rZiEOuLYHG p {
  margin-bottom: 0;
}
.cid-rZiEOuLYHG .card-box {
  z-index: 1;
  position: relative;
  background-color: rgba(15, 118, 153, 0.6);
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.cid-rZiEOuLYHG .card-box .card-title {
  pointer-events: all;
}
.cid-rZiEOuLYHG .card-box .mbr-text {
  pointer-events: all;
}
.cid-rZiEOuLYHG .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
}
.cid-rZiEOuLYHG .card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-rZiEOuLYHG .card-img img {
  z-index: -1;
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-rZiEOuLYHG .card-wrap {
  position: relative;
}
.cid-rZiEOuLYHG .card {
  padding-bottom: 2rem;
}
.cid-rZiEPqRzFC {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rZiEPqRzFC .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rZiEPqRzFC .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rZiEPqRzFC .card_cont {
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  background-color: #eee;
}
.cid-rZiEPqRzFC .card-front {
  z-index: 2;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-rZiEPqRzFC .card-front img {
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-rZiEPqRzFC .card_back {
  width: 100%;
  height: 100%;
  padding: 30px 30px;
  color: #ffffff;
  background-color: #55b4d4;
  z-index: 1;
  margin: 0;
  text-align: center;
  overflow: hidden;
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.cid-rZiEPqRzFC .card {
  min-height: 300px;
}
.cid-rZiEPqRzFC .card:hover .card-front {
  z-index: 1;
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.cid-rZiEPqRzFC .card:hover .card_back {
  z-index: 2;
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.cid-rZiEPqRzFC .builderCard .card_back {
  border-bottom-left-radius: 100px;
}
.cid-rZiEPqRzFC .builderCard .card_cont {
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidd;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.cid-rZiEPB7zKL {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rZiEPB7zKL .mbr-section-subtitle,
.cid-rZiEPB7zKL .mbr-text {
  color: #767676;
}
.cid-rZiEPB7zKL .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rZiEPB7zKL .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rZiEPB7zKL .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rZiEPB7zKL .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-rZiEPB7zKL .card-wrapper .card-img .mbr-section-btn {
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  left: 0;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}
.cid-rZiEPB7zKL .card-wrapper .card-img img {
  width: 100%;
}
.cid-rZiEPB7zKL .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-rZiEPB7zKL .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-rZiEPB7zKL .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-rZiEPB7zKL .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-rZiEPB7zKL .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-rZiEPB7zKL .card-img .mbr-section-btn {
  opacity: 0;
}
.cid-rZiEPB7zKL .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-rZiEPB7zKL .card-img:hover .mbr-section-btn {
  opacity: 1;
}
.cid-rZiEPLmxLz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rZiEPLmxLz h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rZiEPLmxLz p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rZiEPLmxLz .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-rZiEPLmxLz .mbr-section-btn a {
  margin: 0;
}
.cid-rZiEPLmxLz .mbr-text {
  color: #767676;
}
.cid-rZiEPLmxLz .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-rZiEPLmxLz .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-rZiEPWUbDD {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-rZiEPWUbDD .mbr-section-btn &gt; * {
  margin: 0;
}
.cid-rZiEPWUbDD h4 {
  font-weight: 500;
}
.cid-rZiEPWUbDD p {
  color: #232323;
}
.cid-rZiEPWUbDD .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rZiEPWUbDD .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rZiEPWUbDD .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rZiEPWUbDD .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rZiEPWUbDD .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rZiEPWUbDD .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rZiEPWUbDD .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rZiEPWUbDD .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rZiEPWUbDD .card-img span {
    font-size: 40px !important;
  }
}
.cid-rZiEPWUbDD .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rZiEQnkXvC {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rZiEQnkXvC h2 {
  margin-bottom: 0;
}
.cid-rZiEQnkXvC h4 {
  font-weight: 500;
  margin-bottom: 0;
  width: 80%;
}
.cid-rZiEQnkXvC p {
  color: #767676;
  margin-bottom: 0;
}
.cid-rZiEQnkXvC .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-rZiEQnkXvC .card-wrapper .card-box {
  padding: 2rem 1rem;
  width: 100%;
}
.cid-rZiEQnkXvC .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-rZiEQnkXvC .card-wrapper .card-box .bottom-line {
  width: 70%;
}
@media (max-width: 767px) {
  .cid-rZiEQnkXvC .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-rZiEQnkXvC .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-rZiEQANq3l {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rZiEQANq3l h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rZiEQANq3l p {
  color: #767676;
  margin: 0;
}
.cid-rZiEQANq3l .card-box {
  background-color: #ffffff;
  background-color: transparent;
}
.cid-rZiEQANq3l .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rZiEQANq3l .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rZiEQANq3l .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-rZiEQANq3l .border_wrapper {
  border-left: 1px solid #efefef;
  padding-left: 2rem;
}
@media (max-width: 991px) {
  .cid-rZiEQANq3l .border_wrapper {
    border-left: none;
    padding-left: 0;
  }
  .cid-rZiEQANq3l .mbr-section-btn a {
    padding: 1rem 2rem;
  }
  .cid-rZiEQANq3l .mbr-figure {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rZiEQANq3l .wrapper {
    align-items: center;
    text-align: center;
  }
  .cid-rZiEQANq3l .col-left h4 {
    padding-top: 1rem;
  }
  .cid-rZiEQANq3l p.col-right {
    padding-top: 1rem;
  }
}
.cid-rZiEQUJppo {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rZiEQUJppo h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-rZiEQUJppo p {
  color: #767676;
}
.cid-rZiEQUJppo .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-rZiEQUJppo .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-rZiEQUJppo .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-rZiEQUJppo .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-rZiEQUJppo .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-rZiEQUJppo .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-rZiERBehJN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rZiERBehJN .title {
  padding-bottom: 2.5rem;
}
.cid-rZiERBehJN h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-rZiERBehJN .bottom-line p {
  color: #767676;
}
.cid-rZiERBehJN .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-rZiERBehJN .card-wrapper .card-box {
  width: 100%;
}
.cid-rZiERBehJN .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-rZiERBehJN .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-rZiERBehJN .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-rZiERBehJN .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-rZiERBehJN .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-rZiERBehJN .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-rZiERBehJN .wrapper {
    padding-top: 1rem;
  }
}
.cid-rZiERMSQeB {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #0f7699, #cc2952);
}
.cid-rZiERMSQeB .list-group-item {
  padding: .75rem 3.25rem;
}
.cid-rZiERMSQeB .plan {
  word-break: break-word;
  position: relative;
  max-width: 300px;
  padding-right: 0;
  padding-left: 0;
  color: #767676;
}
.cid-rZiERMSQeB .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-rZiERMSQeB .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-rZiERMSQeB .plan .list-group-item:last-child::after {
  display: none;
}
.cid-rZiERMSQeB .plan-header {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-rZiERMSQeB .plan-header,
.cid-rZiERMSQeB .plan-body {
  background-color: #fff;
}
.cid-rZiERMSQeB .price-figure {
  font-weight: 700;
  color: #232323;
}
.cid-rZiERMSQeB .price-value {
  font-weight: 700;
  vertical-align: top;
}
@media (max-width: 550px) {
  .cid-rZiERMSQeB .price-figure {
    font-size: 4.25rem;
  }
}
.cid-rZiES0PhsA {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rZiES0PhsA .list-group-item {
  padding: .75rem 3.25rem;
}
.cid-rZiES0PhsA .plan {
  word-break: break-word;
  position: relative;
  max-width: 300px;
  padding-right: 0;
  padding-left: 0;
  color: #767676;
}
.cid-rZiES0PhsA .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: transparent;
  border: 0;
}
.cid-rZiES0PhsA .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-rZiES0PhsA .plan .list-group-item:last-child::after {
  display: none;
}
.cid-rZiES0PhsA .plan.favorite {
  background-color: #fff;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
}
.cid-rZiES0PhsA .plan-header {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-rZiES0PhsA .price-figure {
  font-weight: 700;
  color: #232323;
}
.cid-rZiES0PhsA .price-value {
  font-weight: 700;
  vertical-align: top;
}
@media (max-width: 550px) {
  .cid-rZiES0PhsA .price-figure {
    font-size: 4.25rem;
  }
}
.cid-rZiESKcFZg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rZiESKcFZg .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rZiESKcFZg .number-wrap {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-rZiESKcFZg .number {
  font-style: normal;
  font-weight: 700;
  text-transform: none;
  letter-spacing: -2px;
  font-size: 55px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
}
.cid-rZiESKcFZg .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-rZiESKcFZg .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  font-size: 55px;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #ffffff;
}
.cid-rZiESKcFZg .countdown-cont {
  background: linear-gradient(45deg, #149dcc, #e4d295);
  max-width: 700px;
  border-radius: 3px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rZiESKcFZg .dot {
    display: none;
  }
  .cid-rZiESKcFZg .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-rZiESKcFZg .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 576px) {
  .cid-rZiESKcFZg .row {
    flex-wrap: nowrap;
  }
  .cid-rZiESKcFZg .number {
    white-space: nowrap;
  }
}
@media (max-width: 440px) {
  .cid-rZiESKcFZg .number {
    font-size: 30px;
  }
  .cid-rZiESKcFZg .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-rZiESKcFZg .number {
    font-size: 20px;
  }
  .cid-rZiESKcFZg .period {
    font-size: 0.6rem;
  }
}
.cid-rZiESXxXR7 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rZiESXxXR7 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rZiESXxXR7 .number-wrap {
  color: #4f4943;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-rZiESXxXR7 .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #232323;
}
.cid-rZiESXxXR7 .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-rZiESXxXR7 .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #232323;
}
.cid-rZiESXxXR7 .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rZiESXxXR7 .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-rZiESXxXR7 .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-rZiESXxXR7 .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-rZiESXxXR7 .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-rZiESXxXR7 .number,
  .cid-rZiESXxXR7 .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-rZiESXxXR7 .period {
    font-size: 0.8rem;
  }
}
.cid-rZiETqurVw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rZiETqurVw .progress {
  width: 100%;
}
.cid-rZiETqurVw progress {
  height: 8px;
}
.cid-rZiETqurVw h3 {
  text-align: center;
  font-weight: 300;
}
.cid-rZiETqurVw .mbr-section-subtitle {
  color: #767676;
}
.cid-rZiETqurVw .progress_value {
  position: relative;
}
.cid-rZiETqurVw .progress_elements {
  margin: 0 auto;
}
.cid-rZiETqurVw .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-rZiETqurVw .progress1 .progressbar-number:before,
.cid-rZiETqurVw .progress2 .progressbar-number:before,
.cid-rZiETqurVw .progress3 .progressbar-number:before,
.cid-rZiETqurVw .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-rZiETqurVw progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rZiETqurVw progress::-webkit-progress-value {
  background: #149dcc;
}
.cid-rZiETqurVw progress[value]::-moz-progress-bar {
  background: #149dcc;
}
.cid-rZiETqurVw progress::-ms-fill {
  background: #149dcc;
}
.cid-rZiETqurVw .progress1 .progressbar-number:before {
  content: '70';
}
.cid-rZiETqurVw .progress2 .progressbar-number:before {
  content: '80';
}
.cid-rZiETqurVw .progress3 .progressbar-number:before {
  content: '90';
}
.cid-rZiETqurVw .progress4 .progressbar-number:before {
  content: '100';
}
.cid-rZiETqurVw .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-rZiETqurVw .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rZiETqurVw .progress_value span {
  padding-left: 30px;
}
.cid-rZiETQz0RT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rZiETQz0RT h3 {
  text-align: center;
  font-weight: 300;
}
.cid-rZiETQz0RT .progress {
  width: 100%;
}
.cid-rZiETQz0RT .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-rZiETQz0RT progress {
  height: 8px;
}
.cid-rZiETQz0RT .progressbar-number {
  display: inline-block;
}
.cid-rZiETQz0RT .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-rZiETQz0RT .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rZiETQz0RT .mbr-section-subtitle {
  color: #767676;
}
.cid-rZiETQz0RT .section-content-title {
  font-weight: 500;
}
.cid-rZiETQz0RT .progress_value {
  position: relative;
}
.cid-rZiETQz0RT .progress1 .progressbar-number:before,
.cid-rZiETQz0RT .progress2 .progressbar-number:before,
.cid-rZiETQz0RT .progress3 .progressbar-number:before,
.cid-rZiETQz0RT .progress4 .progressbar-number:before,
.cid-rZiETQz0RT .progress5 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-rZiETQz0RT progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rZiETQz0RT progress::-webkit-progress-value {
  background: #149dcc;
}
.cid-rZiETQz0RT progress[value]::-moz-progress-bar {
  background: #149dcc;
}
.cid-rZiETQz0RT progress::-ms-fill {
  background: #149dcc;
}
.cid-rZiETQz0RT .progress1 .progressbar-number:before {
  content: '100';
}
.cid-rZiETQz0RT .progress2 .progressbar-number:before {
  content: '90';
}
.cid-rZiETQz0RT .progress3 .progressbar-number:before {
  content: '80';
}
.cid-rZiETQz0RT .progress4 .progressbar-number:before {
  content: '70';
}
.cid-rZiETQz0RT .progress5 .progressbar-number:before {
  content: '60';
}
@media (min-width: 768px) {
  .cid-rZiETQz0RT .text-elements {
    padding-right: 3rem;
  }
  .cid-rZiETQz0RT .progress_elements {
    padding-left: 3rem;
  }
}
.cid-rZiEU3Giqm {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rZiEU3Giqm h3 {
  text-align: center;
  font-weight: 300;
}
.cid-rZiEU3Giqm .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-rZiEU3Giqm .mbr-section-subtitle {
  color: #767676;
}
.cid-rZiEU3Giqm .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rZiEU3Giqm ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-rZiEU3Giqm path {
  stroke: #149dcc;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rZiEU3Giqm .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-rZiEUswamu {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rZiEUswamu .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rZiEUswamu .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #ffffff;
  margin-left: 2rem;
}
.cid-rZiEUswamu .timeline-text-content p {
  margin-bottom: 0;
}
.cid-rZiEUswamu .time-line-date-content {
  margin-right: 2rem;
}
.cid-rZiEUswamu .time-line-date-content p {
  padding: 2rem 2.5rem;
  background: #ffffff;
  float: right;
}
.cid-rZiEUswamu .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-rZiEUswamu .timeline-element:hover .mbr-timeline-date {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-rZiEUswamu .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-rZiEUswamu .mbr-timeline-date,
.cid-rZiEUswamu .timeline-text-content {
  transition: all .4s;
}
.cid-rZiEUswamu .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-rZiEUswamu .reverse .timeline-text-content {
  margin-right: 2rem;
  margin-left: 0;
}
.cid-rZiEUswamu .reverse .time-line-date-content {
  margin-left: 2rem;
  margin-right: 0rem;
}
.cid-rZiEUswamu .reverse .time-line-date-content p {
  float: left;
}
.cid-rZiEUswamu .iconBackground {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: #ffffff;
  top: 20px;
  margin-left: -10px;
}
.cid-rZiEUswamu .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #ffffff;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-rZiEUswamu .iconBackground {
    left: 0 !important;
  }
  .cid-rZiEUswamu .separline:before {
    left: 0!important;
  }
  .cid-rZiEUswamu .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-rZiEUswamu .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-rZiEUswamu .time-line-date-content p {
    float: left !important;
  }
  .cid-rZiEUswamu .reverse .time-line-date-content {
    margin-left: 0 !important;
  }
  .cid-rZiEUswamu .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-rZiEUswamu .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-rZiEUMUzQX {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rZiEUMUzQX .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rZiEUMUzQX .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #efefef;
  margin-right: 2rem;
  transition: all .4s;
}
.cid-rZiEUMUzQX .timeline-text-content p {
  margin-bottom: 0;
}
.cid-rZiEUMUzQX .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-rZiEUMUzQX .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-rZiEUMUzQX .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-rZiEUMUzQX .reverse .timeline-text-content {
  margin-left: 2rem;
  margin-right: 0;
}
.cid-rZiEUMUzQX .iconsBackground {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #efefef;
  top: 20px;
  margin-left: -30px;
}
.cid-rZiEUMUzQX .mbr-iconfont {
  position: absolute;
  text-align: center;
  font-size: 35px;
  display: inline-block;
  z-index: 3;
  top: 13px;
  left: 13px;
}
.cid-rZiEUMUzQX .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #efefef;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-rZiEUMUzQX .iconsBackground {
    left: 1.5rem;
  }
  .cid-rZiEUMUzQX .separline:before {
    left: calc(1.5rem - 1px);
  }
  .cid-rZiEUMUzQX .timeline-text-content {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  .cid-rZiEUMUzQX .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-rZiEUMUzQX .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-rZiEVhjHk4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rZiEVhjHk4 .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rZiEVhjHk4 .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
@media (max-width: 767px) {
  .cid-rZiEVhjHk4 .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-rZiEVhjHk4 .separline {
  position: relative;
}
.cid-rZiEVhjHk4 .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-rZiEVhjHk4 .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-rZiEVhjHk4 .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-rZiEVhjHk4 .media-block {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-rZiEVhjHk4 .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-bottom: 2rem;
  }
}
.cid-rZiEVyxycS {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rZiEVyxycS .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rZiEVyxycS .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
@media (max-width: 767px) {
  .cid-rZiEVyxycS .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-rZiEVyxycS .separline {
  position: relative;
}
.cid-rZiEVyxycS .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}

@media (max-width: 767px) {
  .cid-rZiEVyxycS .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-rZiEVOahMn {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rZiEVOahMn .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rZiEVOahMn .step {
  width: 72px;
  height: 72px;
  font-size: 36px;
  border-radius: 50%;
  border: 2px solid #efefef;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .cid-rZiEVOahMn .separline .step-wrapper {
    position: relative;
  }
  .cid-rZiEVOahMn .separline .step-wrapper:before,
  .cid-rZiEVOahMn .separline .step-wrapper:after {
    top: 38px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 36px - 8px);
    background-color: #efefef;
  }
  .cid-rZiEVOahMn .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-rZiEVOahMn .separline .step-wrapper:after {
    left: calc(50% + 8px + 36px);
  }
  .cid-rZiEVOahMn .separline.last-child .step-wrapper:after,
  .cid-rZiEVOahMn .separline:nth-child(3n) .step-wrapper:after,
  .cid-rZiEVOahMn .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-rZiEVOahMn .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-rZiEX4G4PY {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #dbd4b8, #25aab2);
}
.cid-rZiEX4G4PY .btn {
  margin: 0 0 .5rem 0;
}
.cid-rZiEXM3St7 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rZiEXM3St7 .title {
  margin-bottom: 2rem;
}
.cid-rZiEXM3St7 .mbr-section-subtitle {
  color: #767676;
}
.cid-rZiEXM3St7 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rZiEXM3St7 a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-rZiEXM3St7 textarea.form-control {
  min-height: 188px;
}
.cid-rZiEXYKBwR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rZiEXYKBwR .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rZiEXYKBwR .icon-block {
  margin-bottom: 10px;
}
.cid-rZiEXYKBwR .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
}
.cid-rZiEXYKBwR .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-rZiEXYKBwR .mbr-text {
  color: #767676;
}
.cid-rZiEXYKBwR textarea.form-control {
  min-height: 100px;
}
.cid-rZiEXYKBwR a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rZiEXYKBwR .google-map {
  height: 25rem;
  position: relative;
}
.cid-rZiEXYKBwR .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rZiEXYKBwR .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rZiEXYKBwR .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rZiEXYKBwR .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-rZiEXYKBwR h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-rZiEXYKBwR .container &gt; .row &gt; .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rZiEXYKBwR .container &gt; .row &gt; .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-rZiEYbU8LD {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rZiEYbU8LD .mbr-section-subtitle {
  color: #767676;
}
.cid-rZiEYbU8LD .formoid {
  margin: auto;
}
.cid-rZiEYbU8LD .form-control {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cid-rZiEYbU8LD .input-group-btn .btn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0 !important;
}
.cid-rZiEYbU8LD a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-rZiEYbU8LD a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
@media (max-width: 768px) {
  .cid-rZiEYbU8LD .mbr-form .row {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rZiEYbU8LD .form-group,
  .cid-rZiEYbU8LD .input-group-btn,
  .cid-rZiEYbU8LD .input-group-btn .btn {
    max-width: 300px;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .cid-rZiEYbU8LD .mbr-form .row &gt; * {
    padding: 0 0.5rem;
  }
}
.cid-rZiEYqZiYl {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rZiEYqZiYl div.b {
  padding-top: 2rem;
}
.cid-rZiEYqZiYl .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-rZiEYqZiYl a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rZiEYqZiYl .google-map {
  height: 25rem;
  position: relative;
}
.cid-rZiEYqZiYl .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rZiEYqZiYl .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rZiEYqZiYl .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rZiEYqZiYl .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rZiEYqZiYl div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-rZiEYqZiYl div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-rZiFaRZqj0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rZiFaRZqj0 .title {
  padding-bottom: 2.5rem;
}
.cid-rZiFaRZqj0 .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 0.5rem;
}
.cid-rZiFaRZqj0 .iconfont-wrapper {
  display: flex;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: 2rem;
}
.cid-rZiFaRZqj0 .iconfont-wrapper .amp-iconfont {
  font-size: 2rem;
}
.cid-rZiFaRZqj0 .wrapper {
  display: flex;
  padding: 1rem 0;
}
.cid-rZiFaRZqj0 .wrapper .b-info {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-rZiFaRZqj0 .iconfont-wrapper {
    display: none;
  }
}
.cid-rZiFbcVyZ8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rZiFbcVyZ8 .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-rZiFbcVyZ8 div.b {
  padding-top: 2rem;
}
.cid-rZiFbVyG4d .main_wrapper {
  position: relative;
  height: 40rem;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-rZiFbVyG4d .main_wrapper .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-rZiFbVyG4d .main_wrapper .b_wrapper .block {
  height: 300px;
  background-color: #ffffff;
  pointer-events: fill;
}
.cid-rZiFbVyG4d .main_wrapper .b_wrapper .block .block_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-rZiFbVyG4d .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-rZiFbVyG4d .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rZiFbVyG4d .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rZiFbVyG4d .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rZiFbVyG4d .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-rZiFbVyG4d .main_wrapper .b_wrapper {
    display: block;
    height: unset;
  }
  .cid-rZiFbVyG4d .google-map {
    position: relative;
  }
  .cid-rZiFbVyG4d .container {
    max-width: 100%;
    padding: 0;
  }
}
.cid-rZiFdjwKtd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rZiFdjwKtd .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-rZiFdjwKtd .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-rZiFdjwKtd .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-rZiFdjwKtd .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-rZiFdjwKtd .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-rZiFdjwKtd .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-rZiFdjwKtd .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-rZiFdjwKtd .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-rZiFdjwKtd .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-rZiFdjwKtd .btn-social + .btn {
  margin-left: .1rem;
}
.cid-rZiFdjwKtd [class^="socicon-"]:before,
.cid-rZiFdjwKtd [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-rZiFdjwKtd .btn {
    font-size: 20px !important;
  }
}
.cid-rZiFeAEpZ7 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rZiFeAEpZ7 [class^="socicon-"]:before,
.cid-rZiFeAEpZ7 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-rZiFeAEpZ7 .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  color: #232323;
  cursor: pointer;
  border-color: #149dcc;
}
.cid-rZiFeAEpZ7 .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-rZiFeAEpZ7 .btn-social:hover {
  color: #fff;
  background: #149dcc;
}
.cid-rZiFeAEpZ7 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-rZiFeAEpZ7 .btn-social + .btn {
  margin-left: .1rem;
}
@media (max-width: 767px) {
  .cid-rZiFeAEpZ7 .btn {
    font-size: 20px !important;
  }
}
.cid-rZiFfn9dDs {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rZiFfn9dDs .mbr-section-subtitle {
  color: #767676;
}
.cid-rZiFfn9dDs .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rZiFfn9dDs .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rZiFfn9dDs .team-item .item-image img {
  width: 100%;
}
.cid-rZiFfn9dDs .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rZiFfn9dDs .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rZiFfn9dDs .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rZiFfn9dDs .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rZiFfn9dDs .team-item .item-caption {
  background: #efefef;
}
.cid-rZiFfDyBd6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rZiFfDyBd6 .mbr-section-subtitle {
  color: #767676;
}
.cid-rZiFfDyBd6 .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rZiFfDyBd6 .mbr-text {
  color: #767676;
}
.cid-rZiFfDyBd6 .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-rZiFfDyBd6 .mbr-author-name {
  color: #767676;
}
.cid-rZiFfDyBd6 .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-rZiFfDyBd6 .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-rZiFfDyBd6 .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-rZiFfDyBd6 .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rZiFfDyBd6 .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-rZiFfDyBd6 .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-rZiFgh8Dkp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-rZiFgh8Dkp .testimonials-container {
  margin: 0 auto;
}
.cid-rZiFgh8Dkp .testimonials-container .testimonials-item {
  justify-content: center;
  margin-top: 3rem;
  -webkit-justify-content: center;
}
.cid-rZiFgh8Dkp .testimonials-container .testimonials-item .user {
  background: #ffffff;
}
.cid-rZiFgh8Dkp .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-rZiFgh8Dkp .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto 2rem auto;
}
.cid-rZiFgh8Dkp .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rZiFgh8Dkp .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
  padding: 2rem 2rem 2rem 0;
}
@media (max-width: 260px) {
  .cid-rZiFgh8Dkp .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .cid-rZiFgh8Dkp .testimonials-caption {
    padding: 0 2rem 2rem 2rem !important;
  }
}
.cid-rZiFgGBZxk {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-rZiFgGBZxk .media-container-column {
  align-items: center;
  -webkit-align-items: center;
}
.cid-rZiFgGBZxk .mbr-author-desc {
  display: block;
}
.cid-rZiFgGBZxk .mbr-testimonial {
  flex-basis: auto;
  margin-top: 5rem;
  -webkit-flex-basis: auto;
}
.cid-rZiFgGBZxk .mbr-testimonial .panel-item {
  background-color: #149dcc;
  background: linear-gradient(#149dcc, transparent);
}
.cid-rZiFgGBZxk .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-rZiFgGBZxk .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-rZiFgGBZxk .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rZiFgGBZxk .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-rZiFgGBZxk .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-rZiFgGBZxk .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-rZiFgWKpIk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rZiFgWKpIk .testimonial-text {
  font-style: italic;
  font-weight: 300;
}
.cid-rZiFgWKpIk .mbr-author-name {
  font-weight: bold;
}
.cid-rZiFgWKpIk .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rZiFgWKpIk .mbr-figure,
  .cid-rZiFgWKpIk img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rZiFgWKpIk .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rZiFhzu6U7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rZiFhzu6U7 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rZiFhzu6U7 .carousel-item.active,
.cid-rZiFhzu6U7 .carousel-item-next,
.cid-rZiFhzu6U7 .carousel-item-prev {
  display: flex;
}
.cid-rZiFhzu6U7 .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
}
.cid-rZiFhzu6U7 .carousel-controls a span {
  position: absolute;
  top: 180px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
  opacity: .5;
}
.cid-rZiFhzu6U7 .carousel-controls a:hover span {
  opacity: 1;
}
.cid-rZiFhzu6U7 .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-rZiFhzu6U7 .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-rZiFhzu6U7 .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-rZiFipsuK9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #55b4d4;
  background: linear-gradient(#55b4d4, #efefef);
}
.cid-rZiFipsuK9 .carousel-control {
  background: #000;
}
.cid-rZiFipsuK9 .mbr-section-subtitle {
  color: #767676;
}
.cid-rZiFipsuK9 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rZiFipsuK9 .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-rZiFipsuK9 .carousel-item .wrap-img {
  text-align: center;
}
.cid-rZiFipsuK9 .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-rZiFipsuK9 .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rZiFipsuK9 .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-rZiFipsuK9 .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-rZiFipsuK9 .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-rZiFipsuK9 .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-rZiFipsuK9 .cloneditem-1,
.cid-rZiFipsuK9 .cloneditem-2,
.cid-rZiFipsuK9 .cloneditem-3,
.cid-rZiFipsuK9 .cloneditem-4,
.cid-rZiFipsuK9 .cloneditem-5 {
  display: none;
}
.cid-rZiFipsuK9 .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-rZiFipsuK9 .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-rZiFipsuK9 .carousel-inner.slides2 &gt; .carousel-item.active.carousel-item-right,
  .cid-rZiFipsuK9 .carousel-inner.slides2 &gt; .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-rZiFipsuK9 .carousel-inner.slides2 &gt; .carousel-item.active.carousel-item-left,
  .cid-rZiFipsuK9 .carousel-inner.slides2 &gt; .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-rZiFipsuK9 .carousel-inner.slides2 &gt; .carousel-item.carousel-item-left,
  .cid-rZiFipsuK9 .carousel-inner.slides2 &gt; .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rZiFipsuK9 .carousel-inner.slides2 &gt; .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rZiFipsuK9 .carousel-inner.slides2 .cloneditem-1,
  .cid-rZiFipsuK9 .carousel-inner.slides2 .cloneditem-2,
  .cid-rZiFipsuK9 .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-rZiFipsuK9 .carousel-inner.slides3 &gt; .carousel-item.active.carousel-item-right,
  .cid-rZiFipsuK9 .carousel-inner.slides3 &gt; .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-rZiFipsuK9 .carousel-inner.slides3 &gt; .carousel-item.active.carousel-item-left,
  .cid-rZiFipsuK9 .carousel-inner.slides3 &gt; .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-rZiFipsuK9 .carousel-inner.slides3 &gt; .carousel-item.carousel-item-left,
  .cid-rZiFipsuK9 .carousel-inner.slides3 &gt; .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rZiFipsuK9 .carousel-inner.slides3 &gt; .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rZiFipsuK9 .carousel-inner.slides3 .cloneditem-1,
  .cid-rZiFipsuK9 .carousel-inner.slides3 .cloneditem-2,
  .cid-rZiFipsuK9 .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-rZiFipsuK9 .carousel-inner.slides4 &gt; .carousel-item.active.carousel-item-right,
  .cid-rZiFipsuK9 .carousel-inner.slides4 &gt; .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-rZiFipsuK9 .carousel-inner.slides4 &gt; .carousel-item.active.carousel-item-left,
  .cid-rZiFipsuK9 .carousel-inner.slides4 &gt; .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-rZiFipsuK9 .carousel-inner.slides4 &gt; .carousel-item.carousel-item-left,
  .cid-rZiFipsuK9 .carousel-inner.slides4 &gt; .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rZiFipsuK9 .carousel-inner.slides4 &gt; .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rZiFipsuK9 .carousel-inner.slides4 .cloneditem-1,
  .cid-rZiFipsuK9 .carousel-inner.slides4 .cloneditem-2,
  .cid-rZiFipsuK9 .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-rZiFipsuK9 .carousel-inner.slides5 &gt; .carousel-item.active.carousel-item-right,
  .cid-rZiFipsuK9 .carousel-inner.slides5 &gt; .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-rZiFipsuK9 .carousel-inner.slides5 &gt; .carousel-item.active.carousel-item-left,
  .cid-rZiFipsuK9 .carousel-inner.slides5 &gt; .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-rZiFipsuK9 .carousel-inner.slides5 &gt; .carousel-item.carousel-item-left,
  .cid-rZiFipsuK9 .carousel-inner.slides5 &gt; .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rZiFipsuK9 .carousel-inner.slides5 &gt; .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rZiFipsuK9 .carousel-inner.slides5 .cloneditem-1,
  .cid-rZiFipsuK9 .carousel-inner.slides5 .cloneditem-2,
  .cid-rZiFipsuK9 .carousel-inner.slides5 .cloneditem-3,
  .cid-rZiFipsuK9 .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-rZiFipsuK9 .carousel-inner.slides6 &gt; .carousel-item.active.carousel-item-right,
  .cid-rZiFipsuK9 .carousel-inner.slides6 &gt; .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-rZiFipsuK9 .carousel-inner.slides6 &gt; .carousel-item.active.carousel-item-left,
  .cid-rZiFipsuK9 .carousel-inner.slides6 &gt; .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-rZiFipsuK9 .carousel-inner.slides6 &gt; .carousel-item.carousel-item-left,
  .cid-rZiFipsuK9 .carousel-inner.slides6 &gt; .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rZiFipsuK9 .carousel-inner.slides6 &gt; .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rZiFipsuK9 .carousel-inner.slides6 .cloneditem-1,
  .cid-rZiFipsuK9 .carousel-inner.slides6 .cloneditem-2,
  .cid-rZiFipsuK9 .carousel-inner.slides6 .cloneditem-3,
  .cid-rZiFipsuK9 .carousel-inner.slides6 .cloneditem-4,
  .cid-rZiFipsuK9 .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-rZiFj0Gz9o {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-rZiFj0Gz9o .mbr-section-subtitle {
  color: #767676;
}
.cid-rZiFj0Gz9o .container-table {
  margin: 0 auto;
}
.cid-rZiFj0Gz9o .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rZiFj0Gz9o .dataTables_wrapper {
  display: block;
}
.cid-rZiFj0Gz9o .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rZiFj0Gz9o .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rZiFj0Gz9o table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rZiFj0Gz9o table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rZiFj0Gz9o table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rZiFj0Gz9o table td {
  border-top: 1px solid #cccccc;
}
.cid-rZiFj0Gz9o table.table {
  background: #ffffff;
}
.cid-rZiFj0Gz9o .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rZiFj0Gz9o .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rZiFj0Gz9o .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rZiFj0Gz9o .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rZiFj0Gz9o .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rZiFj0Gz9o .dataTables_filter {
    text-align: center;
  }
  .cid-rZiFj0Gz9o .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rZiFkel0sq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-rZiFkel0sq .content {
    text-align: center;
  }
  .cid-rZiFkel0sq .content &gt; div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rZiFkel0sq .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rZiFkel0sq .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rZiFkel0sq .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rZiFkel0sq .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rZiFkel0sq .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rZiFkel0sq .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-rZiFkel0sq .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rZiFkel0sq .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rZiFkel0sq .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rZiFkel0sq .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rZiFkel0sq .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rZiFlnl5MX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-rZiFlnl5MX .content {
    text-align: center;
  }
  .cid-rZiFlnl5MX .content &gt; div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rZiFlnl5MX .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-rZiFlnl5MX .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rZiFlnl5MX .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rZiFlnl5MX .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rZiFlnl5MX .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rZiFlnl5MX .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rZiFlnl5MX .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rZiFlnl5MX .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rZiFlnl5MX .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rZiFlnl5MX .google-map {
  height: 25rem;
  position: relative;
}
.cid-rZiFlnl5MX .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rZiFlnl5MX .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rZiFlnl5MX .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rZiFlnl5MX .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rZiFlRe2YL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rZiFlRe2YL .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rZiFlRe2YL .content {
    text-align: center;
  }
  .cid-rZiFlRe2YL .content &gt; div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rZiFlRe2YL .img-logo img {
  height: 6rem;
}
.cid-rZiFlRe2YL .form-group,
.cid-rZiFlRe2YL .input-group-btn {
  padding: 0;
}
.cid-rZiFlRe2YL .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-rZiFlRe2YL .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-rZiFlRe2YL .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rZiFlRe2YL .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rZiFlRe2YL .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rZiFlRe2YL .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-rZiFlRe2YL .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rZiFlRe2YL .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rZiFlRe2YL .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rZiFlRe2YL .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rZiFlRe2YL .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-rZiFlRe2YL .foot-logo {
    text-align: center !important;
  }
  .cid-rZiFlRe2YL .foot-title {
    text-align: center !important;
  }
  .cid-rZiFlRe2YL .mbr-text {
    text-align: center !important;
  }
  .cid-rZiFlRe2YL .form-group {
    margin: 0;
  }
}
.cid-rZiFmnLlD7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rZiFmnLlD7 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rZiFmnLlD7 .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rZiFmnLlD7 .media-wrap img {
  height: 6rem;
}
.cid-rZiFmnLlD7 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rZiFmnLlD7 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rZiFmnLlD7 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rZiFmnLlD7 .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-rZiFmnLlD7 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rZiFmnLlD7 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rZiFmnLlD7 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rZiFmnLlD7 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rZiFmnLlD7 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rZiFmHLUDO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rZiFmHLUDO .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rZiFmHLUDO .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rZiFmHLUDO .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rZiFmHLUDO .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rZiFmHLUDO .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rZiFmHLUDO .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rZiFmHLUDO .media-container-row .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-rZiFmHLUDO .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rZiFmHLUDO .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rZiFmHLUDO .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rZiFmHLUDO .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rZiFmHLUDO .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rZiFmHLUDO .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rZiFmHLUDO .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rZiGci16Fw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rZiGci16Fw .mbr-text,
.cid-rZiGci16Fw blockquote {
  color: #767676;
}
.cid-rZiHqbjDQu {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rZiHqbjDQu .title {
  margin-bottom: 2rem;
}
.cid-rZiHqbjDQu .mbr-section-subtitle {
  color: #767676;
}
.cid-rZiHqbjDQu a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rZiHqbjDQu a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-rZiHqbjDQu textarea.form-control {
  min-height: 188px;
}
.cid-rZiHtkSJFJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rZiHtkSJFJ .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-rZiHtkSJFJ .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-rZiHtkSJFJ .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-rZiHtkSJFJ .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-rZiHtkSJFJ .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-rZiHtkSJFJ .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-rZiHtkSJFJ .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-rZiHtkSJFJ .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-rZiHtkSJFJ .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-rZiHtkSJFJ .btn-social + .btn {
  margin-left: .1rem;
}
.cid-rZiHtkSJFJ [class^="socicon-"]:before,
.cid-rZiHtkSJFJ [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-rZiHtkSJFJ .btn {
    font-size: 20px !important;
  }
}
</pre></body></html>