@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap);





body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 4.25rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.4rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.4rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
}
/* ---- 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: 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-4 {
    font-size: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #b10026 !important;
}
.bg-success {
  background-color: #1a1a1a !important;
}
.bg-info {
  background-color: #e40132 !important;
}
.bg-warning {
  background-color: #333333 !important;
}
.bg-danger {
  background-color: #1a1a1a !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #b10026 !important;
  border-color: #b10026 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #b10026 !important;
  border-color: #b10026 !important;
}
.btn-primary:before {
  background-color: #650016 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #650016 !important;
  border-color: #650016 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #b10026 !important;
  border-color: #b10026 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #b10026 !important;
  border-color: #b10026 !important;
}
.btn-secondary:before {
  background-color: #650016 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #650016 !important;
  border-color: #650016 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #e40132 !important;
  border-color: #e40132 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #e40132 !important;
  border-color: #e40132 !important;
}
.btn-info:before {
  background-color: #980121 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #980121 !important;
  border-color: #980121 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-success:before {
  background-color: #000000 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-warning:before {
  background-color: #0d0d0d !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-danger:before {
  background-color: #000000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:before {
  background-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;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:before {
  background-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;
  border-color: #4b0010;
  color: #4b0010;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  border-color: #b10026;
}
.btn-primary-outline:before {
  background-color: #b10026;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #b10026 !important;
  border-color: #b10026 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #4b0010;
  color: #4b0010;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  border-color: #b10026;
}
.btn-secondary-outline:before {
  background-color: #b10026;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #b10026 !important;
  border-color: #b10026 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #7e011c;
  color: #7e011c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  border-color: #e40132;
}
.btn-info-outline:before {
  background-color: #e40132;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #e40132 !important;
  border-color: #e40132 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  border-color: #1a1a1a;
}
.btn-success-outline:before {
  background-color: #1a1a1a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  border-color: #333333;
}
.btn-warning-outline:before {
  background-color: #333333;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  border-color: #1a1a1a;
}
.btn-danger-outline:before {
  background-color: #1a1a1a;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  border-color: #333333;
}
.btn-black-outline:before {
  background-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;
  border-color: #ffffff;
}
.btn-white-outline:before {
  background-color: #ffffff;
}
.btn-bgr {
  position: relative;
  transition: border 0.3s ease-in-out, color 0.5s;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}
.btn-bgr span {
  position: relative;
  z-index: 12;
}
.btn-bgr:before {
  content: ' ';
  position: absolute;
  top: -2px;
  left: -2px;
  right: 105%;
  bottom: -2px;
  transition: right 0.3s ease-in-out;
  z-index: -1;
}
.btn-bgr:hover:before {
  right: -2px;
}
.btn-underline {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: color 0.2s ease-out;
}
.btn-underline:before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #b10026;
  -webkit-transition: width 0.2s ease-out;
  -moz-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
.btn-underline:hover:before {
  width: 100%;
}
.text-primary {
  color: #b10026 !important;
}
.text-secondary {
  color: #b10026 !important;
}
.text-success {
  color: #1a1a1a !important;
}
.text-info {
  color: #e40132 !important;
}
.text-warning {
  color: #333333 !important;
}
.text-danger {
  color: #1a1a1a !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #4b0010 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #4b0010 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #7e011c !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !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: #e40132;
}
.alert-warning {
  background-color: #333333;
}
.alert-danger {
  background-color: #1a1a1a;
}
.mbr-gallery-filter li.active .btn {
  background-color: #b10026;
  border-color: #b10026;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #b10026;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ff315e;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #cccccc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffb2c3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #a6a6a6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #cccccc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #b10026;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@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: #b10026;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #b10026;
}
/*Menu*/
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #b10026;
  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: #b10026;
  border-bottom-color: #b10026;
}
.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: #b10026 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #b10026 !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: 200px;
  height: 200px;
  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='%23b10026' %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.5;
}
.cid-rzJbXTGcpH .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-rzJbXTGcpH .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-rzJbXTGcpH .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-rzJbXTGcpH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzJbXTGcpH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rzJbXTGcpH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rzJbXTGcpH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rzJbXTGcpH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rzJbXTGcpH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rzJbXTGcpH .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rzJbXTGcpH a {
  font-style: normal;
}
.cid-rzJbXTGcpH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-rzJbXTGcpH .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-rzJbXTGcpH .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  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;
}
.cid-rzJbXTGcpH .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-rzJbXTGcpH .content-text {
  margin-bottom: 0;
}
.cid-rzJbXTGcpH .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rzJbXTGcpH .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #b10026;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-rzJbXTGcpH .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-rzJbXTGcpH .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-rzJbXTGcpH .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-rzJbXTGcpH .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-rzJbXTGcpH .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rzJbXTGcpH .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rzJbXTGcpH .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rzJbXTGcpH .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rzJbXTGcpH .nav-dropdown .link {
  font-weight: 400;
}
.cid-rzJbXTGcpH .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rzJbXTGcpH .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-rzJbXTGcpH .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-rzJbXTGcpH .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-rzJbXTGcpH .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-rzJbXTGcpH .menu-content-top.show {
  display: block;
}
.cid-rzJbXTGcpH .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-rzJbXTGcpH .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-rzJbXTGcpH .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-rzJbXTGcpH .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-rzJbXTGcpH .dropdown-item:before {
    display: none;
  }
  .cid-rzJbXTGcpH .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-rzJbXTGcpH .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-rzJbXTGcpH img {
    height: 3.8rem !important;
  }
  .cid-rzJbXTGcpH .btn {
    display: flex;
  }
  .cid-rzJbXTGcpH button.navbar-toggler {
    display: block;
  }
  .cid-rzJbXTGcpH .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-rzJbXTGcpH .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rzJbXTGcpH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rzJbXTGcpH .navbar-collapse.collapsing,
  .cid-rzJbXTGcpH .navbar-collapse.show {
    display: block !important;
  }
  .cid-rzJbXTGcpH .navbar-collapse.collapsing .navbar-nav,
  .cid-rzJbXTGcpH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rzJbXTGcpH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rzJbXTGcpH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-rzJbXTGcpH .navbar-collapse.collapsing .navbar-buttons,
  .cid-rzJbXTGcpH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rzJbXTGcpH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rzJbXTGcpH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rzJbXTGcpH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-rzJbXTGcpH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rzJbXTGcpH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rzJbXTGcpH .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-rzJbXTGcpH .navbar .menu-content-top {
    display: block;
  }
  .cid-rzJbXTGcpH .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-rzJbXTGcpH .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-rzJbXTGcpH .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-rzJbXTGcpH .menu-bottom {
    display: flex;
  }
  .cid-rzJbXTGcpH .navbar {
    display: block;
    padding: 0;
  }
  .cid-rzJbXTGcpH .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rzJbXTGcpH .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-rzJbXTGcpH .navbar-toggler {
    display: none;
  }
}
.cid-rzJbXTGcpH .navbar-short .menu-content-top {
  border: none;
}
.cid-rzJbXTGcpH .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzJbXTGcpH .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rzJbXTGcpH .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-rzJbXTGcpH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rzJbXTGcpH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rzJbXTGcpH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rzJbXTGcpH .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rzJbXTGcpH .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rzJbXTGcpH .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rzJbXTGcpH .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rzJbXTGcpH .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rzJbXTGcpH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rzJbXTGcpH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  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;
}
.cid-rzJbXTGcpH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rzJbXTGcpH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rzJbXTGcpH .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-rzJbXTGcpH .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rzJbXTGcpH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rzJbXTGcpH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rzJbXTGcpH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rzJbXTGcpH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rzJbXTGcpH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-rzJbXTGcpH button.navbar-toggler:focus {
  outline: none;
}
.cid-rzJbXTGcpH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b10026;
}
.cid-rzJbXTGcpH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rzJbXTGcpH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rzJbXTGcpH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rzJbXTGcpH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rzJbXTGcpH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzJbXTGcpH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rzJbXTGcpH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rzJbXTGcpH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzJbXTGcpH .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rzJbXTGcpH .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rzJbXTGcpH .collapsed .menu-logo {
  margin-right: 0;
}
.cid-rzJbXTGcpH .collapsed .btn {
  display: flex;
}
.cid-rzJbXTGcpH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rzJbXTGcpH .collapsed .navbar-collapse.collapsing,
.cid-rzJbXTGcpH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rzJbXTGcpH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rzJbXTGcpH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rzJbXTGcpH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rzJbXTGcpH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rzJbXTGcpH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rzJbXTGcpH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rzJbXTGcpH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rzJbXTGcpH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rzJbXTGcpH .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-rzJbXTGcpH .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rzJbXTGcpH .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rzJbXTGcpH .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-rzJbXTGcpH .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rzJbXTGcpH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-rzJbXTGcpH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rzJbXTGcpH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rzJbXTGcpH .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-rzJbXTGcpH .collapsed .dropdown-item:before {
  display: none;
}
.cid-rzJbXTGcpH .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rzJbXTGcpH .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-rzJbXTGcpH .nav-link:focus {
  outline: none;
}
.cid-rzJbXTGcpH .navbar-toggler {
  position: relative;
}
.cid-rzJbXTGcpH .dropdown-item.active,
.cid-rzJbXTGcpH .dropdown-item:active {
  background-color: #ffffff;
  color: auto;
}
.cid-rzJbXTGcpH .nav-link:hover,
.cid-rzJbXTGcpH .dropdown-item:hover {
  color: #e50100;
}
.cid-rzJgC5wzEk {
  background-image: url("../../../assets/images/2-1-2000x1328.jpg");
}
.cid-rzJgC5wzEk .media-content .btn-bgr {
  z-index: 0;
}
.cid-rzJgC5wzEk .mbr-overlay {
  background: linear-gradient(90deg, #52e2dd, #8120c9);
}
@media (min-width: 992px) {
  .cid-rzJgC5wzEk .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-rzJgC5wzEk {
    text-align: center !important;
  }
  .cid-rzJgC5wzEk .mbr-text {
    text-align: center;
  }
}
.cid-rzJgC5wzEk .media-container-row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rzJeHe33yx {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f2f2f2;
}
.cid-rzJeHe33yx .media-content .btn-bgr {
  z-index: 0;
}
.cid-rzJeHe33yx .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-rzJeHe33yx h3 {
  color: #000000;
  font-weight: 300;
}
.cid-rzJeHe33yx p {
  color: #464646;
}
.cid-rzJeHe33yx h2 {
  color: #000000;
}
.cid-rzJeHe33yx .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-rzJeHe33yx .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rzJeHe33yx .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-rzJeHe33yx .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-rzJeHe33yx .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-rzJeHe33yx .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-rzJeHe33yx .mbr-text {
    text-align: center;
  }
}
.cid-rzJeHVQX3Q {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #e40132;
}
.cid-rzJeHVQX3Q .media-content .btn-bgr {
  z-index: 0;
}
.cid-rzJeHVQX3Q .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-rzJeHVQX3Q h3 {
  color: #000000;
  font-weight: 300;
}
.cid-rzJeHVQX3Q p {
  color: #464646;
}
.cid-rzJeHVQX3Q h2 {
  color: #000000;
}
.cid-rzJeHVQX3Q .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-rzJeHVQX3Q .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rzJeHVQX3Q .mbr-figure {
  padding-right: 1rem;
  padding-left: 4rem;
}
@media (min-width: 500px) {
  .cid-rzJeHVQX3Q .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-rzJeHVQX3Q .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-rzJeHVQX3Q .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-rzJeHVQX3Q .media-container-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-rzJeHVQX3Q .mbr-text {
    text-align: center;
  }
}
.cid-rzJeHVQX3Q .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rzJeHVQX3Q .mbr-section-title,
.cid-rzJeHVQX3Q .mbr-section-btn {
  color: #ffffff;
}
.cid-rFurgmWkbY {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f2f2f2;
}
.cid-rFurgmWkbY .media-content .btn-bgr {
  z-index: 0;
}
.cid-rFurgmWkbY .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-rFurgmWkbY h3 {
  color: #000000;
  font-weight: 300;
}
.cid-rFurgmWkbY p {
  color: #464646;
}
.cid-rFurgmWkbY h2 {
  color: #000000;
}
.cid-rFurgmWkbY .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-rFurgmWkbY .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rFurgmWkbY .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-rFurgmWkbY .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-rFurgmWkbY .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-rFurgmWkbY .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-rFurgmWkbY .mbr-text {
    text-align: center;
  }
}
.cid-rFurgQz0Lo {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #e40132;
}
.cid-rFurgQz0Lo .media-content .btn-bgr {
  z-index: 0;
}
.cid-rFurgQz0Lo .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-rFurgQz0Lo h3 {
  color: #000000;
  font-weight: 300;
}
.cid-rFurgQz0Lo p {
  color: #464646;
}
.cid-rFurgQz0Lo h2 {
  color: #000000;
}
.cid-rFurgQz0Lo .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-rFurgQz0Lo .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rFurgQz0Lo .mbr-figure {
  padding-right: 1rem;
  padding-left: 4rem;
}
@media (min-width: 500px) {
  .cid-rFurgQz0Lo .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-rFurgQz0Lo .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-rFurgQz0Lo .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-rFurgQz0Lo .media-container-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-rFurgQz0Lo .mbr-text {
    text-align: center;
  }
}
.cid-rFurgQz0Lo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rFurgQz0Lo .mbr-section-title,
.cid-rFurgQz0Lo .mbr-section-btn {
  color: #ffffff;
}
.cid-rGznBK1AMZ {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/kolaz-2000x1429.jpg");
}
.cid-rGznBK1AMZ B {
  color: #2c1616;
}
.cid-rGzldl6cPX {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-rGzldl6cPX .mbr-text {
  color: #767676;
}
.cid-rGzldl6cPX h4 {
  text-align: center;
}
.cid-rGzldl6cPX p {
  text-align: center;
}
.cid-rGzldl6cPX .card .card-img span {
  font-size: 40px;
  padding: 1.5rem;
  background: #e40132;
  border: 2px solid #e40132;
  color: #ffffff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rGzldl6cPX .card:hover .card-img span {
  background: none;
  color: #e40132;
}
.cid-rFuuMfn5Ht {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-rFuuMfn5Ht .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-rFuuMfn5Ht .card-img {
  padding-bottom: 2rem;
}
.cid-rFuuMfn5Ht .mbr-text {
  color: #767676;
}
.cid-rFuuMfn5Ht span {
  font-size: 14px;
  color: #ffffff;
}
.cid-rFuuMfn5Ht .mbr-section-btn {
  margin-left: 0;
}
.cid-rFuuMfn5Ht .date span {
  display: inline-block;
  background-color: #b10026;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-rFuuMfn5Ht .card-title {
    text-align: center;
  }
  .cid-rFuuMfn5Ht p.mbr-text,
  .cid-rFuuMfn5Ht p.date {
    text-align: center;
  }
}
.cid-rEXle1FUK2 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f2f2f2;
}
.cid-rEXle1FUK2 h2,
.cid-rEXle1FUK2 h3,
.cid-rEXle1FUK2 h4,
.cid-rEXle1FUK2 p {
  color: #ffffff;
}
.cid-rEXle1FUK2 .mbr-overlay {
  z-index: -1;
}
.cid-rEXle1FUK2 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rEXle1FUK2 .form-control {
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
}
.cid-rEXle1FUK2 .subtext {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.cid-rEXle1FUK2 .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-rEXle1FUK2 .mbr-text {
  color: #767676;
}
.cid-rEXle1FUK2 .form-block {
  padding: 3rem;
  position: relative;
}
.cid-rEXle1FUK2 .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #a2a2a2;
  opacity: 0.4;
  z-index: 0;
}
.cid-rEXle1FUK2 .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-rEXle1FUK2 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rEXle1FUK2 .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-rEXle1FUK2 .input-group-btn {
  display: block;
  text-align: center;
}
.cid-rEXle1FUK2 textarea.form-control {
  resize: none;
}
@media (min-width: 768px) {
  .cid-rEXle1FUK2 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rEXle1FUK2 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-rEXle1FUK2 .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rEXle1FUK2 h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-rEXle1FUK2 .block-content {
    padding: 0;
  }
  .cid-rEXle1FUK2 .form-block {
    padding: 1rem;
  }
}
.cid-rEXle1FUK2 .mbr-section-title,
.cid-rEXle1FUK2 .mbr-section-btn {
  color: #1a1a1a;
}
.cid-rEXle1FUK2 .mbr-section-subtitle {
  color: #1a1a1a;
}
.cid-rEXle1FUK2 H4 {
  color: #1a1a1a;
}
.cid-rEXle1FUK2 P {
  color: #1a1a1a;
}
.cid-rFuupuok68 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1a1a1a;
}
.cid-rFuupuok68 p {
  text-align: center;
}
.cid-rFuupuok68 .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rFuupuok68 .btn-underline:hover {
  color: #505050;
}
.cid-rFuupuok68 .btn-underline:before {
  background-color: #505050;
}
.cid-rFuupuok68 .social-list a:focus {
  text-decoration: none;
}
.cid-rFuupuok68 .text-copyright {
  width: 100%;
}
.cid-rFuupuok68 .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-rFuupuok68 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-rFuupuok68 .logo-footer {
  line-height: normal;
}
.cid-rFuupuok68 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rFuupuok68 .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rFuupuok68 .mbr-section-btn {
  font-size: 16px;
}
.cid-rFuupuok68 .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
