@import url(https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i);





body {
  font-family: Montserrat;
  font-style: normal;
  line-height: 1.5;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((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 {
  border-radius: .25rem;
  font-weight: 400;
  border-width: 2px;
  font-style: normal;
  letter-spacing: normal;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.btn-sm {
  font-weight: 400;
  letter-spacing: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
}
.btn-md {
  font-weight: 400;
  letter-spacing: normal;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.btn-md:after {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: relative;
  opacity: 0;
  font-size: inherit;
  text-align: center;
  transition: all .3s;
  margin-left: -1.5rem;
  padding-left: .5rem;
}
.btn-md:hover {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.btn-md:hover:after {
  transition: all .3s;
  opacity: 1;
  margin-left: 0;
}
.btn-lg {
  font-weight: 400;
  letter-spacing: normal;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.bg-primary {
  background-color: #444444 !important;
}
.bg-success {
  background-color: #23a6a7 !important;
}
.bg-info {
  background-color: #188ef4 !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #2bdc9d !important;
  border-color: #2bdc9d !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #1aa071 !important;
  border-color: #1aa071 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1aa071 !important;
  border-color: #1aa071 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #188ef4 !important;
  border-color: #188ef4 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #0966b7 !important;
  border-color: #0966b7 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0966b7 !important;
  border-color: #0966b7 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #23a6a7 !important;
  border-color: #23a6a7 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #166768 !important;
  border-color: #166768 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #166768 !important;
  border-color: #166768 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  transition: all .5s;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  transition: all .5s;
  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,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  transition: all .5s;
  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,
.btn-primary-outline.active {
  background: none !important;
  border-color: #111111 !important;
  color: #111111 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #178a61 !important;
  color: #178a61 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #2bdc9d !important;
  border-color: #2bdc9d !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2bdc9d !important;
  border-color: #2bdc9d !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #08589e !important;
  color: #08589e !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #188ef4 !important;
  border-color: #188ef4 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #188ef4 !important;
  border-color: #188ef4 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #115253 !important;
  color: #115253 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #23a6a7 !important;
  border-color: #23a6a7 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #23a6a7 !important;
  border-color: #23a6a7 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #8e8e8e !important;
  color: #8e8e8e !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #111111 !important;
  color: #111111 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.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;
}
.btn-underline {
  padding: .5rem;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-weight: 400;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  transition: all .3s;
}
.btn-underline .mbr-iconfont {
  color: inherit;
  padding-right: .5rem;
}
.btn-underline:after {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: relative;
  padding-left: .3rem;
}
.btn-underline:hover {
  filter: brightness(85%);
}
.btn-underline:hover:after {
  transition: all .3s;
  padding-left: .5rem;
}
.text-primary {
  color: #444444 !important;
}
.text-secondary {
  color: #2bdc9d !important;
}
.text-success {
  color: #23a6a7 !important;
}
.text-info {
  color: #188ef4 !important;
}
.text-warning {
  color: #c1c1c1 !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #111111 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #178a61 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #115253 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #08589e !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e8e8e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #111111 !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: #23a6a7;
}
.alert-info {
  background-color: #188ef4;
}
.alert-warning {
  background-color: #c1c1c1;
}
.alert-danger {
  background-color: #444444;
}
.mbr-section-btn a.btn:hover,
.mbr-section-btn a.btn:focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #444444;
  border-color: #444444;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.btn-form {
  border-radius: .25rem;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #444444;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b7b7b7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #6adfe0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #dbedfd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b7b7b7;
}
/* Scroll to top button*/
.mbr-arrow-up a {
  width: 61px;
  height: 61px;
}
#scrollToTop a {
  background: #444444;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #ffffff;
  width: 3%;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow {
  background-color: transparent;
  opacity: .7;
  transition: .3s;
  text-align: center;
  width: auto;
}
.mbr-arrow:hover {
  opacity: 1;
}
.mbr-arrow a {
  display: block;
}
.mbr-arrow a i {
  color: #444444;
  top: auto !important;
  left: auto !important;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.43;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #444444;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  -webkit-justify-content: center;
  justify-content: center;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #444444;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #444444;
}
.btn-social + .btn {
  margin-left: .1rem;
}
.form-control {
  width: 100%;
  padding: .5rem 1rem;
  background-color: #ffffff;
  border: 1px solid #efefef;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.dropup .dropdown-toggle::after {
  display: none;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #444444;
  color: #ffffff;
}
.jq-number__spin {
  background-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: #444444;
  border-bottom-color: #444444;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #444444 !important;
  box-shadow: none!important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #2bdc9d !important;
  box-shadow: none !important;
}
.cid-r9fYr0LCp2 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: scale(0, 1);
}
.cid-r9fYr0LCp2 .nav-item,
.cid-r9fYr0LCp2 .nav-link,
.cid-r9fYr0LCp2 .navbar-caption {
  font-weight: normal;
}
.cid-r9fYr0LCp2 .nav-item:focus,
.cid-r9fYr0LCp2 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-r9fYr0LCp2 .dropdown-item:hover:before {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
.cid-r9fYr0LCp2 .dropdown .dropdown-menu .dropdown-item {
  display: -webkit-flex;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-align-items: center;
}
.cid-r9fYr0LCp2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-r9fYr0LCp2 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.cid-r9fYr0LCp2 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-r9fYr0LCp2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-r9fYr0LCp2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: scale(1, 1);
}
.cid-r9fYr0LCp2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-r9fYr0LCp2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-r9fYr0LCp2 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #444444;
}
.cid-r9fYr0LCp2 .navbar.opened {
  transition: all .3s;
  background: #444444 !important;
}
.cid-r9fYr0LCp2 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-r9fYr0LCp2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-r9fYr0LCp2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-r9fYr0LCp2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-r9fYr0LCp2 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-r9fYr0LCp2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-r9fYr0LCp2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-r9fYr0LCp2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-r9fYr0LCp2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-r9fYr0LCp2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-r9fYr0LCp2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-r9fYr0LCp2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-r9fYr0LCp2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-r9fYr0LCp2 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-r9fYr0LCp2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-r9fYr0LCp2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-r9fYr0LCp2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-r9fYr0LCp2 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-r9fYr0LCp2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-r9fYr0LCp2 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .cid-r9fYr0LCp2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    -webkit-flex-shrink: initial;
    -webkit-flex-basis: auto;
  }
  .cid-r9fYr0LCp2 .navbar .navbar-toggler {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
  .cid-r9fYr0LCp2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-r9fYr0LCp2 .navbar.navbar-short {
  background: #444444 !important;
  min-height: 60px;
}
.cid-r9fYr0LCp2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-r9fYr0LCp2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-r9fYr0LCp2 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  -webkit-flex-shrink: 0;
  -webkit-align-items: center;
}
.cid-r9fYr0LCp2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-r9fYr0LCp2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-r9fYr0LCp2 .dropdown-item.active,
.cid-r9fYr0LCp2 .dropdown-item:active {
  background-color: transparent;
}
.cid-r9fYr0LCp2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-r9fYr0LCp2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-r9fYr0LCp2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #444444;
}
.cid-r9fYr0LCp2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-r9fYr0LCp2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-r9fYr0LCp2 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-r9fYr0LCp2 .navbar-buttons {
  text-align: center;
}
.cid-r9fYr0LCp2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
  -webkit-align-self: center;
}
.cid-r9fYr0LCp2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-r9fYr0LCp2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-r9fYr0LCp2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-r9fYr0LCp2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-r9fYr0LCp2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-r9fYr0LCp2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r9fYr0LCp2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-r9fYr0LCp2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-r9fYr0LCp2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r9fYr0LCp2 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-r9fYr0LCp2 a.nav-link {
  justify-content: center;
  display: -webkit-flex;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.cid-r9fYr0LCp2 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: -webkit-inline-flex;
}
.cid-r9fYr0LCp2 .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-r9fYr0LCp2 .soc-item {
  margin: .5rem .3rem;
}
.cid-r9fYr0LCp2 .icons-menu {
  flex-wrap: wrap;
  display: -webkit-flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-r9fYr0LCp2 .navbar {
    height: 77px;
  }
  .cid-r9fYr0LCp2 .navbar.opened {
    height: auto;
  }
  .cid-r9fYr0LCp2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-r9fYpDZLgd {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/fotolia-211200265-subscription-monthly-m-1688x1126.jpg");
}
.cid-r9fYpDZLgd .mbr-section-title,
.cid-r9fYpDZLgd .mbr-section-subtitle {
  color: #000000;
}
.cid-r9fYpDZLgd .mbr-section-text {
  color: #232323;
}
.cid-r9fYpDZLgd .mbr-text,
.cid-r9fYpDZLgd .typed-text,
.cid-r9fYpDZLgd .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-r9fYpDZLgd .btn {
  margin-left: 4px !important;
}
.cid-r9fYpDZLgd .animated-element {
  color: #08579f;
}
.cid-r9fYpDZLgd .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #08579f;
}
.cid-r9fYpDZLgd .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-r9fYpDZLgd .mbr-figure {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-r9fYpDZLgd .typed-text,
  .cid-r9fYpDZLgd .mbr-section-subtitle,
  .cid-r9fYpDZLgd .mbr-section-text,
  .cid-r9fYpDZLgd .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-r9fYpDZLgd .mbr-section-subtitle,
.cid-r9fYpDZLgd .typed-text B {
  color: #444444;
}
.cid-r9fYpDZLgd .mbr-section-text,
.cid-r9fYpDZLgd .mbr-section-btn {
  color: #333333;
}
.cid-r9fYpDZLgd .mbr-section-subtitle,
.cid-r9fYpDZLgd .typed-text {
  text-align: left;
}
.cid-rAC459cjt2 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/fotolia-286266227-subscription-monthly-m-2000x802.jpg");
}
.cid-rAC459cjt2 .card-wrapper {
  z-index: 3;
}
.cid-rAC459cjt2 .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-rAC459cjt2:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-rAC459cjt2 .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-rAC459cjt2 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-rAC459cjt2 .text-block {
  text-align: left !important;
}
.cid-rAC459cjt2 H2 {
  color: #ffffff;
}
.cid-rzWIcFDHa1 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/fotolia-278303311-subscription-monthly-m-1592x1194.jpg");
}
.cid-rzWIcFDHa1 .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-rzWIcFDHa1 .mbr-section-title {
  margin: 0;
}
.cid-rzWIcFDHa1 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rzWIcFDHa1 .card-img span {
  color: #a1dadb;
}
.cid-rzWIcFDHa1 .row-item {
  margin-bottom: 2rem;
}
.cid-rzWIcFDHa1 .row-item:hover .wrapper {
  background: linear-gradient(90deg, #73d0d0, #c5feee);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-rzWIcFDHa1 .row-item:hover .card-img span {
  color: #000000 !important;
}
.cid-rzWIcFDHa1 .row-item:hover .mbr-card-title {
  color: #000000 !important;
}
.cid-rzWIcFDHa1 .wrapper {
  padding: 2.5rem 1rem;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rAksgUVhHN {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rAksgUVhHN .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rAksgUVhHN .row-element,
.cid-rAksgUVhHN .image-element {
  padding: 0;
}
.cid-rAksgUVhHN .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rAksgUVhHN .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rAksgUVhHN .text-content {
  padding: 2rem 0.5rem;
}
.cid-rAksgUVhHN .mbr-section-subtitle {
  color: #b2ccd2;
}
@media (max-width: 767px) {
  .cid-rAksgUVhHN .text-content {
    padding: 2rem 1rem;
  }
  .cid-rAksgUVhHN .mbr-title,
  .cid-rAksgUVhHN .mbr-text,
  .cid-rAksgUVhHN .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rAksgUVhHN .mbr-title {
  color: #444444;
  text-align: left;
}
.cid-rAksgUVhHN .mbr-text,
.cid-rAksgUVhHN .mbr-section-btn {
  color: #8d97ad;
  text-align: left;
}
.cid-rAkplh2qSd {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #f4f8fa;
}
.cid-rAkplh2qSd .row-element,
.cid-rAkplh2qSd .image-element {
  padding: 0;
}
.cid-rAkplh2qSd .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rAkplh2qSd .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rAkplh2qSd .text-content {
  padding: 2rem 0.5rem;
}
.cid-rAkplh2qSd .mbr-section-subtitle {
  color: #b2ccd2;
}
@media (max-width: 767px) {
  .cid-rAkplh2qSd .text-content {
    padding: 2rem 1rem;
  }
  .cid-rAkplh2qSd .mbr-title,
  .cid-rAkplh2qSd .mbr-text,
  .cid-rAkplh2qSd .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rAkplh2qSd .mbr-title {
  color: #444444;
  text-align: left;
}
.cid-rAkplh2qSd .mbr-text,
.cid-rAkplh2qSd .mbr-section-btn {
  color: #8d97ad;
  text-align: left;
}
.cid-rBzSvWL7om {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rBzSvWL7om .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rBzSvWL7om .row-element,
.cid-rBzSvWL7om .image-element {
  padding: 0;
}
.cid-rBzSvWL7om .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rBzSvWL7om .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rBzSvWL7om .text-content {
  padding: 2rem 0.2rem;
}
.cid-rBzSvWL7om .mbr-section-subtitle {
  color: #b2ccd2;
}
@media (max-width: 767px) {
  .cid-rBzSvWL7om .text-content {
    padding: 2rem 1rem;
  }
  .cid-rBzSvWL7om .mbr-title,
  .cid-rBzSvWL7om .mbr-text,
  .cid-rBzSvWL7om .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rBzSvWL7om .mbr-title {
  color: #444444;
  text-align: left;
}
.cid-rBzSvWL7om .mbr-text,
.cid-rBzSvWL7om .mbr-section-btn {
  color: #8d97ad;
  text-align: left;
}
.cid-rBzTkRBfBr {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #f4f8fa;
}
.cid-rBzTkRBfBr .row-element,
.cid-rBzTkRBfBr .image-element {
  padding: 0;
}
.cid-rBzTkRBfBr .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rBzTkRBfBr .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rBzTkRBfBr .text-content {
  padding: 2rem 0.5rem;
}
.cid-rBzTkRBfBr .mbr-section-subtitle {
  color: #b2ccd2;
}
@media (max-width: 767px) {
  .cid-rBzTkRBfBr .text-content {
    padding: 2rem 1rem;
  }
  .cid-rBzTkRBfBr .mbr-title,
  .cid-rBzTkRBfBr .mbr-text,
  .cid-rBzTkRBfBr .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rBzTkRBfBr .mbr-title {
  color: #444444;
  text-align: left;
}
.cid-rBzTkRBfBr .mbr-text,
.cid-rBzTkRBfBr .mbr-section-btn {
  color: #8d97ad;
  text-align: left;
}
.cid-rFc3zFPr93 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-rFc3zFPr93 .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-rFc3zFPr93 .mbr-section-title {
  margin: 0;
}
.cid-rFc3zFPr93 .row-item {
  padding-bottom: 2rem;
}
.cid-rFc3zFPr93 .mbr-text {
  color: #8d97ad;
}
@media (max-width: 767px) {
  .cid-rFc3zFPr93 .card-img,
  .cid-rFc3zFPr93 .mbr-text,
  .cid-rFc3zFPr93 .mbr-card-title,
  .cid-rFc3zFPr93 .mbr-section-subtitle,
  .cid-rFc3zFPr93 .mbr-section-title,
  .cid-rFc3zFPr93 .underline,
  .cid-rFc3zFPr93 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rFc3zFPr93 .mbr-text,
.cid-rFc3zFPr93 .mbr-section-btn {
  color: #444444;
}
.cid-rAvKUjvAom {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rAvKUjvAom .row-element,
.cid-rAvKUjvAom .image-element {
  padding: 0;
}
.cid-rAvKUjvAom .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rAvKUjvAom .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rAvKUjvAom .text-content {
  padding: 2rem 0.1rem;
}
.cid-rAvKUjvAom .mbr-section-subtitle {
  color: #b2ccd2;
}
@media (max-width: 767px) {
  .cid-rAvKUjvAom .text-content {
    padding: 2rem 1rem;
  }
  .cid-rAvKUjvAom .mbr-title,
  .cid-rAvKUjvAom .mbr-text,
  .cid-rAvKUjvAom .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rAvKUjvAom .mbr-title {
  color: #444444;
  text-align: left;
}
.cid-rAvKUjvAom .mbr-text,
.cid-rAvKUjvAom .mbr-section-btn {
  color: #8d97ad;
  text-align: left;
}
.cid-rABS7RvKRD {
  overflow: hidden !important;
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/fotolia-277276998-subscription-monthly-m2-1592x1194.jpg");
}
.cid-rABS7RvKRD .container-fluid {
  padding: 0 5rem;
}
.cid-rABS7RvKRD .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rABS7RvKRD .mbr-section-title {
  padding-bottom: 2rem;
  color: #3e4555;
}
.cid-rABS7RvKRD .mbr-section-subtitle {
  color: #3e4555;
  font-weight: 400;
}
.cid-rABS7RvKRD .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-rABS7RvKRD .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-rABS7RvKRD .container-fluid {
    padding: 0 1rem;
  }
  .cid-rABS7RvKRD .mbr-figure {
    margin-top: 1rem;
  }
  .cid-rABS7RvKRD .mbr-section-title {
    text-align: center !important;
  }
  .cid-rABS7RvKRD .mbr-section-subtitle {
    text-align: center !important;
  }
  .cid-rABS7RvKRD .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-r9gOLxO0GP {
  padding-top: 75px;
  padding-bottom: 60px;
  background: linear-gradient(90deg, #1dc9cb, #3b7cb7);
}
.cid-r9gOLxO0GP .mbr-overlay {
  background: #2bdc9d;
  background: linear-gradient(90deg, #2bdc9d, #51aafa);
}
.cid-r9gOLxO0GP .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-r9gOLxO0GP .mbr-section-subtitle,
.cid-r9gOLxO0GP mbr-section-btn {
  color: #ffffff;
}
.cid-r9gOLxO0GP .mbr-section-subtitle,
.cid-r9gOLxO0GP mbr-section-btn DIV {
  text-align: left;
}
.cid-r9gOLxO0GP H1 {
  text-align: left;
}
.cid-rAYN7MmoRs {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rAYN7MmoRs .mbr-iconfont {
  color: #8d97ad;
}
.cid-rAYN7MmoRs .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-rAYN7MmoRs .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-rAYN7MmoRs .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rAYN7MmoRs .card-title {
  margin-bottom: 0.3rem;
}
.cid-rAYN7MmoRs .card-img {
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rAYN7MmoRs .img-icon {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-rAYN7MmoRs .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-rAYMCiiHPH {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rAYMCiiHPH .mbr-iconfont {
  color: #8d97ad;
}
.cid-rAYMCiiHPH .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-rAYMCiiHPH .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-rAYMCiiHPH .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rAYMCiiHPH .card-title {
  margin-bottom: 0.3rem;
}
.cid-rAYMCiiHPH .card-img {
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rAYMCiiHPH .img-icon {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-rAYMCiiHPH .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-r9h0FlMDGf {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f4f8fa;
}
.cid-r9h0FlMDGf .mbr-iconfont {
  color: #8d97ad;
}
.cid-r9h0FlMDGf .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-r9h0FlMDGf .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-r9h0FlMDGf .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-r9h0FlMDGf .card-img {
  margin-bottom: 2rem;
  width: 200px;
  height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 40%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-r9h0FlMDGf .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-r9h0FlMDGf .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-r9h0FlMDGf .user-desc {
  color: #6c6a6a;
}
.cid-r9h1lvdflB {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r9h1lvdflB .mbr-iconfont {
  color: #8d97ad;
}
.cid-r9h1lvdflB .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-r9h1lvdflB .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-r9h1lvdflB .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-r9h1lvdflB .card-img {
  margin-bottom: 2rem;
  width: 200px;
  height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-r9h1lvdflB .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-r9h1lvdflB .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-r9h705Mdnz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r9h705Mdnz .mbr-iconfont {
  color: #8d97ad;
}
.cid-r9h705Mdnz .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-r9h705Mdnz .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-r9h705Mdnz .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-r9h705Mdnz .card-img {
  margin-bottom: 2rem;
  width: 200px;
  height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-r9h705Mdnz .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-r9h705Mdnz .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-r9h70S8YMj {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-r9h70S8YMj .mbr-iconfont {
  color: #8d97ad;
}
.cid-r9h70S8YMj .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-r9h70S8YMj .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-r9h70S8YMj .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-r9h70S8YMj .card-img {
  margin-bottom: 2rem;
  width: 200px;
  height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-r9h70S8YMj .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-r9h70S8YMj .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-rFbZaIrPtL {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/fotolia-139624127-subscription-monthly-m-1688x1125.jpg");
}
.cid-rFbZaIrPtL .mbr-overlay {
  background-color: #444444;
  opacity: 0.5;
}
.cid-r9gRmnrDTP {
  padding-top: 80px;
  padding-bottom: 60px;
  background-color: #f4f8fa;
}
.cid-r9gRmnrDTP .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-r9gRmnrDTP .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-r9gRmnrDTP .text-content {
  padding-right: 1.5rem;
}
.cid-r9gRmnrDTP .mbr-text {
  color: #8d97ad;
}
.cid-r9gRmnrDTP .mbr-figure img {
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  border-radius: .25rem;
}
.cid-r9gRmnrDTP .counter-container {
  padding-top: 1rem;
}
.cid-r9gRmnrDTP .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-r9gRmnrDTP .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-r9gRmnrDTP .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 10px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-r9gRmnrDTP .main-row {
    margin: 0;
  }
  .cid-r9gRmnrDTP .mbr-section-title,
  .cid-r9gRmnrDTP .mbr-text,
  .cid-r9gRmnrDTP .list,
  .cid-r9gRmnrDTP .mbr-section-btn {
    text-align: center !important;
  }
  .cid-r9gRmnrDTP .text-content {
    padding: 0;
  }
}
.cid-r9gRbtkjio {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r9gRbtkjio .google-map {
  height: 25rem;
  position: relative;
}
.cid-r9gRbtkjio .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-r9gRbtkjio .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-r9gRbtkjio .google-map[data-state] {
  background: #e9e5dc;
}
.cid-r9gRbtkjio .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rABTTKtvlP {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1-1920x1080.jpg");
}
.cid-rABTTKtvlP .card-wrapper {
  z-index: 3;
}
.cid-rABTTKtvlP .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-rABTTKtvlP:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-rABTTKtvlP .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-rABTTKtvlP .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-rABTTKtvlP .text-block {
  text-align: left !important;
}
.cid-rABTTKtvlP H2 {
  color: #ffffff;
}
.cid-rAYYYx532S {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #f4f8fa;
}
.cid-rAYYYx532S .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rAYYYx532S .panel-group {
  width: 100%;
}
.cid-rAYYYx532S .panel-text,
.cid-rAYYYx532S .header-text,
.cid-rAYYYx532S .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rAYYYx532S .card {
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  margin-bottom: .5rem;
  border: none;
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-rAYYYx532S .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-rAYYYx532S .card .card-header a.panel-title {
  justify-content: space-between;
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: -webkit-flex;
  align-items: center;
  text-decoration: none !important;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  line-height: normal;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
}
.cid-rAYYYx532S .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rAYYYx532S .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-rAYYYx532S .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
  width: 100%;
}
.cid-rAYYYx532S .card .card-header a.panel-title[aria-expanded="true"] {
  background-color: #c1c1c1;
}
.cid-rAYYYx532S .card .card-header a.panel-title[aria-expanded="true"] .header-text {
  color: #000000 !important;
}
.cid-rAYYYx532S .card .panel-body {
  background: #ffffff;
}
.cid-rAYYYx532S .sign {
  color: #232323;
}
.cid-r9isKJNHQr {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f4f8fa;
}
.cid-r9isKJNHQr .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-r9isKJNHQr .panel-group {
  width: 100%;
}
.cid-r9isKJNHQr .panel-text,
.cid-r9isKJNHQr .header-text,
.cid-r9isKJNHQr .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-r9isKJNHQr .card {
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  margin-bottom: .5rem;
  border: none;
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-r9isKJNHQr .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-r9isKJNHQr .card .card-header a.panel-title {
  justify-content: space-between;
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: -webkit-flex;
  align-items: center;
  text-decoration: none !important;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  line-height: normal;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
}
.cid-r9isKJNHQr .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-r9isKJNHQr .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-r9isKJNHQr .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
  width: 100%;
}
.cid-r9isKJNHQr .card .card-header a.panel-title[aria-expanded="true"] {
  background-color: #c1c1c1;
}
.cid-r9isKJNHQr .card .card-header a.panel-title[aria-expanded="true"] .header-text {
  color: #000000 !important;
}
.cid-r9isKJNHQr .card .panel-body {
  background: #ffffff;
}
.cid-r9isKJNHQr .sign {
  color: #232323;
}
.cid-r9iy5YYmSb {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f4f8fa;
}
.cid-r9iy5YYmSb .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-r9iy5YYmSb .panel-group {
  width: 100%;
}
.cid-r9iy5YYmSb .panel-text,
.cid-r9iy5YYmSb .header-text,
.cid-r9iy5YYmSb .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-r9iy5YYmSb .card {
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  margin-bottom: .5rem;
  border: none;
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-r9iy5YYmSb .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-r9iy5YYmSb .card .card-header a.panel-title {
  justify-content: space-between;
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: -webkit-flex;
  align-items: center;
  text-decoration: none !important;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  line-height: normal;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
}
.cid-r9iy5YYmSb .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-r9iy5YYmSb .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-r9iy5YYmSb .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
  width: 100%;
}
.cid-r9iy5YYmSb .card .card-header a.panel-title[aria-expanded="true"] {
  background-color: #c1c1c1;
}
.cid-r9iy5YYmSb .card .card-header a.panel-title[aria-expanded="true"] .header-text {
  color: #000000 !important;
}
.cid-r9iy5YYmSb .card .panel-body {
  background: #ffffff;
}
.cid-r9iy5YYmSb .sign {
  color: #232323;
}
.cid-rzLAy99ZCu {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f4f8fa;
}
.cid-rzLAy99ZCu .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rzLAy99ZCu .panel-group {
  width: 100%;
}
.cid-rzLAy99ZCu .panel-text,
.cid-rzLAy99ZCu .header-text,
.cid-rzLAy99ZCu .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rzLAy99ZCu .card {
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  margin-bottom: .5rem;
  border: none;
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-rzLAy99ZCu .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-rzLAy99ZCu .card .card-header a.panel-title {
  justify-content: space-between;
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: -webkit-flex;
  align-items: center;
  text-decoration: none !important;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  line-height: normal;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
}
.cid-rzLAy99ZCu .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rzLAy99ZCu .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-rzLAy99ZCu .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
  width: 100%;
}
.cid-rzLAy99ZCu .card .card-header a.panel-title[aria-expanded="true"] {
  background-color: #c1c1c1;
}
.cid-rzLAy99ZCu .card .card-header a.panel-title[aria-expanded="true"] .header-text {
  color: #000000 !important;
}
.cid-rzLAy99ZCu .card .panel-body {
  background: #ffffff;
}
.cid-rzLAy99ZCu .sign {
  color: #232323;
}
.cid-rzLB72ZiES {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #f4f8fa;
}
.cid-rzLB72ZiES .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rzLB72ZiES .panel-group {
  width: 100%;
}
.cid-rzLB72ZiES .panel-text,
.cid-rzLB72ZiES .header-text,
.cid-rzLB72ZiES .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rzLB72ZiES .card {
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  margin-bottom: .5rem;
  border: none;
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-rzLB72ZiES .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-rzLB72ZiES .card .card-header a.panel-title {
  justify-content: space-between;
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: -webkit-flex;
  align-items: center;
  text-decoration: none !important;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  line-height: normal;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
}
.cid-rzLB72ZiES .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rzLB72ZiES .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-rzLB72ZiES .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
  width: 100%;
}
.cid-rzLB72ZiES .card .card-header a.panel-title[aria-expanded="true"] {
  background-color: #c1c1c1;
}
.cid-rzLB72ZiES .card .card-header a.panel-title[aria-expanded="true"] .header-text {
  color: #000000 !important;
}
.cid-rzLB72ZiES .card .panel-body {
  background: #ffffff;
}
.cid-rzLB72ZiES .sign {
  color: #232323;
}
.cid-rAvtxs2RxJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1-1920x1080.jpg");
}
.cid-rAvtxs2RxJ .card-wrapper {
  z-index: 3;
}
.cid-rAvtxs2RxJ .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-rAvtxs2RxJ:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-rAvtxs2RxJ .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-rAvtxs2RxJ .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-rAvtxs2RxJ .text-block {
  text-align: left !important;
}
.cid-rAvtxs2RxJ H2 {
  color: #ffffff;
}
.cid-rAvrBwRkxn {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/967x1333.jpg");
}
.cid-rAvrBwRkxn .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rAvrBwRkxn .mbr-section-title {
  color: #369898;
}
.cid-rAvuxGi7Sy {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/967x1333.jpg");
}
.cid-rAvuxGi7Sy .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rAvuxGi7Sy .mbr-section-title {
  color: #369898;
}
.cid-rAvv0uc8uX {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/967x1333.jpg");
}
.cid-rAvv0uc8uX .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rAvv0uc8uX .mbr-section-title {
  color: #369898;
}
.cid-rAvvEAtCbp {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/967x1333.jpg");
}
.cid-rAvvEAtCbp .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rAvvEAtCbp .mbr-section-title {
  color: #369898;
}
.cid-rAvw2Xu2ME {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/967x1333.jpg");
}
.cid-rAvw2Xu2ME .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rAvw2Xu2ME .mbr-section-title {
  color: #369898;
}
.cid-rAvwnkay8F {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/967x1333.jpg");
}
.cid-rAvwnkay8F .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rAvwnkay8F .mbr-section-title {
  color: #369898;
}
.cid-rAvvPSQJ5X {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/967x1333.jpg");
}
.cid-rAvvPSQJ5X .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rAvvPSQJ5X .mbr-section-title {
  color: #369898;
}
.cid-rAvxqugBGG {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/967x1333.jpg");
}
.cid-rAvxqugBGG .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rAvxqugBGG .mbr-section-title {
  color: #369898;
}
.cid-rAvxzBCGnS {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/967x1333.jpg");
}
.cid-rAvxzBCGnS .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rAvxzBCGnS .mbr-section-title {
  color: #369898;
}
.cid-rAvzPS8Bns {
  padding-top: 90px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/967x1333.jpg");
}
.cid-rAvzPS8Bns .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rAvzPS8Bns .mbr-section-title {
  color: #369898;
}
.cid-r9gRgRtyes {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #444444;
}
.cid-r9gRgRtyes .mbr-text {
  color: #444;
}
.cid-r9gRgRtyes .social-list {
  display: -webkit-flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-flex-wrap: wrap;
}
.cid-r9gRgRtyes .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: black;
}
.cid-r9gRgRtyes .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-r9gRgRtyes .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-r9gRgRtyes .social-list a:hover {
  opacity: .4;
}
@media (max-width: 991px) {
  .cid-r9gRgRtyes .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-r9gRgRtyes .media-container-row > div {
  padding: 0px;
}
@media (max-width: 991px) {
  .cid-r9gRgRtyes .mbr-text {
    text-align: center !important;
    padding-bottom: 1.5rem;
  }
}
.cid-r9gRgRtyes .copyright > p {
  color: #ffffff;
}
.cid-r9gRgRtyes .links {
  color: #ffffff;
}
